Notes for the ShadowControl Virtual Plug-Ins
- On some Windows systems, Push Install requires Classic access to operate. On those systems, Windows operates in a so-called "simple file sharing" mode. In this mode, when an attempt is made to access the system over the network using credentials that are local to that server or client, Windows will only provide guest level access. To fix this:
- Go to Start > Run > secpol.msc > Local Policies > Security Options.
- Change "Network Access: Sharing and security model for local accounts" to "Classic - local users authenticate as themselves".
- Push Install may also fail when blocked by Windows Remote User Account Control. The LocalAccountTokenFilterPolicy setting affects how administrator credentials are applied to remotely administer the computer. To perform a push install with a Windows Vista or Windows 7 machine, configure a registry setting as follows:
- Click on the Windows "Start" icon.
- Enter "cmd" and then press CTRL-SHIFT-ENTER.
- In the console window that opens, enter the following command:
- reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\system" /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f