- Oct 9, 1999
 
- 3,214
 
- 5
 
- 0
 
I'm working on an easy "hidden" install for the S@H CLI client. I can not get regedit to consistently autoinstall a new string value in the ...\Run key.
here is the .reg file:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
"Keybd"="c:\keyboard\keyboard.lnk"
I managed to get it to work on one machine using this format:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]\
"Keybd"="c:\\keyboard\\keyboard.lnk"
It hasn't worked on a couple other machines, all are win98.
Any advice other than to dump windows?
			
			here is the .reg file:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
"Keybd"="c:\keyboard\keyboard.lnk"
I managed to get it to work on one machine using this format:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]\
"Keybd"="c:\\keyboard\\keyboard.lnk"
It hasn't worked on a couple other machines, all are win98.
Any advice other than to dump windows?
				
		
			