Microsoft
Software
Hardware
Network
Question : Batch file
I am writing a batch file with reg add. I have numerous lines. Most of the reg adds work properly except those with spaces in them. How do I get around this problem? This is in Windows 2003 I am running into the problem. Here is an example;
rem reg add HKEY_LOCAL_MACHINE\Softwar
e\Policies
\Microsoft
\Windows NT\Terminal Services /v fAllowToGetHelp /t REG_DWORD /d 0
Answer : Batch file
Simply add quotes:
reg add "HKEY_LOCAL_MACHINE\Softwa
re\Policie
s\Microsof
t\Windows NT\Terminal Services" /v fAllowToGetHelp /t REG_DWORD /d 0
Random Solutions
Cannot re-enable firewall with group policy
ASA 5505 DMZ won't Access Internet
Virtual Data Recovery Error
A critical function required for the transfer of delivery of the message was not supported by the originator of the report
run excel and run the enable auto refresh
Kernel panic not syncing VMWare Data Recovery 1.2
How can I sign certificate request using java.security or Bouncycastle programmatically?
Access: 'Control can't be edited - bound to unknown field'
windows 7 home password policy
Making a movie project into a DVD file in Windows 7. How do I burn copies in Vista?