Jump to content

Recommended Posts


Posted

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"

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...