I'm in IT at my workplace but i cant change any Group Policy settings.
I want my PC to run this script every time it boots up, effectively overwriting the IE homepage which is set by our group policy. Normally it is directed to my companys' homepage which takes too long to load, plus its not useful for me.
REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "Start Page" /D "http://www.google.com.au" /F
This needs to run at every boot as the GP will overwrite that registry key. What is the best way to implement this each time the PC boots?
If there is an alternative script/command, i'll use that.
Cheers