Make a SSD "spillover" to a hdd?

1zacster

Distinguished
Oct 8, 2012
221
1
18,685
Me and a buddy are going to start selling computers and to make them boot quickly we are using ssds as the boot drive but our customers might not be computer literate so we want to make it only appear as one to the os. Is there any raid setup to do this?
 
Solution
No the only option there is the Intel RST caching and that would not be the best set up. Also computer illiterate users would have issues with RAID.

I would install the OS, updates, and core stuff to the SSD then change the location that programs and user documents are saved to the HDD.

In regedit go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion and change the DWORD key ProgramFilesDir to the HDD from C, also if you use a 64 bit install change this key to the HDD also: ProgramFilesDir (x86).

To change where User data is stored, navigate to this key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
and change the ProfilesDirectory DWORD to D:\Users -- and then create the User accounts for...

RealBeast

Titan
Moderator
No the only option there is the Intel RST caching and that would not be the best set up. Also computer illiterate users would have issues with RAID.

I would install the OS, updates, and core stuff to the SSD then change the location that programs and user documents are saved to the HDD.

In regedit go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion and change the DWORD key ProgramFilesDir to the HDD from C, also if you use a 64 bit install change this key to the HDD also: ProgramFilesDir (x86).

To change where User data is stored, navigate to this key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
and change the ProfilesDirectory DWORD to D:\Users -- and then create the User accounts for the customer.

 
Solution

1zacster

Distinguished
Oct 8, 2012
221
1
18,685

So I would do all this while logged in as the hidden admin account. Then while still logged in delete the default account I made during setup, change the reg keys, then make a new account that will have those locations applied?
 

RealBeast

Titan
Moderator
Yes, and you can still give them different admin level accounts that are created after the key changes. It works fairly well to keep them from overloading the SSD with junk.
 

1zacster

Distinguished
Oct 8, 2012
221
1
18,685

Thank you!