Thanx for a great mail with alot of extra hints and tips!!! Keep on with those one ;)
I found this yesterday, and applied it at once, this one will in the long run save me hours or maybe days;) http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com: 80/support/kb/articles/Q295/9/19.asp&NoWebContent=1 I'm using it under XP and it works just fine /D -----Original Message----- From: Nils �stbjerg [mailto:[EMAIL PROTECTED] Sent: den 29 juli 2003 16:25 To: [EMAIL PROTECTED] Subject: Re: [Unattended] Show file extensions for known files to all users via registry Hi Daniel (and the rest of you), On Wed, Jul 23, 2003 at 15:42:34, "Norstr�m, Daniel" wrote: > Does anyone know where in registry you can change so all users logging on to > the machine will automatically see the file extensions for known files?? Im not sure if I undestand what you want correctly but here goes: Locate the setting you want to change in the registry. I think it is some where in HKCU\Software\HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Explore r Maybe in the key called shellstate. Once you have located that and found out what the settings should be load the default users's registry hive into the registry (I usually loads it to "HKU\TempHive") Change the setting in the default users hive, and unload the hive. See my default changes belove Please note that the default location of users are on the C and not D as in my setup. I have include all the change I made, as some of them are harder to come by. --- reg-user.bat start --- :: Change default user registry settings :: load default user registry reg load "HKU\TempHive" "D:\Documents and Settings\Default User\NTUSER.DAT" :: Strart menu Classic Mode reg add "HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Explorer" /v ShellState /t REG_BINARY /d 2400000030280000000000000000000000000000010000000D0000000000000000000000 /f :: Disable balloon tips reg add "HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v EnableBalloonTips /t REG_DWORD /d 0 /f :: Disable Net Crawler (automatically find new printer and shares) reg add "HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v NoNetCrawling /t REG_DWORD /d 1 /f :: Change default IE startup page reg add "HKU\TempHive\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t REG_SZ /d "http://www.business.auc.dk/" /f :: Disable CD Burning reg add "HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoCDBurning /t REG_DWORD /d 1 /f :: Change Documents Folder reg add "HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v Personal /t REG_EXPAND_SZ /d "L:\Document" /f :: Change Pictures Folder reg add "HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "My Pictures" /t REG_EXPAND_SZ /d "L:\Document\Picture" /f :: Change Music Folder reg add "HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "My Music" /t REG_EXPAND_SZ /d "L:\Document\Music" /f :: Change Desktop Folder :: Dont work due to a chicken and egg problem :: reg add "HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v Desktop /t REG_EXPAND_SZ /d "\\flounder\homes\ProgData\Desktop" /f :: Change Favorites Folder reg add "HKU\TempHive\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v Favorites /t REG_EXPAND_SZ /d "L:\ProgData\Favorite" /f :: Unload default user registry reg unload HKU\TempHive --- reg-user.bat end --- Regards Nils -- Nils �stbjerg mailto:[EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
