au3ofchina Posted October 15, 2011 Posted October 15, 2011 I want a "RegWrite" code to change IE's home page.But to no avail, home page or the original.Code:RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Start Page", "REG_SZ", $sy)$sy is an Input, I enter Google's URL, the script can not modify the home page of Google.Which expert can help me solve the problem?
NewPlaza Posted October 15, 2011 Posted October 15, 2011 Hi, I not an expert on the subject but I think you might need admin rights to write to the system registry.Try adding this at the top of your script.#RequireAdmin
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now