#1 迁移C盘Windows/Installer文件夹
- Restart your PC, press F8 continuously to bring up boot menu, and choose "Command prompt with safe mode" (this is to ensure you can move the windows folder around)
- Once the command prompt is shown, type the command to move the folder to another drive:
robocopy C:\Windows\Installer D:\Windows\Installer /MOVE /e
- Next, create a "Junction" link for the missing folder:
mklink /J C:\Windows\Installer D:\Windows\Installer