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
HP procurve Core switch vs standard layer 3 switch
Disable Driver Signature Enforcement during Windows 7 install
Insert Script from the command prompt
DynDNS Setup and configuration
C# Inheritance
Please explain me this javascript example about the DOM
Brightstor 12.5 Exchange Agent issue
Job Scheduling in Java
window 7 OS: blank (black) screen only, as it logs in
Java Swing logical operator