🧭 使用 Google Chrome 遠端桌面:良好A 控制 破螢幕B
✅ 你需要準備:
- 兩台電腦(良好A:你要操作的電腦;破螢幕B:你要遠端控制的電腦)
- 兩台電腦都安裝好 Google Chrome 瀏覽器
- 同一個 Google 帳號 登入兩台電腦(可以,這樣更方便)
- 破螢幕B 至少能開機並能操作(即使螢幕壞了,也要能用滑鼠鍵盤操作或外接螢幕設定一次)
先記錄保留做法, 有需要做的時候才有的看
在瀏覽器上的操作留下的log檔案,做轉移到另一部電腦,建議是瀏覽器同帳號登入使用,電腦帳號登入會限制需要權限,再加入允許權限即可以讀取
開啟 cmd command window
Enter the following command
P.S.: "echo" describes what to do
------通用指令-----
echo ↓ Disk Cleanup window, select all the files you want to delete and click OK
cleanmgr
pause
echo ↓ Skips the drive selection step and displays the Disk Cleanup settings window. Here, you can select the files to delete.
cleanmgr /sageset
pause
echo ↓ Delete Files Automatically
cleanmgr /sagerun
echo ↓ The Disk Cleanup tool will clean up temporary files older than seven days. However, if you need to clean up temporary folders frequently, you can do so manually or using the command prompt.
cleanmgr /verylowdisk /c
pause
echo ↓ Delete temporary files, there may be no files, but still active in the background for a moment
del %temp%\*.* /s /q
del /f /s /q %systemdrive%*.tmp
del /f /s /q %systemdrive%*.log
del /f /s /q %systemdrive%*.chk
del /f /s /q %systemdrive%*.old
del /f /s /q %windir%*.bak
echo ↓ delete Temporary Interenet file by lobin user
del /f /s /q %userprofile%\Local Settings\Temporary Internet Files*.*
------結束-----------
以上留存
Jimmy
Win 11目前在24H2的iso上實測已發現如果在OOBE階段使用oobe\bypassnro的手段來跳過建立帳號的初始化階段時,重新開機後也會陷入建立帳號的無限迴圈
執行方式: