VNC with mslogon
Has anyone setup the MS logon for Ultra VNC? I was wondering what the script would be to do so if anyone knew.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
jshelley@cosb.us
14 years ago
Here is what I have in our KBOX Scripting tab for pushing out UltraVNC. acl.txt This is the file that us used to set which Groups or Users can log into VNC.
kace3219.bat This is the DSM Batch File.
MSRC4Plugin.dsm
rc4.key
UltraVNC-102-Setup.exe
ultravnc.inf This is the INF used within VNC to set the ACL, DSM, and some other config settings. On Success
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!Password†to “hex:db,d8,3c,fd,72,7a,14,58â€Â. Note. This is a bogus password only being used to install and configure VNC. Your domain account will be used for the true PW.
Set “HKLM\SOFTWARE\ORL\WinVNC3!MSLogonRequired†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3!NewMSLogon†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3!DisableTrayIcon†to “0â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowClients†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowProperties†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowShutdown†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!FileTransferEnabled†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!FTUserImpersonation†to “0â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!LockSetting†to “1â€Â.
Launch “$(KACE_DEPENDENCY_DIR)\UltraVNC-102-Setup.exe†with params “/loadinf=â€Â$(KACE_DEPENDENCY_DIR)\ultravnc.inf“ /verysilentâ€Â.
Run the batch file “DSM†with params “â€Â. Batch File DSM
copy "C:\Program Files\KACE\KBOX\packages\kbots\117\MSRC4Plugin.dsm" "c:\program files\ultravnc\*.*" /Y
copy "C:\Program Files\KACE\KBOX\packages\kbots\117\rc4.key" "c:\program files\ultravnc\*.*" /Y
kace3219.bat This is the DSM Batch File.
MSRC4Plugin.dsm
rc4.key
UltraVNC-102-Setup.exe
ultravnc.inf This is the INF used within VNC to set the ACL, DSM, and some other config settings. On Success
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!Password†to “hex:db,d8,3c,fd,72,7a,14,58â€Â. Note. This is a bogus password only being used to install and configure VNC. Your domain account will be used for the true PW.
Set “HKLM\SOFTWARE\ORL\WinVNC3!MSLogonRequired†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3!NewMSLogon†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3!DisableTrayIcon†to “0â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowClients†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowProperties†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!AllowShutdown†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!FileTransferEnabled†to “1â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!FTUserImpersonation†to “0â€Â.
Set “HKLM\SOFTWARE\ORL\WinVNC3\Default!LockSetting†to “1â€Â.
Launch “$(KACE_DEPENDENCY_DIR)\UltraVNC-102-Setup.exe†with params “/loadinf=â€Â$(KACE_DEPENDENCY_DIR)\ultravnc.inf“ /verysilentâ€Â.
Run the batch file “DSM†with params “â€Â. Batch File DSM
copy "C:\Program Files\KACE\KBOX\packages\kbots\117\MSRC4Plugin.dsm" "c:\program files\ultravnc\*.*" /Y
copy "C:\Program Files\KACE\KBOX\packages\kbots\117\rc4.key" "c:\program files\ultravnc\*.*" /Y
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.