Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Export key(s) as "REG ADD" command #66

Open
shodanx2 opened this issue Feb 13, 2024 · 1 comment
Open

Feature request: Export key(s) as "REG ADD" command #66

shodanx2 opened this issue Feb 13, 2024 · 1 comment

Comments

@shodanx2
Copy link

Example you right click this key

image

Then you would paste it like this

image

Should work with multiple items

image

would become

image

Text examples

REG ADD "HKEY_CURRENT_USER\SOFTWARE\Google\SketchUp8\Settings" /v Shortcut_10 /t REG_SZ /d "0 0 0 R selectRectangleTool:" /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Google\SketchUp8\Settings" /v Shortcut_15 /t REG_SZ /d "0 0 0 G Edit/Make Component..." /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Google\SketchUp8\Settings" /v Shortcut_18 /t REG_SZ /d "0 0 0 Q selectRotateTool:" /f

@shodanx2
Copy link
Author

NOTE :
You can reverse this change with the following command

reg delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\regedit.exe"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant