ESX3.5 introduced a visual indicator to the VMware Tools system tray icon to notify when tools are old. This new behavior can be disabled manually in the VMware Tools applet, or it can be packaged with the following registry change:
HKLM\Software\VMware, Inc.\VMware Tools
Change the default value to a DWORD value of 0
To script:
REG ADD "HKLM\SOFTWARE\VMware, Inc.\VMware Tools" /V "" /T REG_DWORD /D "0x0" /F
More vQuotes
HKLM\Software\VMware, Inc.\VMware Tools
Change the default value to a DWORD value of 0
To script:
REG ADD "HKLM\SOFTWARE\VMware, Inc.\VMware Tools" /V "" /T REG_DWORD /D "0x0" /F
More vQuotes
No comments:
Post a Comment