中国移动所推出的家庭云电脑服务,乃是依托于云计算技术而打造的一项服务内容,其主要目的在于为广大的家庭用户赋予类似于云桌面或者虚拟桌面那般的功能体验。借助此项服务,用户即便无需仰仗本地具备高性能的硬件设备,也能够运用中国移动所供应的远程云端计算资源,进而开展诸如日常办公、娱乐休闲以及学习等各类操作活动。
需要注意的是,在默认情形之下,中国移动家庭云电脑一旦断开连接的时长超过1个小时,便会自动执行关机操作。而本文将会为大家提供相关脚本,以此来达成使其24小时都不关机的效果。
以下为具体的脚本内容:
请将以下内容完整保存至名为“lolicp.bat”的文件当中,并且要使用管理员权限来执行该文件哦。
// 清理
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}"
评论0
暂时没有评论