Open .Reg File without Confirmation
There are times when we wish to make certain changes in the Registry of our Windows but to do that we can either edit the registry manually or use a .reg file that will do the work itself.
While editing registry manually is bit tiresome and require some precaution, using the .reg registry file is easy and does the work itself.

To use the .reg file we need to double click on it and then click OK to the confirmation prompt but here is a cool trick that can prevent the confirmation dialog and we can run the .reg file directly.
Steps:
1. Save the .reg file in any drive say C: drive.
2. Open the Run dialog and type the following command (as shown in the screenshot)
regedit.exe /s C:\a.reg where a.reg is your saved .reg file.

3. On pressing OK the .reg file will run directly and will not ask for any confirmation.
Cool isn’t it?
You May Also Like to Read
- Convert PDF to Word Doc and Excel Xls file
- Add Open in New Window Option to Right Click Context Menu of Folders and Drives
- How to Open .Dat Files
- Add “Open with Notepad” Option in Right Click Context Menu
- Copy or Hide a File inside an Image
- Disable Auto Execution of Autorun.inf
- Open the Prefetch File using WinPrefetchView
- Add a Website Link to the Start Menu
- Hear Text File by Adding Speak Option in Right Click Menu
- Convert REG File to EXE with Reg2Exe Converter



Leave a Reply