SoultakerPT Posted August 3, 2004 Posted August 3, 2004 I'm woundering if there's any way to log with a vbscript or something like that, my regtweaks.reg file.Any idea?
prathapml Posted August 3, 2004 Posted August 3, 2004 You can't "log" your .reg file, simply because there's nothing to log!If you want to see whether your .reg got imported correctly or not, you could rather use "regedit /S --.reg" which will silently import your registry tweaks with no problems (if there was no error in the .reg itself) - and you can be sure that windows tried its best to import the keys in that file.Or, if you actually meant that you want to have comments in regtweaks.reg which help you understand which section does what, you could just use manually commented lines (start a new line with a semi-colon). Like this:; accessibility options - show extra KeyBoard help in programs[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Preference]"On"="1"
SoultakerPT Posted August 3, 2004 Author Posted August 3, 2004 Well your right.But here where I work they want Logs for everything! Think I'm going to make a *.vbs instead of a *.reg.
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