Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djdallmann authored Jul 11, 2021
1 parent b3edbb4 commit 9befc5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTENT/SCRIPTS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
### [GameMode.ps1](GameMode.ps1)
* Basic example of using powershell to quickly modify Windows running state before and after playing a game e.g. Suspend processes, stop services, turn off windows defender realtime detection, close explorer, and adjust timer resolution and then restore the regular operating state when done. See file contents for instructions.
### [SafeMode.ps1](SafeMode.ps1)
* An exploratory tool for analyzing the service and driver dependencies of safeboot/safe mode. The script will export running driver and service information in each state then compared. This can be used to create a simlar operating state while booted normally, useful for troubleshooting or to reduce the time to create a minimal build/installation using safemode configuration state as the baseline. The running system could be refined further with additional research. Disabling specific services or drivers can impact performance or normal operation, make incremental changes and test the impacts.
* See script comments for instructions and guidance.
* An exploratory tool for analyzing the service and driver dependencies of safeboot/safe mode. The script will export running driver and service information in each state then compared. This can be used to create a simlar operating state while booted normally, useful for troubleshooting or to reduce the time to create a minimal build/installation using safemode configuration state as the baseline. The running system could be refined further with additional research. Disabling specific services or drivers can impact performance or normal operation, make incremental changes and test the impacts. See script comments for instructions and guidance.

0 comments on commit 9befc5a

Please sign in to comment.