Question : Problem: How do I deploy an exported registry key to WXP desktops using SMS?

I would like to add this key to WXP desktops. I created and exported the key from my PC. I must use SMS to deploy the key. I do not have SMS installer to create the .EXE file and I do not have access to GPO or logon scripts so adm templates are out of the question.

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer
ShowDriveLettersFirst=4

Answer : Problem: How do I deploy an exported registry key to WXP desktops using SMS?

You could use Reg for example

REG Add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer /v ShowDriveLettersFirst /t REG_SZ /d "4" /f

Alternatively you could use VB Script, AutoIT, Regedit using /s to import etc..

Cheers

Random Solutions  
 
programming4us programming4us