Closed
Description
Context
This is where I will be keeping track of the transfer of my pull requests from ChrisTitusTech/win10script to here along with other features I'm working on. Feel free to comment with input or recommendations or even an idea for another feature.
Checklist
- More work on improving Formatting and Grammar
- Fix Network Data Usage/Task Manager network usage bug
- Fix Network Data Usage/Taskmgr Network Usage Bug win10script#319
- The ndu service has something to do with it, but there is something else causing issues as well that I need to track down
- Allow custom OOShutup10 configs
- Allow custom OOShutup10 configs win10script#321
- Add if-statement that checks if ooshutup10.cfg exists, if it does then does nothing, if it doesn't then it downloads it. This allows users to put their own preset into the script root directory and not be overridden.
- Implement check for local ooshutup10.cfg file #298
- Fix bug on non-default system drives
- Fix bug on non-default system drives win10script#322
- Replace any reference to C:\ with
$env:SystemDrive
to prevent issues on non-default system drives
- More work on winget manual install
- Add check if DesktopAppInstaller is installed at all, and perform manual install if it isn't as the modern method does not work when it doesn't exist
- Fix Test-Path Bug in
$undotweaks
- Fix Test-Path Bug in $essentialundo win10script#327
- It seems that when
$undotweaks
was initially written, the Test-Paths in the if-statements didn't have the!
removed from them, making it that the items were removed if the command found that it didn't exist, which is not the intended behavior.
Bring back restore power plan- Prevent power plan duplication win10script#328
Bring back the restore power plan section with some changes to prevent duplication of power plans- Power plan section of the script was removed
- Create Known Issues Page
- Create Known Issues Page win10script#332
- Will contain a compilation of known possible issues and their fixes
- Hopefully would reduce the number of issues posted
- Need to update issue links as they are from the previous script
- Fix Xbox Live Bug
- Fix Xbox Live Bug win10script#336
- Removing Xbox Identity Provider breaks Xbox Live games like Minecraft UWP
- Disable built-in admin account
- Additions from #335 win10script#338
- Will need to check to make sure the current user isn't the built-in admin account
- Install gpedit.msc on Windows Home using DISM
- Use gained knowledge from optimizing winfetch to improve some speed throughout the script
- No need to go super in-depth as speed isn't a major concern in this script
- Maybe:
Reverse engineer WingetUIand reimplement in Winforms- Found another thing that converts Winget's output to an array of objects, so I grabbed it and fixed a bunch of bugs
- Should work for what I want
- Carterpersall/Experiments/Powershell/winget/Winget to object.ps1
- Found another thing that converts Winget's output to an array of objects, so I grabbed it and fixed a bunch of bugs
Metadata
Metadata
Assignees
Labels
No labels