I'm trying to use PsTools to configure remote computers. When I tried to initialize a Ps service at the remote computer for the first time, I got an Access is denied.
error, even when authenticated as an administrator account.
Some websites recommend to change HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\LocalAccountTokenFilterPolicy
to 1 in the registry, but when I did that, the authentication was not necessary anymore, and anyone connected to the network (with the same workgroup, probably) could initialize a service in the computer.
Is there any way to let services be initialized in a remote computer only with admin authentication without disabling User Account Control?