Although I've done some very simple vb scripting before (mainly using examples from the net), this one is beyond me.
I want to do a vb script that at login will create two registry entries (if they don't exist - if they do I just want it to ignore it - not bug the user to do something)
The values I want to create are:
[HKEY_CURRENT_USER\Software\Policies\Titus Labs\Message Classification]
"DefinitionFileServerPath"="C:\\Titus\\yourEmail.tl"
[HKEY_CURRENT_USER\Software\Policies\Titus Labs\Document Classification]
"DefinitionFileServerPath"="C:\\Titus\\yourDocuments.tl"
Could anyone give me some pointers please ?
Thanks
I want to do a vb script that at login will create two registry entries (if they don't exist - if they do I just want it to ignore it - not bug the user to do something)
The values I want to create are:
[HKEY_CURRENT_USER\Software\Policies\Titus Labs\Message Classification]
"DefinitionFileServerPath"="C:\\Titus\\yourEmail.tl"
[HKEY_CURRENT_USER\Software\Policies\Titus Labs\Document Classification]
"DefinitionFileServerPath"="C:\\Titus\\yourDocuments.tl"
Could anyone give me some pointers please ?
Thanks