创建一个计划任务,每天凌晨执行一次
- # 结束进程
- Stop-Process -Name "Ecloud Cloud Computer Application" -Force -ErrorAction SilentlyContinue
- Stop-Process -Name "uSmartView_VDI_Client" -Force -ErrorAction SilentlyContinue
- # 等待10秒
- Start-Sleep -Seconds 10
- # 运行程序
- Start-Process -FilePath "D:\Program Files (x86)\Ecloud\CloudComputer\Ecloud Cloud Computer Application.exe"
- # 等待3分钟
- Start-Sleep -Seconds 180
- # 结束进程
- Stop-Process -Name "Ecloud Cloud Computer Application" -Force -ErrorAction SilentlyContinue
- Stop-Process -Name "uSmartView_VDI_Client" -Force -ErrorAction SilentlyContinue
- # 完成
- Write-Output "操作完成。"
复制代码
中国移动云电脑分为两个公司版本
一:中国移动云电脑 (苏州团队) 有数据盘 win版本高 可装蓝叠5 虚拟安卓
最低价:15起步
二:中国移动云电脑(杭州团队)就是论坛所谓的家庭云版本 win版本低 无法装任何虚拟器
最低价:减免为0 看各省移动
关于 24小时关机问题 怎么解决
一:苏州版本 可以装蓝蝶5 套娃
二:杭州版本 需要先dd到linux 然后再dd到 win就能解决 (技术可以的情况下可以dd到win11 解决安卓软件问题) |