Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All functions working with runspaces #67

Closed
wants to merge 91 commits into from
Closed

All functions working with runspaces #67

wants to merge 91 commits into from

Commits on May 14, 2022

  1. upload example

    DeveloperDurp authored and DeveloperDurp committed May 14, 2022
    Configuration menu
    Copy the full SHA
    bff19a1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. xml decouple

    ChrisTitusTech committed May 17, 2022
    Configuration menu
    Copy the full SHA
    f6b732d View commit details
    Browse the repository at this point in the history
  2. Typos: Documents, Start installs (#18)

    Document -> Documents
    Start install -> Start installs
    
    Co-authored-by: Chris Titus <[email protected]>
    M3nti0nL3Ss and ChrisTitusTech authored May 17, 2022
    Configuration menu
    Copy the full SHA
    0d7d75e View commit details
    Browse the repository at this point in the history
  3. Added DISM command and button to tool (#19)

    * Added DISM command and button to tool
    
    * Added additional scans and colours to make it clear when each scan type starts
    
    Co-authored-by: Chris Titus <[email protected]>
    Rexzarrax and ChrisTitusTech authored May 17, 2022
    Configuration menu
    Copy the full SHA
    3393fba View commit details
    Browse the repository at this point in the history
  4. Fix issue in #14 (#20)

    * Fix issue in #14
    
     - It seems that Chris forgot to add a button for the Repair Windows Update Script and accidentally put it under the Default Windows Update Settings button.
       - Fixed by adding the $WPFFixesUpdate.Add_Click function before the Reset Script
       - Fixes #14
    
    * decoupling xaml and ps1 (#7)
    
    Co-authored-by: Chris Titus <[email protected]>
    
    Co-authored-by: Rahul Somasundaram <[email protected]>
    Co-authored-by: Chris Titus <[email protected]>
    3 people authored May 17, 2022
    Configuration menu
    Copy the full SHA
    86628c9 View commit details
    Browse the repository at this point in the history
  5. Add winget check and installer (#21)

    * Add winget check and installer
    
     - Adds Check if winget is installed
       - If not installed, checks if the computer is running 1809+ and if the computer is running Windows Server or LTSC
        - If running pre-1809, winget install stops as it is not supported
        - If running Windows Server or Windows LTSC, runs alternative installer compatible with those editions of Windows
    
    * decoupling xaml and ps1 (#7)
    
    Co-authored-by: Chris Titus <[email protected]>
    
    Co-authored-by: Rahul Somasundaram <[email protected]>
    Co-authored-by: Chris Titus <[email protected]>
    3 people authored May 17, 2022
    Configuration menu
    Copy the full SHA
    d60fce1 View commit details
    Browse the repository at this point in the history
  6. Small Fixes. (#22)

    * Update winutil.ps1
    
    * Use Curl instead of Bits transfer for O&O Shutup.
    
    * Update winutil.ps1
    
    * decoupling xaml and ps1 (#7)
    
    Co-authored-by: Chris Titus <[email protected]>
    
    Co-authored-by: Rahul Somasundaram <[email protected]>
    Co-authored-by: Chris Titus <[email protected]>
    3 people authored May 17, 2022
    Configuration menu
    Copy the full SHA
    ae9a8c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2747cf View commit details
    Browse the repository at this point in the history
  8. upload example (#12)

    Co-authored-by: Chris Titus <[email protected]>
    DeveloperDurp and ChrisTitusTech authored May 17, 2022
    Configuration menu
    Copy the full SHA
    b670968 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d23640 View commit details
    Browse the repository at this point in the history
  10. convert to runspaces

    DeveloperDurp authored and DeveloperDurp committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c3f944f View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' of github.com:DeveloperDurp/winutil

    DeveloperDurp authored and DeveloperDurp committed May 17, 2022
    Configuration menu
    Copy the full SHA
    0ff1599 View commit details
    Browse the repository at this point in the history
  12. add security updates to invoke-button

    DeveloperDurp authored and DeveloperDurp committed May 17, 2022
    Configuration menu
    Copy the full SHA
    5a034c9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    50b97d7 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    removed extra text about test branch
    DeveloperDurp authored May 17, 2022
    Configuration menu
    Copy the full SHA
    6db87f2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. initial commit to test restmethod

    DeveloperDurp authored and DeveloperDurp committed May 18, 2022
    Configuration menu
    Copy the full SHA
    f7a00f4 View commit details
    Browse the repository at this point in the history
  2. formatting

    DeveloperDurp authored and DeveloperDurp committed May 18, 2022
    Configuration menu
    Copy the full SHA
    d0ddeb8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from DeveloperDurp/feature/appsfromjson

    Feature/appsfromjson
    DeveloperDurp authored May 18, 2022
    Configuration menu
    Copy the full SHA
    41e1e01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9865ce View commit details
    Browse the repository at this point in the history
  5. converted tweak-buttons to use applications.json

    DeveloperDurp authored and DeveloperDurp committed May 18, 2022
    Configuration menu
    Copy the full SHA
    ad69363 View commit details
    Browse the repository at this point in the history
  6. added log file

    DeveloperDurp authored and DeveloperDurp committed May 18, 2022
    Configuration menu
    Copy the full SHA
    c9c0f75 View commit details
    Browse the repository at this point in the history
  7. logs and detect/install winget

    DeveloperDurp authored and DeveloperDurp committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4ecbab5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. added prompt stating need to run as admin

    DeveloperDurp authored and DeveloperDurp committed May 19, 2022
    Configuration menu
    Copy the full SHA
    fe6f869 View commit details
    Browse the repository at this point in the history
  2. Install is working

    DeveloperDurp authored and DeveloperDurp committed May 19, 2022
    Configuration menu
    Copy the full SHA
    56d327a View commit details
    Browse the repository at this point in the history
  3. changed log file to winutil.log

    DeveloperDurp authored and DeveloperDurp committed May 19, 2022
    Configuration menu
    Copy the full SHA
    0c2dfec View commit details
    Browse the repository at this point in the history
  4. updated to include test branch in command

    DeveloperDurp authored and DeveloperDurp committed May 19, 2022
    Configuration menu
    Copy the full SHA
    7cada14 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Update winutil-test.ps1

    added additional error handling and fixed installs with multiple winget commands
    DeveloperDurp authored May 20, 2022
    Configuration menu
    Copy the full SHA
    f38a79a View commit details
    Browse the repository at this point in the history
  2. Update applications.json

    added missing libreoffice and removed --source winget as it was causing complications
    DeveloperDurp authored May 20, 2022
    Configuration menu
    Copy the full SHA
    cf46a8e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. moved scripts to sync hash and seperated gui from install script in p…

    …rep for CLI
    DeveloperDurp authored and DeveloperDurp committed May 21, 2022
    Configuration menu
    Copy the full SHA
    892d4ab View commit details
    Browse the repository at this point in the history
  2. completed error handling

    DeveloperDurp authored and DeveloperDurp committed May 21, 2022
    Configuration menu
    Copy the full SHA
    29262c6 View commit details
    Browse the repository at this point in the history
  3. re-enable system info in runspace

    DeveloperDurp authored and DeveloperDurp committed May 21, 2022
    Configuration menu
    Copy the full SHA
    b9b0656 View commit details
    Browse the repository at this point in the history
  4. fixed bug where gui would only install 1 app

    DeveloperDurp authored and DeveloperDurp committed May 21, 2022
    Configuration menu
    Copy the full SHA
    8a36493 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. upgrades working. however needs cleanup since invoke-command isn't wo…

    …rking with $sync.ScriptsInstallUpgrade
    DeveloperDurp committed May 26, 2022
    Configuration menu
    Copy the full SHA
    f4d9387 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge pull request #2 from DeveloperDurp/feature/workinginstall

    Feature/workinginstall
    DeveloperDurp authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    28334db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e5043 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from DeveloperDurp/feature/convertpresettojson

    converted tweak-buttons to use applications.json
    DeveloperDurp authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2e62262 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from DeveloperDurp/main

    update branch
    DeveloperDurp authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7d64c88 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    b74521c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    68e8cf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    37ebd82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from DeveloperDurp/feature/workingtweaks

    Feature/workingtweaks
    DeveloperDurp authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    04885bb View commit details
    Browse the repository at this point in the history
  3. removed message box test

    DeveloperDurp authored and DeveloperDurp committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    905a8ce View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    e14afd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    71516fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc9e16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a4646 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31d17ed View commit details
    Browse the repository at this point in the history
  5. updated write logs

    DeveloperDurp committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    3753f86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3eed43a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6dfb526 View commit details
    Browse the repository at this point in the history
  8. update readme section

    DeveloperDurp committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    23452c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6535223 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    86f1f6e View commit details
    Browse the repository at this point in the history
  2. removed old comment

    DeveloperDurp committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    6ffcc99 View commit details
    Browse the repository at this point in the history
  3. mores docs

    DeveloperDurp committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    df7e74b View commit details
    Browse the repository at this point in the history
  4. all the docs

    DeveloperDurp committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b6b90ed View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    d2f39e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a322f5 View commit details
    Browse the repository at this point in the history
  3. working scheduled tasks

    DeveloperDurp committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    ad842bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f97f20d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    234c149 View commit details
    Browse the repository at this point in the history
  6. docs

    DeveloperDurp committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    e20dc58 View commit details
    Browse the repository at this point in the history
  7. tweaks scheduled tasks

    DeveloperDurp committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    f2ba81d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af747ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9994b4b View commit details
    Browse the repository at this point in the history
  10. features is working

    DeveloperDurp committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    7c344c6 View commit details
    Browse the repository at this point in the history
  11. added relaunch as admin

    DeveloperDurp committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    8b39271 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9cd432a View commit details
    Browse the repository at this point in the history
  13. updated xml to latest

    DeveloperDurp committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    fbfb043 View commit details
    Browse the repository at this point in the history
  14. switch $_ to $psitem

    DeveloperDurp committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    5cdfdc6 View commit details
    Browse the repository at this point in the history
  15. added Fall Additions

    DeveloperDurp committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    d8149b0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3686446 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    75c1ae2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    28c4a89 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    63b3195 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    76c38b5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f804d91 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    4dccd44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d246f View commit details
    Browse the repository at this point in the history
  3. added preset file

    DeveloperDurp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    343e050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d878c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    877c8cd View commit details
    Browse the repository at this point in the history
  6. formating

    DeveloperDurp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    7f98641 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a23021 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f93959f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a9d44f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90eff0a View commit details
    Browse the repository at this point in the history
  11. docs

    DeveloperDurp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    47f6ad4 View commit details
    Browse the repository at this point in the history
  12. update docs

    DeveloperDurp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    9462499 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    17961ce View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Archive Addition

    bringing old project pre-runspaces in for archive purposes
    ChrisTitusTech committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    048baee View commit details
    Browse the repository at this point in the history