键盘快捷键

查看Win tab任务窗口

Win10屏幕截图

快速返回Win d桌面打开win e文件管理器打开win I设置

Windows设置

Win L锁屏幕打开win r运行窗口win s小或win p快速打印ctrl alt del转出任务管理器alt选项卡任务切换Win Ctrl D新虚拟桌面

任务栏上的这个图标可以看到桌面或win tab

虚拟桌面

其他ctrl c ctrl v不常用。下面介绍win10的优化

优化

将以下代码区域复制到记事本中。另存为bat文件。右键管理器可以启动

关闭“Ipv6 netsh界面teredo set state disable”

netsh interface 6 to 4 set state disabled

netsh interface isatap set state disabled

手动操作方法:右键单击此计算机,选择“管理”“计算机管理”,从左侧菜单栏中选择“服务”,在右侧窗格中找到“IP助手”,右键单击选项,然后选择“属性”,将启动类型更改为“服务”

  • 关闭家庭组

reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsHomeGroup" /v "DisableHomeGroup" /d 1 /t REG_DWORD /f

手动操作方法:右键“此电脑”,选择“管理”→“计算机管理”,在左侧菜单栏中选择“服务”,在右侧窗口找到“HomeGroup Listener”和“HomeGroup Provider”,两个都是右键选择“属性”,然后“禁用”即可。

  • 关闭Windows Search

手动操作方法:右键“此电脑”,选择“管理”→“计算机管理”,在左侧菜单栏中选择“服务”,在右侧窗口找到“Windows Search”,右键选择“属性”并选择“禁用”即可。

  • 开机账户自动登陆

win+r调出对话框,输入Control Userpasswords2

去掉勾选

去掉勾选,点击确定,弹出密码框

确定就ok

win10优化批处理

由于优化的内容会比较多,方便起见网上搜集了一套优化代码,有需要可直接复制保存到记事本改文件后缀.bat直接优化:

