June 6, 200620 yr Author f you want a fully foolproof solution, use the reg.exe tool to load the "default user" hive in another key :REG LOAD HKU\Default_User "C:\Documents and Settings\Default User\ntuser.dat"REG IMPORT mytweaks.regREG UNLOAD HKU\Default_UserIn this case, you'll use "HKU\Default_User" in mytweaks.reg instead of HKCU.Okay, when running the IMPORT, I get an error about Invalid file format. It's a REG file, and works via double clicking. What am I doing wrong?
June 6, 200620 yr Okay, when running the IMPORT, I get an error about Invalid file format. It's a REG file, and works via double clicking. What am I doing wrong?Do you mean that you get an error with the following command?:REG IMPORT mytweaks.regWhat does it says when you do?:REGEDIT mytweaks.reg(You can add an optional /S switch to import it silently)If this command fails as well, It may be you file format.The file has to start with the following line:Windows Registry Editor Version 5.00???followed by a blank one???If you file has this header but you still get the error, attach it so we can have a look.
June 6, 200620 yr Author REGEDIT mytweaks.reg(You can add an optional /S switch to import it silently)Not regedit, but REG IMPORT. The majority of the file is posted in my first post.
June 6, 200620 yr Author In this case, you'll use "HKU\Default_User" in mytweaks.reg instead of HKCU.Nevermind, this is the issue. I'll run it again tomorrow.
Create an account or sign in to comment