saving files on desktop

Associate
Joined
28 Aug 2005
Posts
221
I know the downsides of doing this but I'm still a big fan.

I just wondered, do files saved on the desktop get saved on the same partition that windows is on? if that drive were full, would windows save them on the next available ntfs partition?

i can't seem to find an answer anywhere.
 
They get saved in the "Desktop" folder of your user profile, so unless you have manually redirected your profile or components of it, it will default to C:\Documents and Settings\%USERNAME%\Desktop
 
As M0KUJ1N says, they just get saved to a folder on your hard drive, the same way as shortcuts are stored on your start menu.
If your C: drive is full then you'll get a low disk warning and not be able to save any more files to the desktop or otherwise.
 
As said, it's basically a folder in the %USERPROFILE% dir named 'Desktop'. It's quite easy to modify the location of the desktop folder to an entirely different disk though via the registry :)
 
Trigger said:
As said, it's basically a folder in the %USERPROFILE% dir named 'Desktop'. It's quite easy to modify the location of the desktop folder to an entirely different disk though via the registry :)

how would one go about doing this? isnt there an easier way than having to edit the reg?
 
if you're using vista locate the folder in C:\Users\USERNAME\ right click on it and select the location tab then click move.
 
If you want to do it the hacky way then the following registry keys controls the various options:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders

and

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders

For my home PC I have the base user Profiles folders, users Documents and Settings folders and even Shared Documents relocated to the D: drive, saves a lot of arse ache should the main system disk die or needs a reinstall as hopefully all the important stuff is elsewhere.
 
Back
Top Bottom