update README

This commit is contained in:
Yorick Barbanneau 2016-01-27 16:54:02 +01:00
parent 109be998e1
commit cb026949ea

View file

@ -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
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
* Add privilege elevation error when the script is not launched with Administrator's rights
* Add the possibility to use arguments when calling the script (then ps script could be call from
another script)
* Add privilege elevation error when the script is not launched with
Administrator's rights
* 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~~
* ~~Speed up hide_update~~
* **Tell me**