← All posts tagged disable
2008
disable
dep
To disable DEP on Windows Server 2008 type the following on an elevated Command Line
bcdedit /set nx AlwaysOff
firewall
disable
wmic
wmic /node:"WNSS02" /privileges:enable /IMPLEVEL:Impersonate process call create "netsh firewall set opmode disable"
icon
tray
UltraVNC
disable
Disable tray icon in UltraVNC
[HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3]
"DisableTrayIcon"=dword:00000001