-
-
Notifications
You must be signed in to change notification settings - Fork 224
Update scripts README.md #367
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
base: master
Are you sure you want to change the base?
Conversation
Added a short description for most scripts.
@@ -1,9 +1,18 @@ | |||
#Scripts | |||
|
|||
This is a collection of Powershell scripts, written during the whole driver development. There haven't been a focus on keeping the scripts "up to date" all the time. Which means changes that might have occurred in the modules that these scripts depend upon, haven't been corrected either. | |||
This is a collection of Powershell scripts, written during the whole driver development. PR's are welcome for improvements or other/more functions. There haven't been a focus on keeping the scripts "up to date" all the time. Which means changes that might have occurred in the modules that these scripts depend upon, haven't been corrected either. These are more ment as a framework for "tinkers" to make use of Powershell to change settings on the fly. To use these, you should be at least be comfortable with Powershell and understand Admin privilegiets, risk/reward. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a collection of Powershell scripts, written during the whole driver development. PR's are welcome for improvements or other/more functions. There haven't been a focus on keeping the scripts "up to date" all the time. Which means changes that might have occurred in the modules that these scripts depend upon, haven't been corrected either. These are more ment as a framework for "tinkers" to make use of Powershell to change settings on the fly. To use these, you should be at least be comfortable with Powershell and understand Admin privilegiets, risk/reward. | |
This is a collection of PowerShell scripts, written during driver development. PR's are welcome for improvements and new features. There hasn't been a focus on keeping the scripts "up to date". This means changes that might have occurred in the modules these scripts depend upon haven't yet been corrected. These scripts are to be used as a framework for "tinkerers". Use PowerShell with Admin privileges to run these scripts and to make changes to settings on the fly. |
|
||
This is more ment as a framework for "tinkers" to make use of Powershell to change settings on the fly. | ||
Anyway here is a short description of each script: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anyway here is a short description of each script: | |
Here is a short description of each script: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I added a review when reading your github repo wiki. The script about primary display is interesting for me, and then I saw some typos and spelling mistakes in your PR so I made some suggestions. Thanks
Added a short description for most scripts.