@ECHO off
ECHO 关闭Windows Defender
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows Defender" /v "DisableAntiSpyware" /d 1 /t REG_DWORD /f
echo 完成
ECHO 关闭Windows防火墙
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsFirewallDomainProfile" /v "EnableFirewall" /d 0 /t REG_DWORD /f
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsFirewallPrivateProfile" /v "EnableFirewall" /d 0 /t REG_DWORD /f
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsFirewallPublicProfile" /v "EnableFirewall" /d 0 /t REG_DWORD /f
sc stop MpsSvc MpsSvc & sc config MpsSvc start=disabled
echo 完成
ECHO 关闭用户账户控制(UAC)
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem" /v "ConsentPromptBehaviorAdmin" /d 0 /t REG_DWORD /f
echo 完成
ECHO 关闭Smartscreen应用筛选器
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer" /v "SmartScreenEnabled" /d off /t REG_SZ /f
echo 完成
ECHO 启动电源计划“高性能”
-setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
echo 完成
ECHO 关闭显示器前等待时间: 从不
powercfg -Change -monitor-timeout-ac 0
powercfg -change -monitor-timeout-dc 0
echo 完成
ECHO 关闭休眠
powercfg -h off
echo 完成
ECHO 延迟启动 Superfetch 服务
sc config "SysMain" start= delayed-auto
echo 完成
ECHO 禁止运行计算机自动维护计划
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsScheduledDiagnostics" /v "EnabledExecution" /d 0 /t REG_DWORD /f
echo 完成
ECHO 关闭客户体验改善计划
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftSQMClientWindows" /v "CEIPEnable" /d 0 /t REG_DWORD /f
echo 完成
ECHO 关闭自动播放
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorer" /v "NoDriveTypeAutoRun" /d 255 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v "NoDriveTypeAutoRun" /d 255 /t REG_DWORD /f
echo 完成
ECHO 关机时强制杀后台不等待
reg add "HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl" /v "WaitToKillServiceTimeout" /d 0 /t REG_SZ /f
echo 完成
ECHO 关闭远程协助
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal Services" /v "fAllowToGetHelp" /d 0 /t REG_dword /f
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal Services" /v "fAllowUnsolicited" /d 0 /t REG_dword /f
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTTerminal Services" /v "fDenyTSConnections" /d 1 /t REG_dword /f
echo 完成
ECHO 任务栏日期显示“星期几”
reg add "HKEY_CURRENT_USERControl PanelInternational" /v "sLongDate" /d "yyyy'年'M'月'd'日', dddd" /t REG_SZ /f
reg add "HKEY_CURRENT_USERControl PanelInternational" /v "sShortDate" /d "yyyy/M/d/ddd" /t REG_SZ /f
echo 完成
ECHO 关闭磁盘碎片整理计划
SCHTASKS /Change /DISABLE /TN "MicrosoftWindowsDefragScheduledDefrag"
echo 完成
ECHO 禁用疑难解答和系统诊断服务
sc stop WdiSystemHost
sc stop WdiServiceHost
sc stop DPS
sc config DPS start= disabled
sc config WdiServiceHost start= disabled
sc config WdiSystemHost start= disabled
echo 完成
echo 关闭系统索引服务
sc stop WMPNetworkSvc
ping -n 3 127.0.0.1>nul
sc stop wsearch
sc config WMPNetworkSvc start= disabled
sc config wsearch start= disabled
echo 完成
ECHO 禁用防火墙Windows Firewall服务
(net start|find "Windows Firewall" >nul)&&(net stop MpsSvc>nul&sc config MpsSvc start= disabled>nul)||((sc qc mpssvc|find /i "START_TYPE"|find /i "DISABLED">nul)||sc config MpsSvc start= disabled>nul)
echo 完成
ECHO 删除回收站右键固定到开始屏幕
reg delete "HKEY_LOCAL_MACHINESOFTWAREClassesFoldershellexContextMenuHandlersPintoStartScreen" /f
echo 完成
ECHO 关闭家庭组
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsHomeGroup" /v "DisableHomeGroup" /d 1 /t REG_DWORD /f
echo 完成
ECHO 隐藏资源管理器导航窗格家庭组和网络
reg add "HKEY_CLASSES_ROOTCLSID{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}ShellFolder" /v Attributes /d 2962489612 /t REG_DWORD /f
reg add "HKEY_CLASSES_ROOTCLSID{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}ShellFolder" /v Attributes /d 2962489444 /t REG_DWORD /f
echo 完成
ECHO 关闭开机画面
bcdedit /set quietboot on
echo 完成
ECHO 禁用"最近使用的项目"
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced" /v "Start_TrackProgs" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced" /v "Start_TrackDocs" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERSoftwareClassesLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v "IconStreams" /t REG_BINARY /f
reg add "HKEY_CURRENT_USERSoftwareClassesLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify" /v "PastIconsStream" /t REG_BINARY /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v "NoRecentDocsHistory" /d 1 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v "NoInstrumentation" /d 1 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindowsExplorer" /v "DisableSearchBoxSuggestions" /d 1 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindowsExplorer" /v "DisableSearchHistory" /d 1 /t REG_DWORD /f
echo 完成
ECHO 开启“快速启动”
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsSystem" /v "HiberbootEnabled" /d 1 /t REG_DWORD /f
echo 完成
ECHO 关闭程序兼容性助手
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsAppCompat" /v "DisablePCA" /d 1 /t REG_DWORD /f
echo 完成
ECHO 关闭不必要的视觉动画效果
reg add "HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindowsDWM" /v "DisallowAnimations" /d 1 /t REG_dword /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v "TurnOffSPIAnimations" /d 1 /t REG_dword /f
reg add "HKEY_CURRENT_USERControl PanelDesktopWindowMetrics" /v "MinAnimate" /d 0 /t REG_SZ /f
echo 完成
ECHO 关闭不需要的视觉效果
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerVisualEffects" /v "VisualFXSetting" /d 3 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsDWM" /v "AlwaysHibernateThumbnails" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERControl PanelDesktop" /v "FontSmoothing" /d 2 /t REG_SZ /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsDWM" /v "EnableAeroPeek" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced" /v "TaskbarAnimations" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERControl PanelDesktop" /v "DragFullWindows" /d 1 /t REG_SZ /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced" /v "ListviewAlphaSelect" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced" /v "IconsOnly" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced" /v "ListviewShadow" /d 0 /t REG_DWORD /f
reg add "HKEY_CURRENT_USERControl PanelDesktopWindowMetrics" /v "MinAnimate" /d 0 /t REG_SZ /f
reg add "HKEY_CURRENT_USERControl PanelDesktop" /v "UserPreferencesMask" /d "9012038010000000" /t REG_BINARY /f
echo 完成
ECHO IE11开启企业模式
reg add "HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerMainEnterpriseMode" /v SiteList /d "HKCUSoftwarepoliciesMicrosoftInternet ExplorerMainEnterpriseMode" /t reg_sz /f
reg add "HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerMainEnterpriseMode" /v Enable /d "" /t reg_sz /f
echo 完成
ECHO 清除右键多余菜单
regsvr32 /u /s ig
reg delete HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlers /f
reg add HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlersnew /ve /d {D969A300-E7FF-11d0-A93B-00A0C90F2719}
reg delete HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun /v HotKeysCmds /f
reg delete HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun /v IgfxTray /f
echo 完成
ECHO 打开IE请勿追踪功能(Do Not Track)
reg add "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain" /v "DoNotTrack" /d "1" /t REG_DWORD /f
taskkill /f /im iex
ECHO 完成
ECHO 设置窗口超窄边框
reg add "HKEY_CURRENT_USERControl PanelDesktopWindowMetrics" /v "PaddedBorderWidth" /d 0 /t REG_SZ /f
echo 完成
ECHO 禁止一联网就打开浏览器
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsNetworkConnectivityStatusIndicator" /v "NoActiveProbe" /d 1 /t REG_DWORD /f
echo 完成
ECHO 禁用任务计划程序自启项
SCHTASKS /Change /DISABLE /TN "MicrosoftWindowsWindows Error ReportingQueueReporting"
SCHTASKS /Change /DISABLE /TN "MicrosoftWindowsSkyDriveRoutine Maintenance Task"
SCHTASKS /Change /DISABLE /TN "MicrosoftWindowsSkyDriveIdle Sync Maintenance Task"
SCHTASKS /Change /DISABLE /TN "MicrosoftWindowsDiskDiagnosticMicrosoft-Windows-DiskDiagnosticResolver"
SCHTASKS /Change /DISABLE /TN "MicrosoftWindowsDiskDiagnosticMicrosoft-Windows-DiskDiagnosticDataCollector"
SCHTASKS /Change /DISABLE /TN "MicrosoftWindowsDiagnosisScheduled"
SCHTASKS /Change /DISABLE /TN "MicrosoftWindowsDefragScheduledDefrag"
SCHTASKS /Change /DISABLE /TN "GoogleUpdateTaskMachineUA"
SCHTASKS /Change /DISABLE /TN "GoogleUpdateTaskMachineCore"
SCHTASKS /Change /DISABLE /TN "MicrosoftOfficeOfficeTelemetryAgentFallBack"
SCHTASKS /Change /DISABLE /TN "MicrosoftOfficeOfficeTelemetryAgentLogOn"
SCHTASKS /Change /DISABLE /TN "AdobeAAMUpdater-1.0-%computername%-%username%"
SCHTASKS /Change /DISABLE /TN "MicrosoftOfficeOffice 15 Subscription Heartbeat"
echo 完成
ECHO 修改计算机名JK+时间
reg add "HKEY_LOCAL_MACHINESystemCurrentControlSetControlComputerNameComputerName" /v ComputerName /t reg_sz /d JK-%date:~0,4%%date:~5,2%%date:~8,2%%time:~0,2%%time:~3,2% /f >nul 2>nul
reg add "HKEY_LOCAL_MACHINESystemCurrentControlSetControlComputerNameActiveComputerName" /v ComputerName /t reg_sz /d JK-%date:~0,4%%date:~5,2%%date:~8,2%%time:~0,2%%time:~3,2% /f >nul 2>nul
reg add "HKEY_LOCAL_MACHINESystemCurrentControlSetServicesTcpipParameters" /v "NV Hostname" /t reg_sz /d JK-%date:~0,4%%date:~5,2%%date:~8,2%%time:~0,2%%time:~3,2% /f >nul 2>nul
reg add "HKEY_LOCAL_MACHINESystemCurrentControlSetServicesTcpipParameters" /v Hostname /t reg_sz /d JK-%date:~0,4%%date:~5,2%%date:~8,2%%time:~0,2%%time:~3,2% /f >nul 2>nul
ECHO 去除快捷方式小箭头和后缀
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /d "%systemroot%system32imageres.dll,197" /t reg_sz /f
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer" /v link /d "00000000" /t REG_BINARY /f
del "%userprofile%AppDataLocaliconcac; /f /q
echo 完成
ECHO 去除UAC小盾牌
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /d "%systemroot%system32imageres.dll,197" /t reg_sz /f
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 77 /d "%systemroot%system32imageres.dll,197" /t reg_sz /f
taskkill /f /im ex
attrib -s -r -h "%userprofile%AppDataLocaliconcac;
del "%userprofile%AppDataLocaliconcac; /f /q
start explorer
echo 完成

1.《【nvtt dll】掌握这几个优化技巧和快捷键,能让你的win10系统和玩机更顺畅》援引自互联网,旨在传递更多网络信息知识,仅代表作者本人观点,与本网站无关,侵删请联系页脚下方联系方式。

2.《【nvtt dll】掌握这几个优化技巧和快捷键,能让你的win10系统和玩机更顺畅》仅供读者参考,本网站未对该内容进行证实,对其原创性、真实性、完整性、及时性不作任何保证。

3.文章转载时请保留本站内容来源地址,https://www.cxvn.com/gl/djyxgl/208894.html