Displaying 4 results from an estimated 4 matches for "existkey".
Did you mean:
existed
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...soft\Outlook
Express\5.0", "VerStamp", "3", "REG_DWORD")
WriteValue("HKEY_CURRENT_USER\Identities\"+$identity+"Software\Microsoft\Outlook
Express\5.0", "Welcome Message", "0", "REG_DWORD")
; Mail
$RC =
ExistKey("HKEY_CURRENT_USER\Identities\"+$identity+"Software\Microsoft\Outlook
Express\5.0\Mail")
If $RC <> 0
AddKey("HKEY_CURRENT_USER\Identities\"+$identity+"Software\Microsoft\Outlook
Express\5.0\Mail")
EndIf
WriteValue("HKEY_CURRENT_USER\I...
2012 Aug 02
1
documentation for configuring folder redirection
I believe that once you have roaming profiles configured, all you need to do
to configure folder redirection is set some registry keys. I'd like to turn
that job over to our Windows sys admin. Can someone provide me with their
favorite documentation for configuring folder redirection? Keep in mind I am
passing this link along to a Windows sys admin. Our backend is samba 3.6.3
if it
2010 Jun 25
0
WG: Samba PDC and big files
...copy to and from:
Look at this:
http://www.samba.org/samba/docs/man/Samba-Guide/happy.html#id2582162
My kixkstart script:
;we redirect personal folder to the server
;we look at the registry if there isvalue that the folders has been
redirected
;zun?chst gibt es diesen Eintrag schon?
$RETURNCODE=EXISTKEY("HKEY_CURRENT_USER\tpdc")
;if not set it it in the registry
IF NOT $RETURNCODE=0
ADDKEY("HKEY_CURRENT_USER\tpdc")
;now if we set the above key we know it ist he first login and we set it.
Later on we will delete this key
ADDKEY("HKEY_CURRENT_USER\tpdc\FIRST_LOGIN"...
2010 Aug 05
1
Roaming profiles shared between WinXP and Win7
...Desktop", "%USERPROFILE%\Escritorio", "REG_EXPAND_SZ")
WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User
Shell Folders", "Favorites", "%USERPROFILE%\Favoritos", "REG_EXPAND_SZ")
ExistKey("HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsUpdate")
If @ERROR <> 0
AddKey("HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsUpdate")
EndIf
ExistKey("HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsUpdate&quo...