This sets the Internet Explorer home page for any new users created on a computer. For most people, this is pretty useless. For a computer tech, this is useful for having consistent default settings, and doesn’t cause as many issues as copying an existing profile to the default profile.
- Copy / Paste iehomeall.bat into notepad and save as iehomeall.bat
- Copy / Paste iehomeall.reg into notepad and save as iehomeall.reg in the same directory as iehomeall.bat
- Run iehomeall.bat
- Take a break (you deserve it you 1337 reghacker)
iehomeall.bat
echo Loading default user Registry Hive...
reg load HKU\NTUSER "C:\Documents and Settings\Default User\NTUSER.DAT"
echo Importing Internet Explorer desktop shortcut into default user registry...
REG IMPORT iehomeall.reg
echo Unloading default user Registry Hive...
reg unload HKU\NTUSER
iehomeall.reg
Windows Registry Editor Version 5.00
[HKEY_USERS\NTUSER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.ragingcomputer.com/"
0 Responses to “Default User IE Home”