Changes

Delete Roaming Profiles

394 bytes added, 15:40, 23 September 2009
no edit summary
Delete Cached Roaming Profiles:
This will enable Windows to delete a cached profile of a roaming user when logging the user loggs off the system.
<source lang="xml">
</source>
By replacing the install command in the The package above to the following, below eliminates the need of an external registry file is eliminatedand also offers a remove command:
<source lang="xml">
<package id="delroamingprofile" name="Delete Roaming Profile" revision="1" reboot="false" priority="1000" timeout="10"> <check type="registry" condition="equals" path="HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DeleteRoamingCache" value="1" /> <install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DeleteRoamingCache /t REG_DWORD /d 1 /f' /> <remove cmd='reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DeleteRoamingCache /f' /></package>
</source>
[[Category: Silent Installers]]
[[Category: Changing Windows settings]]
Anonymous user