Randy Rhoads Posted September 26, 2004 Posted September 26, 2004 would it work if I put in shortcuts %programfiles% for instance ?Are you talking about where the shortcuts are pointing to?What i do is edit all the drive letters with: %systemdrive%Lets say a shortcut was pointing to a exe at:"C:\Program Files\Ahead\Nero\.."I edit the shortcut line to read:"%systemdrive%\Program Files\Ahead\Nero..."Note: Theres no : after %systemdrive%If the files are located inside the Windows directory i use:%WinDir%\That way no matter what drive XP is installed to, C or D, etc the shortcuts will work for apps that are installed. Thats another thing, editing the shortcut line wont apply if the file its pointing to doesnt already exsist on the drive while your applying changes.
prathapml Posted September 26, 2004 Posted September 26, 2004 @xtremexxxYour initial idea above is correct and what I normally use.@Randy Rhoads"%systemdrive%\Program Files" is the same as "%ProgramFiles%" buddy!And shorter and more direct as well. Because, if my programfiles path was set to "D:\Apps" using winnt.sif values, using "%systemdrive%\Program Files" would result in the wrong path being given to my shortcuts!
xtremexxx Posted September 26, 2004 Author Posted September 26, 2004 [COMMANDS]"REGEDIT /S %SYSTEMDRIVE%\INSTALL\RegTweaks.REG"I put the quickL inside that big regtweak and it doesn't work then, it's odd, I was thinking that I have the path wrong or something
xtremexxx Posted September 26, 2004 Author Posted September 26, 2004 The correct way is to make a .cmd inside cmdlines to run the reg, that way it works perfect for me...
Sanjay Posted September 26, 2004 Posted September 26, 2004 "%systemdrive%\Program Files" is the same as "%ProgramFiles%" buddy!And shorter and more direct as well. Because, if my programfiles path was set to "D:\Apps" using winnt.sif values, using "%systemdrive%\Program Files" would result in the wrong path being given to my shortcuts!Actually in practicallity it does not always work like that. For example in a Winzip silent install using "%ProgramFiles%" does not work. I spent three days trying to figure out why WinZip would not install successfully until "jbm" suggested that I drop the "%ProgramFiles%" and instead use %systemdrive%\"Program Files" and guess what it suddenly worked like a charm.Below here is what I was trying to use earlier, with no success. I kept getting an error "noqp" is not a valid switch.ECHO.ECHO Installing WinZip 9.0.6224 SR1ECHO Please wait...start /wait "%ProgramFiles%\WinZip\winzip32.exe" /noqp /autoinstallstart /wait regedit /s %systemdrive%\Install\WinZip\registerwinzip.regThis is what I am using now and succesfully might I add.ECHO.ECHO Installing WinZip 9.0.6224 SR1ECHO Please wait...start /wait %systemdrive%\"Program Files"\WinZip\winzip32.exe /noqp /autoinstallstart /wait regedit /s %systemdrive%\Install\WinZip\registerwinzip.reg
wokkeltje Posted September 27, 2004 Posted September 27, 2004 OK, let's fix this thing once for all. I edited my post with the tweak to include the header as well.1. Slip-stream SP1 or SP2 into your XP CD, and do all the unattending you want.2. Check ALL your .REG files, and confirm that there's no tweak similar to the one above.3. Copy/paste the confirmed code into notepad from the 3rd post of this thread (my post).4. Save as plain-text (no UTF/unicode or anything, just plain save) naming "quickL.txt"5. Rename this file to "quickL.reg" - it should now have its icon changed to show the registry icon.6. Place quickL.reg DIRECTLY in $OEM$ folder on your CD.7. Your cmdlines.txt (which is also placed directly in the same folder with the quickL.reg) should have the below text in it:[Commands]"REGEDIT /S quickL.reg"8. Add whatever else you want to add to cmdlines, and save it.9. Now it should work.Note: this is just a set of steps to get the tweak working for you. If after using this, some other method works for you, you can use that as well. Just treat this one as the "kick-start".Hoping this helps...@xtremexxxThe above is all that is needed to be done.For me this didn't work, because the registry setting is a per user setting, so it only works for the user that is used during the installation, but in a companie environment an installation user is not the end user of that PC, so the Quick Launch is not visible for the end users.Anyone an extra procedure how to enable the quicklaunch?
prathapml Posted September 27, 2004 Posted September 27, 2004 *bangs head on wall* @wokkeltjeDoing it in the way you've quoted above will have it applied for all users. Do try it and if you have any problems, we're willing to help you. Please see the official MSFN guide for more details on how cmdlines.txt works, if you want to know more about it.
wokkeltje Posted September 27, 2004 Posted September 27, 2004 If I applie the above registry file for every user, and then re-logon that user, no Quick launch is visible.I use a dutch Windows XP SP2
prathapml Posted September 27, 2004 Posted September 27, 2004 If I applie the above registry file for every user, and then re-logon that user, no Quick launch is visible.It wouldn't work in the normal course of things. Try it during an install (using the cmdlines method above) - it should work then.
wokkeltje Posted September 27, 2004 Posted September 27, 2004 I used the cmdlines method first, after this I tried a per user registry file, but none worked.See a few post above.In cmdlines.txt it is only applied to the installation user.
theUnattender Posted October 17, 2004 Posted October 17, 2004 *aaaaaaaaargh*this quicklaunch problem is driving me crazyas posted earlier in this thread I am using the unattended.txt to call the reg file at the T12 stage.[COMMANDS]"useraccounts.cmd""REGEDIT /S regtweaks.reg";=====================================================================;=====================================================================;=========================== FOR ALL USERS ===========================;=====================================================================;=====================================================================;=========================== Desktop Tweaks ==========================;=====================================================================;=== Disable the Desktop Cleanup Wizard ===[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]"NoRun"=dword:00000001;=====================================================================;=== Change MenuShowDelay (Start Menu load speed) ===[HKEY_CURRENT_USER\Control Panel\Desktop]"MenuShowDelay"="2";=====================================================================;=== Disables Windows Tour bubble popup ===[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]"RunCount"=dword:00000000;=====================================================================;=====================================================================;========================== Explorer Tweaks ==========================;=====================================================================;Enable Quick Launch --- only work without saving setting when logoff[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]"TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\00,00,00,00,00,01,00,00,00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoSaveSettings"=dword:00000000 ;=====================================================================;=== Speed up shutdown ===[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]"WaitToKillServiceTimeout"="3000";=====================================================================;=== Disables Error Reporting, but notifies when errors occur ===[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]"DoReport"=dword:00000000;=====================================================================;=== Remove Shared Documents from My Computer ===[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}];=====================================================================;=== Classic search, full path in title bar and address bar. ===[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]"FullPath"=dword:00000001"FullPathAddress"=dword:00000001"Use Search Asst"="no""Settings"=hex:0c,00,02,00,1b,01,e7,77,60,00,00,00;=====================================================================;=== Allow renaming of Recycle Bin ===[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]"Attributes"=hex:50,01,00,20"CallForAttributes"=dword:00000000;=====================================================================;=== Removes Sign up with Passport Wizard when trying to sign in MSN Messenger ===[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport]"RegistrationCompleted"=dword:00000001;=====================================================================;=== Disables Preview of Movie file formats (allowing you to move/rename/delete without errors) ===[-HKEY_CLASSES_ROOT\.avi\ShellEx][-HKEY_CLASSES_ROOT\.mpg\ShellEx][-HKEY_CLASSES_ROOT\.mpe\ShellEx][-HKEY_CLASSES_ROOT\.mpeg\ShellEx];=====================================================================;=====================================================================;=========================== Network Tweaks ==========================;=====================================================================;=== Do not use Simple File Sharing ===[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]"forceguest"=dword:00000000;=====================================================================;Speed up Network Browsing by removing Network Scheduled Tasks[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}];=====================================================================;=====================================================================;========================= Internet Explorer ========================;=====================================================================;=== Max your Internet Explorer's simultaneous downloads to 10 (default was 2) ===[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]"MaxConnectionsPer1_0Server"=dword:0000000a"MaxConnectionsPerServer"=dword:0000000a;NoLowDiskSpaceChecks won't check if you are low on diskspace and pop up a balloon telling you.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoLowDiskSpaceChecks"=dword:00000001;=====================================================================;=====================================================================;========================== Services Tweaks =========================;=====================================================================;=== Disable Messenger Service (to stop spam. Does not affect MSN or Windows Messenger) ===[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]"Start"=dword:00000004;=====================================================================;=== Disable Remote Registry Service ===[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]"Start"=dword:00000004;=====================================================================;Disable Windows Time Service[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]"Start"=dword:00000004and this is my reg file I call for my user:Windows Registry Editor Version 5.00;=====================================================================;=====================================================================;=========================== Context Menu ==========================;=====================================================================;=== Adds Services to Right Click of My Computer ===[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00;=====================================================================;=== Makes a right click option for unknown files (Open with notepad) ===[HKEY_CLASSES_ROOT\*\shell]@="\"notepad.exe %1\""[HKEY_CLASSES_ROOT\*\shell\open]@="Open &With Notepad"[HKEY_CLASSES_ROOT\*\shell\open\command]@="notepad.exe %1";=====================================================================;=== Add register / unregister to the context menu for .dll files ===[HKEY_CLASSES_ROOT\.dll]"Content Type"="application/x-msdownload"@="dllfile"[HKEY_CLASSES_ROOT\dllfile]@="Application Extension"[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]@="regsvr32.exe \"%1\""[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command]@="regsvr32.exe /u \"%1\"";=====================================================================;=== Add register / unregister to the context menu for .ocx files ===[HKEY_CLASSES_ROOT\.ocx]@="ocxfile"[HKEY_CLASSES_ROOT\ocxfile]@="OCX"[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]@="regsvr32.exe \"%1\""[HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command]@="regsvr32.exe /u \"%1\"";=====================================================================;=====================================================================;=========================== Explorer ==========================;=====================================================================;=== Turns off the balloon tips ===[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer];0 = disabled , 1 = enabled"EnableBalloonTips"=dword:00000000;Enable Windows 2000 File Sorting Method"NoStrCmpLogical"=dword:00000001;=====================================================================;=== Set icon caching ===[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]"Max Cached Icons"="256";=====================================================================;=== cached "folder-view settings", currently 250 (to speed-up browsing local folders) ===[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]"BagMRU Size"=dword:000000FA[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]"BagMRU Size"=dword:000000FA;Display;Fensterinhalt beim Ziehen deaktivieren[HKEY_CURRENT_USER\Control Panel\Desktop]"DragFullWindows"="0";=====================================================================;=== Status bar, list view for Explorer My Computer[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]"Settings"=hex:09,00,00,00,03,00,00,00,00,00,00,00,e0,a5,1f,0e,73,35,cf,11,ae,\ 69,08,00,2b,2e,12,62,04,00,00,00,04,00,00,00,43,00,00,00;=====================================================================[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]"Toolbars"=hex:11,00,00,00,00,00,00,00;=====================================================================;=== Display detail on windows explorer ===[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\]"Settings"=hex:08,00,00,00,04,00,00,00,01,00,00,00,00,77,7e,13,73,35,cf,11,ae,\69,08,00,2b,2e,12,62,04,00,00,00,10,00,00,00,43,00,00,00;=====================================================================;=== Taskbar UnLocken ===[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer];Taskbar Locken"LockTaskbar"=dword:00000000;=====================================================================[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced];=== Systemsteuerung erweitern ==="CascadeControlPanel"="No";=== Netzwerkverbindungen erweitern ==="CascadeNetworkConnections"="YES";=== Ansichtsoptionen für jeden Ordner speichern 01 = off ? ==="ClassicViewState"=dword:00000001;=== File Manager Settings?? ==="DesktopProcess"=dword:00000001;=== Miniaturansichten nicht zwischenspeichern ==="DisableThumbnailCache"=dword:00000001;=== Richtige Darstellung des Namens?? ==="DontPrettyPath"=dword:00000000;=== Baloon Tips deaktivieren ==="EnableBalloonTips"=dword:00000000"Filter"=dword:00000000;=== Dateigrößeninfos in Ordnertipps anzeigen ==="FolderContentsInfoTip"=dword:00000001;keine Folders mit Aktionen"FriendlyTree"=dword:00000000;=== Show All Types ==="HideFileExt"=dword:00000000"Hidden"=dword:00000001;=== persönl. angepasste Menüs ==="IntelliMenus"=dword:00000000;=== durchsichtiges Auswahlrechteck anzeigen ==="ListviewAlphaSelect"=dword:00000001"ListviewShadow"=dword:00000001;=== f. jeden Ordnertyp ein Hintergrundbild verwenden ==="ListviewWatermark"=dword:00000000"MapNetDrvBtn"=dword:00000000;=== Automat. n. Netzwerkordnern u. Druckern suchen ==="NoNetCrawling"=dword:00000001;---vorherige Ordnerfenster b. Anmeldung wiederherstellen"PersistBrowsers"=dword:00000000;=== Taskbar nicht fixieren ==="TaskbarSizeMove"=dword:00000001;=== Don't Group Similar Taskbar Buttons ==="TaskbarGlomming"=dword:00000000;=== ??? ==="ServerAdminUI"=dword:00000000;=== Show all types of Files ==="ShowSuperHidden"=dword:00000001"Start_ShowNetPlaces_ShouldShow"=dword:00000041;Geschützte Systemdatein einblenden, Teil 2[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]"DefaultValue"=dword:00000001;=====================================================================;=== Removes Language Bar ===[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]@="Language bar""MenuTextPUI"="@%SystemRoot%\System32\msutb.dll,-325";=====================================================================;=====================================================================;=====================================================================;=========================== System Tweaks ========================;=====================================================================;=== Win2k Add User/Settings (old style) ===[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{7A9D77BD-5403-11d2-8785-2E0420524153}]@="OldUserAccounts";=====================================================================;=== Driver Signing Options enable unsigned ===[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing]"BehaviorOnFailedVerify"=dword:00000000;=====================================================================;=== Disable Automatic Restart in the event of a BSOD ===[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]"AutoReboot"=dword:00000000;=====================================================================;=====================================================================;=====================================================================;=========================== Hardware Tweaks ========================;=====================================================================;=== Disable Autorun on CDRom ===[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]"AutoRun"=dword:00000000;=====================================================================;=========================== Other Apps ==========================;=====================================================================;=== Enable word wrap and status bar in notepad ===[HKEY_CURRENT_USER\Software\Microsoft\Notepad]"fWrap"=dword:00000001"StatusBar"=dword:00000001;=====================================================================I am installing now the $%&/()time *grr*if anybody has an idea, tell me thx
Chrisgou Posted October 18, 2004 Posted October 18, 2004 Same problem here... I can not for the life of me get quicklaunch enabled. Here's my cmdlines.txt:[COMMANDS]"REGEDIT /S regtweaks.reg""REGEDIT /S quicklaunch.reg"Here's my quicklaunch.reg:Windows Registry Editor Version 5.00;enable quick-launch bar near start-menu[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]"Default Taskbar"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\ d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\ 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\ 00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\ bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\ 00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\ d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\ b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\ 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\ 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\ 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\ 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\ 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\ 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\ 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\ 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\ 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\ 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\ 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\ 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\ 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\ 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\ 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\ 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\ 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\ 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\ 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\ 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\ 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\ 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\ 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\ 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\ 00,00,00,00,00,01,00,00,00"TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\ d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\ 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\ 00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\ bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\ 00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\ d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\ b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\ 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\ 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\ 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\ 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\ 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\ 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\ 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\ 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\ 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\ 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\ 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\ 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\ 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\ 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\ 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\ 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\ 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\ 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\ 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\ 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\ 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\ 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\ 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\ 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\ 00,00,00,00,00,01,00,00,00Here's the regtweaks.reg:Windows Registry Editor Version 5.00;Disable Anti-virus Notifications[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]"AntiVirusDisableNotify"=dword:00000001;Disable Firewall Notifications[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]"FirewallDisableNotify"=dword:00000001;Disable Automatic Updates Notifications[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]"UpdatesDisableNotify"=dword:00000001;Disables Windows Tour bubble popup[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]"RunCount"=dword:00000000[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]"RunCount"=dword:00000000;Disable Welcome Screen and uses Classic Logon[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"LogonType"=dword:00000001I've tried calling the reg changes for quicklaunch in the regtweaks.reg file with the same results. The only thing I'm doing is using a customer ntuser.dat file to auto arrange icons on the desktop as well as add My Computer/My Documents/My Network Places/Internet Explorer to the desktop. It seems that in my situation the tick box for quicklaunch isn't checked after the install, however if you do tick the box and apply settings, quicklaunch still doesn't work. Basically it's blank.Sorry for the long post folks, but I just can't get this to work and I have no idea why. Any suggestions?
Afterdawn Posted November 5, 2004 Posted November 5, 2004 Do you have this entry in your winnt.sif ?DefaultStartPanelOff = YesTry setting it to no / remove it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now