Automatically Say Yes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to install a registry key in the background every time my computer
boots up

However i dont want it it ask for confirmation for me to say yes

is there amy way i can get it to automatically say yes to the registry key
confirmation

many thanks

all help appreciated
 
Spudbum said:
I want to install a registry key in the background every time my computer
boots up

However i dont want it it ask for confirmation for me to say yes

is there amy way i can get it to automatically say yes to the registry key
confirmation

many thanks

all help appreciated
Go to a CMD.EXE command prompt and type:

REG ADD /? | MORE

Follow the instructions. You can put the startup REG command in the
HKLM\Software\Microsoft\Windows\Currentversion\Run key.
 
Regedit.exe supports a /s command-line switch to not display these messages. For example, to silently run the .reg file (with the /s switch) from a login script batch file, use the following syntax:
regedit.exe /s path of .reg file

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


I want to install a registry key in the background every time my computer
boots up

However i dont want it it ask for confirmation for me to say yes

is there amy way i can get it to automatically say yes to the registry key
confirmation

many thanks

all help appreciated
 
Back
Top