✪Rich&Nuts 2019 年 9 月 16 日 下午 7:31
Windows 10 Updates location
So I recently made my SSD the main drive so I can have faster boot up speeds. If Windows 10 has updates should it be sent to the SSD or the HDD? If I want it to update through the HDD where would I transfer the update?
Samsung evo 860 250gb
最后由 ✪Rich&Nuts 编辑于; 2019 年 9 月 16 日 下午 8:55
windows will update files on the system drive (typically drive C on single boot system). you cannot make a custom update location for system files.
third party softwares may be installed to other drives other than drive C.
< >
正在显示第 1 - 10 条,共 10 条留言
✪Rich&Nuts 2019 年 9 月 16 日 下午 8:55 
bump
Magma Dragoon 2019 年 9 月 16 日 下午 9:05 
What do you mean "bump"? This was already at the top of the first page. Why haven't you formatted the HDD yet? That was the answer to your last thread wasn't it?
该讨论串的作者已表示此帖子解答了原先的主题。
chiefputsilao✖️ping 2019 年 9 月 16 日 下午 9:18 
windows will update files on the system drive (typically drive C on single boot system). you cannot make a custom update location for system files.
third party softwares may be installed to other drives other than drive C.
[☥] - CJ - 2019 年 9 月 16 日 下午 10:09 
Win Updates as stated go on the OS drive, you cant or shouldnt direct them else where.

If you are low on space, do a disk clean up and disable hibernation and set a min/max of 8192mb's for the page file
✪Rich&Nuts 2019 年 9 月 16 日 下午 10:59 
引用自 Magma Dragoon
What do you mean "bump"? This was already at the top of the first page. Why haven't you formatted the HDD yet? That was the answer to your last thread wasn't it?
I already formatted both drives and completely wiped it so I can start new. The boot partition is on the SSD, but I forgotten to ask the community if future updates of the OS should be moved the the HDD. I heard sometimes the updates eat up space on the SSD.
Midnight Fawn 2019 年 9 月 17 日 上午 1:14 
windows will update files on the system drive (typically drive C on single boot system). you cannot make a custom update location for system files.
third party softwares may be installed to other drives other than drive C.

Win Updates as stated go on the OS drive, you cant or shouldnt direct them else where.

These are actually untrue, I have numerous system that I have created junctions (symbolic links) for, and more importantly the SoftwareDistribution folder which holds windows updates now resides on a "stand-alone" drive which frees up space on my C: drives.

I used the windows built in mklink command from an elevated command prompt, and not once have I or anyone else I know who does the same had any issues with windows.

Here is a batch file i have created to do everything:

net stop wuauserv
net stop UsoSvc
net stop BITS
net stop DoSvc
robocopy C:\Windows\SoftwareDistribution D:\SoftwareDistribution\ /copyall /e
rmdir /S /Q C:\Windows\SoftwareDistribution
mklink /J C:\Windows\SoftwareDistribution D:\SoftwareDistribution
net start wuauserv
net start UsoSvc
net start BITS
net start DoSvc

pause

I have put the pause at the end so you can see what has happened during the process and if there are any errors..

I use RoboCopy to copy all permissions and file attributes as per the original folder.

Make sure that the destination drive is formatted NTFS.

Run the batch file as Administrator

Job Done.. :)
最后由 Midnight Fawn 编辑于; 2019 年 9 月 17 日 上午 1:17
Spec_Ops_Ape 2019 年 9 月 17 日 上午 2:41 
引用自 Midnight Fawn
windows will update files on the system drive (typically drive C on single boot system). you cannot make a custom update location for system files.
third party softwares may be installed to other drives other than drive C.

Win Updates as stated go on the OS drive, you cant or shouldnt direct them else where.

These are actually untrue, I have numerous system that I have created junctions (symbolic links) for, and more importantly the SoftwareDistribution folder which holds windows updates now resides on a "stand-alone" drive which frees up space on my C: drives.

I used the windows built in mklink command from an elevated command prompt, and not once have I or anyone else I know who does the same had any issues with windows.

Here is a batch file i have created to do everything:

net stop wuauserv
net stop UsoSvc
net stop BITS
net stop DoSvc
robocopy C:\Windows\SoftwareDistribution D:\SoftwareDistribution\ /copyall /e
rmdir /S /Q C:\Windows\SoftwareDistribution
mklink /J C:\Windows\SoftwareDistribution D:\SoftwareDistribution
net start wuauserv
net start UsoSvc
net start BITS
net start DoSvc

pause

I have put the pause at the end so you can see what has happened during the process and if there are any errors..

I use RoboCopy to copy all permissions and file attributes as per the original folder.

Make sure that the destination drive is formatted NTFS.

Run the batch file as Administrator

Job Done.. :)
I'm surprised nobody used Google,
https://www.thewindowsclub.com/change-windows-10-updates-download-location
Midnight Fawn 2019 年 9 月 17 日 上午 2:44 
引用自 Spec_Ops_Ape
引用自 Midnight Fawn
I'm surprised nobody used Google,
https://www.thewindowsclub.com/change-windows-10-updates-download-location

Usual for these groups..
[☥] - CJ - 2019 年 9 月 17 日 上午 6:55 
I was talking about where its installed to, not where its DOWNLOADED to
If you have enough space for it to be installed on the OS drive it isnt necessary for them to be downloaded to a different drive.
Bad 💀 Motha 2019 年 9 月 17 日 下午 12:45 
Yea, who cares that it downloads to the os drive, you clean all that junk up after updating successfully is all completed fully, using disk cleanup ran via the run as admin option.
< >
正在显示第 1 - 10 条,共 10 条留言
每页显示数: 1530 50

发帖日期: 2019 年 9 月 16 日 下午 7:31
回复数: 10