update README
This commit is contained in:
parent
109be998e1
commit
cb026949ea
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -17,11 +17,19 @@ Because I'm a Linux fan and this is my first try with powershell
|
||||||
this script is really simple and could not work properly, burn your cat
|
this script is really simple and could not work properly, burn your cat
|
||||||
and cut your Little Pony head.
|
and cut your Little Pony head.
|
||||||
|
|
||||||
|
#How?
|
||||||
|
|
||||||
|
This script kill GWX executable, then remove some Scheduled Task about
|
||||||
|
GWX program, uninstall some KB with wusa.exe and hide it to prevent automatic
|
||||||
|
reinstallation.
|
||||||
|
|
||||||
#TODO
|
#TODO
|
||||||
|
|
||||||
* Add privilege elevation error when the script is not launched with Administrator's rights
|
* Add privilege elevation error when the script is not launched with
|
||||||
* Add the possibility to use arguments when calling the script (then ps script could be call from
|
Administrator's rights
|
||||||
another script)
|
* Add the possibility to use arguments when calling the script (then ps script
|
||||||
|
could be call from another script)
|
||||||
|
* Remove GWX Files before uninstalling KB (check remove_gwx_file branch)
|
||||||
* ~~Update the windows update list to hide kb that aren't yet listed~~
|
* ~~Update the windows update list to hide kb that aren't yet listed~~
|
||||||
* ~~Speed up hide_update~~
|
* ~~Speed up hide_update~~
|
||||||
* **Tell me**
|
* **Tell me**
|
||||||
|
|
Reference in a new issue