Trying to make a script that will stop windows from auto installing devices, Got the idea from this link...
http://social.technet.microsoft.com/Forums/et-EE/w7itproinstall/thread/07e93b19-7b45-4781-b67e-80e14373a582
This is my code so far but I am not sure why it not working...
any help would be appreciated.
http://social.technet.microsoft.com/Forums/et-EE/w7itproinstall/thread/07e93b19-7b45-4781-b67e-80e14373a582
This is my code so far but I am not sure why it not working...
[ autoit ]
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching", "SearchOrderConfig", "REG_DWORD", 0)
any help would be appreciated.