Welcome to my VMWare resource pool!
"One small step for man, One giant leap for virtualization!
Monday, November 2, 2015
How can I disable the User Account Control (UAC)
Windows has the built-in ability to automatically reduce the potential of security breaches in the system. It does that by automatically enabling a feature called User Account Control (or UAC for short). The UAC forces users that are part of the local administrators group to run like they were regular users with no administrative privileges.
(You can't do it natively in GPMC for 2003. you can add a 2008 server and make your your group policy manager or use a bat file to kill the uac. You can run this bat file as a startup script and it should work. or take the registry key and create a custom ADM that will then allow you to manage it through GPMC. here is the command that you would run in the bat)
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
LINK
Subscribe to:
Post Comments (Atom)
Vmware NSX SSL creation
Using OpenSSL for NSX Manager SSL import: Creates CSR and 4096 bit KEY Creating NSX 6.4.2 SSL openssl req -out nsxcert.csr -newkey rsa:40...
-
vmware converter – p2v – partition number must be set for the boot volume Leave a reply I was trying to archive old machine running R...
-
root@vcsa1 [ ~ ]# service-control –stop –all Perform stop operation. vmon_profile=ALL, svc_names=None, include_coreossvcs=True, i...
-
Adding a TCP/IP stack esxcli network ip netstack add -N "NFS" If vmkernal was pre-create then you will need to delete and...
No comments:
Post a Comment