Jump to content

dukeleto

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by dukeleto

  1. Well this is what I have got, which one do I need to change to allow me to have the Windows XP style start menu? ;Configure Start Menu[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Hidden"=dword:00000001"ShowCompColor"=dword:00000001"HideFileExt"=dword:00000000"DontPrettyPath"=dword:00000000"ShowInfoTip"=dword:00000001"HideIcons"=dword:00000000"MapNetDrvBtn"=dword:00000001"WebView"=dword:00000001"Filter"=dword:00000000"SuperHidden"=dword:00000000"SeparateProcess"=dword:00000000"ListviewAlphaSelect"=dword:00000000"ListviewShadow"=dword:00000001"ListviewWatermark"=dword:00000000"TaskbarAnimations"=dword:00000000"StartMenuInit"=dword:00000002"StartButtonBalloonTip"=dword:00000002"Start_ShowNetPlaces"=dword:00000001"Start_LargeMFUIcons"=dword:00000000"Start_MinMFU"=dword:0000000c"Start_ShowControlPanel"=dword:00000001"Start_EnableDragDrop"=dword:00000001"StartMenuFavorites"=dword:00000002"Start_ShowHelp"=dword:00000001"Start_ShowMyComputer"=dword:00000001"Start_ShowMyDocs"=dword:00000001"Start_ShowMyMusic"=dword:00000001"Start_ShowMyPics"=dword:00000001"Start_ShowPrinters"=dword:00000001"Start_ShowRun"=dword:00000001"Start_ScrollPrograms"=dword:00000000"Start_ShowSearch"=dword:00000001"Start_ShowRecentDocs"=dword:00000002"Start_AutoCascade"=dword:00000001"Start_NotifyNewApps"=dword:00000000
  2. excellent, thanks heaps, the makecab thing was what I also did to change the default wallpaper.. so this leaves one thing now.... what regtweak do I use for ; Dont use the classic start menu, i prefer the modern XP style one where it has two columes, not the older looking one from win 9x/nt etc.
  3. thanks for that, so how do i in regtweks.reg: ; Dont show the little green "GO" button in the IE toolbar ; Dont use the classic start menu, i prefer the modern XP style one Also, I edited msgina.dll (with some of my own bitmaps) and put this into: CD-ROOT\$OEM$\$$\System32 but on the full install, it does not seem to have copied over like it's supposed to.. any help is great.
  4. I've just done my first intall using unattended, and sat here and watched it work, and it was about 95% correct, very good for first attempt. I have lots of reg tweaks running, and they all worked. I've got a few questions now, and a few things to note: First of all, the switches that I got off this site for the Advanced Networking Pack were the wrong ones for that type of hotfix, they should have been /Q:A /R:N. That might need to be altered in the guide. I got lots of reg tweaks off here, but there are a few I must have not seen, as was hoping someone could post them in a reply here: ; Allow Remote Desktop.... ie to have that box auto ticked ; Dont show the little green "GO" button in the IE toolbar ; Dont use the classic start menu, i prefer the modern XP style one and it's probably not a reg tweak, but how do I: delete c:\program files\online services as part of the install. Thanks.
  5. You need to reduce the size of the file name to 8.3 format... ECHO. ECHO Installing Q832483 Buffer overrun in an MDAC function could allow code execution start /wait %systemdrive%\install\hotfixes\Q832483.EXE /C:"dahotfix.exe /q /n" /q
  6. I have a this on the very bottom of my winnt.sif file: [GuiRunOnce] %systemdrive%\install\RunOnceEx.cmd %systemdrive%\install\hotfixes\hotfixes.cmd as the hotfixes.cmd will be the last batch file that runs, is it correct for me to place this particular text at the end of that one, and not any of the others? shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..." net user aspnet /delete
  7. Okay so i've read in the unattended guide that if you want all of your user profiles to adopt your favourite regtweaks, you need to put that command in the cmdlines.txt file to run regtweaks.reg. This then applies it to the default account doesn't it, because no one has actually logged on yet, not even the default administrator. so because I would be running regtweaks.reg and "useraccounts.cmd" before anyone logs in at all, is this why it works?
  8. Are you sure about that, as on the greenmachine site it says: "Additional lines could contain calls to various programs and setup files, wrapped in quotes" can someone please verify if I can have: [COMMANDS] "REGEDIT /S regtweaks.reg" "useraccounts.cmd" in my cmdlines.txt file???
  9. If I want to have all of the regtweaks that I include set themselves to each and every username that I create during setup, and also for any new accounts created later, is this the order I should have my entries in cmdlines.txt? [COMMANDS] "REGEDIT /S regtweaks.reg" "useraccounts.cmd" So it runs all the regtweaks, then sets up the user accounts, which base their settings on the ones input into the default user account? Thanks.
×
×
  • Create New...