出处:https://lolicp.com/others/202409719.html
新建一个txt,复制粘贴以下内容,改后缀为bat,然后在移动云电脑上执行。
我一直在用,关机频率会大大降低,但不代表不会关机。大概可能能坚持个10天差不多感觉
// 清理
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\System" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\VDAgent\LogonInfo" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /f
sc config BalloonService start=disabled
sc config FileTranS start=disabled
sc config MMRHookService start=disabled
sc config SoftwareStoreAgent start=disabled
sc config qemu-ga start=disabled
sc config Vmbooster start=disabled
sc config VmBoosterMonitor start=disabled
sc config VmQoEAgent start=disabled
sc config SoftwarestoreService start=disabled
sc config UpdateDaemon start=disabled
sc config GuardAgent start=disabled
sc config sc-alive start=disabled
sc config AssistantService start=disabled
sc config MswitchWin start=disabled
// 优化IPV6
sc config iphlpsvc start=disabled
// 中国移动畅连
sc config FCNSService start=disabled
sc config FCNSAndDeskServer start=disabled
sc config FCNSHelper.exe start=disabled
sc config edgeupdate start=disabled
sc config edgeupdatem start=disabled
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v wpsphotoautoasso /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v SysguardSystemOptimize /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v FCNS /f
// 删除任务计划
SCHTASKS /DELETE /TN "\Microsoft\XblGameSave\XblGameSaveTask" /F
SCHTASKS /DELETE /TN "WpsUpdateLogonTask_Administrator" /F
SCHTASKS /DELETE /TN "WpsUpdateTask_Administrator" /F
SCHTASKS /DELETE /TN "atowinX" /F
SCHTASKS /DELETE /TN "atowinZ" /F
SCHTASKS /DELETE /TN "mainservice" /F
SCHTASKS /DELETE /TN "MicrosoftEdgeUpdateTaskMachineCore{16136" /F
SCHTASKS /DELETE /TN "MicrosoftEdgeUpdateTaskMachineUA{D9EE53A" /F
SCHTASKS /DELETE /TN "MicrosoftEdgeUpdateTaskMachineCore" /F
SCHTASKS /DELETE /TN "MicrosoftEdgeUpdateTaskMachineUA" /F
SCHTASKS /DELETE /TN "RunAsStdUser Task" /F
SCHTASKS /DELETE /TN "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /F
SCHTASKS /DELETE /TN "\Microsoft\Windows\Application Experience\ProgramDataUpdater" /F
// 清理文件
rmdir /s /Q "C:\yidongyunpan"
rmdir /s /Q "C:\Program Files\FCNS"
// 删除防火墙
netsh advfirewall firewall delete rule name="@{Microsoft.Windows.Cortana_1.11.5.17763_neutral_neutral_cw5n1h2txyewy?ms-resource://Microsoft.Windows.Cortana/resources/PackageDisplayName}"