天天看点

如何优化虚拟桌面

虚拟桌面代理安装的具体优化:

禁止Windows 自动更新

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\

WindowsUpdate\Auto Update]

"AUOptions"=dword:00000001

"ScheduledInstallDay"=dword:00000000

"ScheduledInstallTime"=dword:00000003

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv]

"Start"=dword:00000004

禁止Windows脱机文件功能

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache]

"Enabled"=dword:00000000

Disable Disk Defragmentation BootOptimizeFunction

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]

"Enable"="N"

禁用背景布局服务

OptimalLayout]

"EnableAutoLayout"=dword:00000000

禁止Windows 系统还原功能

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]

"DisableSR"=dword:00000001

禁用上次访问时间戳

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]

"NtfsDisableLastAccessUpdate"=dword:00000001

禁用休眠

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]

Various keys and values are set according to the version of Windows detected.

禁用故障转储Dump

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]

"CrashDumpEnabled"=dword:00000000

"LogEvent"=dword:00000000

"SendAlert"=dword:00000000

禁止索引服务

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cisvc]

降低事件日志文件为64 kB

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\

Application]

“MaxSize"=dword:00010000

Security]

"MaxSize"=dword:00010000

System]

减少IE临时文件缓存

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]

"CacheLimit"=dword:00000400 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content]

"CacheLimit"=dword:00000400 [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]

"CacheLimit"=dword:00000400

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content]

Internet Settings\Cache\Paths]

"Paths"=dword:00000004

Internet Settings\Cache\Paths\path1]

"CacheLimit"=dword:00000100

Internet Settings\Cache\Paths\path2]

Internet Settings\Cache\Paths\path3]

Internet Settings\Cache\Paths\path4]

禁止关机时清除页面文件

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"ClearPageFileAtShutdown"=dword:00000000

禁止Superfetch (Windows Vista and Windows 7 Only)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysMain]

禁止Windows Defender (Windows Vista and Windows 7 Only)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend]

Run]

"Windows Defender"=hex(2):00

禁止Windows Search (Windows Vista and Windows 7 Only)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSearch]

禁止定时磁盘碎片整理 (Windows Vista and Windows 7 Only)

Programmatic optimization.

<b>额外进行手工优化内容如下:</b>

禁止移动至回收站 (Windows XP)

Explorer\BitBucket]

“UseGlobalSettings"=dword:00000001

"NukeOnDelete"=dword:00000001

禁止移动至回收站 (Windows Vista and Windows 7)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoRecycleFiles"=dword:00000001

禁止机器帐号密码更改

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\

Parameters]

"DisablePasswordChange"=dword:00000001

禁止 UDP Checksum Offload 功能(Only When a Broadcom NIC Is Detected)

 完!!!

继续阅读