fly Posted June 6, 2006 Author Posted June 6, 2006 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?
T D Posted June 6, 2006 Posted June 6, 2006 Unlocker is for access denied and file is in use with another process!
Djé Posted June 6, 2006 Posted June 6, 2006 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.
fly Posted June 6, 2006 Author Posted June 6, 2006 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.
fly Posted June 6, 2006 Author Posted June 6, 2006 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.
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