A solution to monitor, manage and archive thousands of
events that are generated by devices across the entire network. Download FREE
trial
Vista Registry - Delete Roaming Cache DeleteRoamingCache
Vista Registry - Delete Roaming Cache DeleteRoamingCache
The key question with the registry setting called DeleteRoamingCache is: 'Where does the cache get deleted?' The answer is on the machine where you set the value, DeleteRoamingCache=1.
Here is a classic case of checking that your
logic matches the registry's; in this instance, a value of 1 means: no roaming caches gets saved. To be clear, 1 means that all roaming profiles get deleted.
On the other hand, changing to DeleteRoamingCache=0, would be a double negative, don't delete, therefore you end up with roaming profiles.
This registry dword, DeleteRoamingCache, controls whether or not, the local computer saves a copy of a user's roaming profile when users logoff.
Roaming profiles are stored on a server. However,
by default,
when a user with a roaming profile logsoff, the system saves an additional copy of their profile on the local hard drive. This scheme was designed to give roaming users faster logon, especially when network
traffic was busy.
The incentive to change the default behaviour occurs when lots of roaming users logon to one 'kiosk' machine. As a result, the disk fills up with profiles, and if it's unlikely they will ever logon again, you may as well
make a registry tweak which deletes these unwanted roaming profiles.
Check your logic. Especially with the double-negative behavior of: DeleteRoamingCache = 0
Do you find the DeleteRoamingCache value in HKCU** or HKLM? Answer: HKLM.
Should you create a value, or modify an existing setting? Answer: Create a DWORD called: DeleteRoamingCache. Then assign it a hex value of 00000001
Is DeleteRoamingCache a String Value or a DWORD? Answer: DWORD.
Do you need to Restart, or merely Log Off / On?
Answer: Restart the local machine.
Tip: Add this Value, DeleteRoamingCache to Regedit's Favorites menu.
** HKLM is an abbreviation of HKEY_LOCAL_MACHINE, and HKCU is shorthand for HKEY_CURRENT_USER. These acronyms are so well known that you can even use them in .reg files; Vista will understand
and obey the registry instruction.
Creating a .Reg File
This page explains how to create, and then edit .reg files for your computer. As it's easy to import the contents of a .reg file into the registry, do take extra
care with procedures. Example DeleteRoamingCache .reg file.
Train Signal has just released their
New Windows Vista Training Course. As an MCT
trainer, I am a huge advocate of Train Signal’s products. What impresses is me is that they demonstrate everything that they teach and they stay away from traditional 'lecture-style' training. If
you are looking for a complete DETAILED coverage of Windows Vista, then I highly recommend that you give this course a try. I have reviewed their 18 hours of videos myself, and I guarantee that you will
not be disappointed!
This ebook will explain the workings of the registry. I thoroughly enjoy tweaking the registry, and I want to distill the best of my experiences and pass them on to you.
Each registry tweak has two aims; to solve a specific problem, and to provide general learning points, which help you to master regedit.