Hi
Is it possible to make a roaming profile so that the user can put there own background picture and creat shortcuts on the desktop but I don't wont them to be able to save files on the desktop.
Thank you!
You can set it up once as is needed, and then make that part - read- only, so that every time they login, they receive the mandatory profile , without any changes.
excluding folders from roaming profiles.
In Windows 2000, the default value of ExcludeProfileDirs at
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon is Local
Settings;Temporary Internet Files;History;Temp;Local Settings\Application Data\Microsoft\Outlook.
The Exclude directories in roaming profile Group Policy at User Configuration\Administrative
Templates\System\Logon/Logoff lets you add to the list of folders which are excluded from your roaming profile.
The additional folders that you configure are stored in the ExcludeProfileDirs value name, as a string variable
(REG_SZ), at HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System.
NOTE: You could reduce the number of Days to keep pages in history on the General tab of Internet Options,
and check the Empty temporary Internet Files when browser is closed box on the Advanced tab.
3712 ; Excluded profile folders are being uploaded to your Windows 2000 profile?
Even though you have excluded some directories from your profile (tips 3868 and 3543), these excluded folders are
uploaded to your profile when you log off?
When Windows 2000 retrieves the ExcludeProfileDirs value, it writes the data to Ntuser.ini. If the data exceeds 260
characters, a buffer overflow occurs and the entire string is considered to be NULL.
To resolve the issue, limit the total length of the exclusion list to 260 characters.
-------------------------------- http://www.jsiinc.com/subg/tip3400/rh3496.htm
496 ; You MUST disable the cache option for Offline Files on a roaming profile share?
If you do not disable the cache option for Offline Files on a user profile share, the profile will become unstable, as
both the Offline Files and roaming profile attempt to synchronize the files in the profile.
The cache option is SMB share based. If you enable the cache option on a share, and roaming profiles are below that
share, Offline Files caches files in the profile.
NOTE: Whenever possible, store roaming profiles and offline-enabled shares on different servers.
To resolve the problem:
Create a separate share for user profiles and disable the cache option on the new share by opening a CMD prompt and
typing:
net share \\Server\Sharename /cache:no
You can use Windows Explorer to disable the cache by right-clicking the shared folder and press Properties. On the
Sharing tab, press the Caching button and clear the Allow caching of files in this folder box.
------------------------------
I hope this helps !
0
j_wildroseAuthor Commented:
Thank you.I will check all this out.
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/itsolutions/howto/default.asp
Tackle Common Tasks With These HowTo Resources
roaming profiles.
also :
From: snirh Date: 03/28/2001 12:39AM PST Group policy planning with screen shots
http://www.microsoft.com/WINDOWS2000/library/planning/management/groupsteps.asp
http://www.microsoft.com/windows2000/techinfo/howitworks/management/grouppolicyintro.asp
Windows 2000 Group Policy White Paper
http://www.microsoft.com/windows2000/techinfo/howitworks/management/grouppolwp.asp
Step by Step Guide to Managing the Group Policy Feature Set
http://www.microsoft.com/windows2000/techinfo/reskit/samplechapters/dsec/dsec_pol_zbgy.asp
"Troubleshooting Group Policy in Windows 2000"
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/windows2000serv/support/tshootgp.asp
and
Wayne's Windows NT Administration Tips
http://is-it-true.org/nt/nt2000/atips/index.shtml
Windows 2000 Support TOols"
http://is-it-true.org/nt/nt2000/atips/atips57.shtml
and:
excluding folders from roaming profiles.
In Windows 2000, the default value of ExcludeProfileDirs at
HKEY_CURRENT_USER\Software
Settings;Temporary Internet Files;History;Temp;Local Settings\Application Data\Microsoft\Outlook.
The Exclude directories in roaming profile Group Policy at User Configuration\Administrati
Templates\System\Logon/Log
The additional folders that you configure are stored in the ExcludeProfileDirs value name, as a string variable
(REG_SZ), at HKEY_CURRENT_USER\Software
NOTE: You could reduce the number of Days to keep pages in history on the General tab of Internet Options,
and check the Empty temporary Internet Files when browser is closed box on the Advanced tab.
3712 ; Excluded profile folders are being uploaded to your Windows 2000 profile?
Even though you have excluded some directories from your profile (tips 3868 and 3543), these excluded folders are
uploaded to your profile when you log off?
When Windows 2000 retrieves the ExcludeProfileDirs value, it writes the data to Ntuser.ini. If the data exceeds 260
characters, a buffer overflow occurs and the entire string is considered to be NULL.
To resolve the issue, limit the total length of the exclusion list to 260 characters.
--------------------------
http://www.jsiinc.com/subg/tip3400/rh3496.htm
496 ; You MUST disable the cache option for Offline Files on a roaming profile share?
If you do not disable the cache option for Offline Files on a user profile share, the profile will become unstable, as
both the Offline Files and roaming profile attempt to synchronize the files in the profile.
The cache option is SMB share based. If you enable the cache option on a share, and roaming profiles are below that
share, Offline Files caches files in the profile.
NOTE: Whenever possible, store roaming profiles and offline-enabled shares on different servers.
To resolve the problem:
Create a separate share for user profiles and disable the cache option on the new share by opening a CMD prompt and
typing:
net share \\Server\Sharename /cache:no
You can use Windows Explorer to disable the cache by right-clicking the shared folder and press Properties. On the
Sharing tab, press the Caching button and clear the Allow caching of files in this folder box.
--------------------------
I hope this helps !