Jump to content

rdalling

Member
  • Posts

    152
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by rdalling

  1. How do I set Network Connections Order using the winnt.sif? I have made some modifications, but my wireless driver is listed before my nic. I can change this manually but the name of the game is automated... Anybody have any idea? R
  2. You need to specify it with commas PortOpenings = WindowsFirewall.VNC, WindowsFirewall.RPM that is what I use... R
  3. I install from my local HD and I have the $OEM$ in the c:\i386 folder Also I have my winnt.sif [Unattended] OemPreinstall=Yes InstallFilesPath=C:\i386 R
  4. Find your key then locate the winnt.sif file and update the key. R
  5. %UserProfile%=Location of the currently logged on user %ProgramFiles%= location of all the program files %SystemDrive%=what drive the System files are loaded on.
  6. I have problems setting the resolution if the correct driver is not installed when the system gets to that point... Check your driver version. R
  7. Cache is spelled wrong... R
  8. Have you tried booting to perhaps BartPE and running diskpart? There are a lot of option that may allow you to do what your looking for... DiskPart /S MakeDisk.txt > logfile.txt type logfile.txt echo Y|format c: /fs:NTFS /q /V:CDrive rem echo Y|format d: /fs:NTFS /q /V:DDrive || echo Y | format e: /fs:NTFS /q /V:DDrive echo Y|format d: /fs:NTFS /q /V:DDrive select disk 0 Clean create partition primary size=15005 assign active create partition extended create partition logical assign Exit http://www.microsoft.com/windowsxp/home/us...en/diskpart.asp R
  9. I choose to remove it from my 6000+ desktops from the sheer standpoint I dont want Microsoft to install somethign I didnt add to my default desktop. It was one of the first things I took out of the default Windows XP build. R
  10. Add this to your winnt.sif [NetOptionalComponents] Beacon=0 i have more in my network section, but I believe that was the only thing you need to disable it. R
  11. NET USE /? NET USE G: \\Servername\Sharename\Directory /USER:Name Password you can substitue a command and have the drive automatically mapped... R
  12. If its a true OOBE you can try CTRL-SHIFT-F3 -R-
  13. You need to add the individual nic drivers into your CD and rebuild the ISO. I use factory to call winbom.ini which has all my user settings and changes to a higher resolution... -R-
  14. Sysprep resets the license What I did to get past this was to add a reg command as a runonce in the NTUser.dat, so each user that logs in get the correct settings... reg add HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx\Install01 /V 03 /t REG_SZ /D "reg load HKLM\Test c:\docume~1\defaul~1\ntuser.dat" reg add HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx\Install01 /V 06 /t REG_SZ /D "rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemroot%\NewUserRunOnce.inf" reg add HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx\Install01 /V 07 /t REG_SZ /D "reg unload HKLM\Test" HKLM,Test\Software\Microsoft\Windows\CurrentVersion\RunOnce,RUN3,,"reg add HKLM\SOFTWARE\Classes\Software\Microsoft\MediaPlayer\Preferences /v AcceptedEULAAcceptedPrivacyStatement /t REG_DWORD /D 00000001 /f" HKLM,Test\Software\Microsoft\Windows\CurrentVersion\RunOnce,RUN4,,"reg add HKCU\Software\Microsoft\MediaPlayer\Preferences /v AcceptedPrivacyStatement /t REG_DWORD /D 00000001 /f" R
  15. I have set this before but can't remember where I did it. to reproduce: Start > Run cmd <Enter> (the command prompt would be in the prespecified dir) Also it is not with the shortcut, i already have that one finished. R
  16. Add a 60 second pause (or longer) ping 127.0.0.1 -n 60 > nul Hope it helps R
  17. As-sassin if you refer back to the previous post where we we discussing this http://www.msfn.org/board/index.php?showtopic=23804&hl= Did you remove any tweaks so that the quicklaunch bar was not turned on before trying my method? This works great for sizing the quicklaunchbar... R
  18. I believe that setting is configured in the setup.ini in the same directory as the mst file... R
  19. A lot of what you have dosent appear to even be valid (at least I havent seen them before). here is a snipet of mine ;Change Default Search Options [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000002 "HideFileExt"=dword:00000000 "ShowSuperHidden"=dword:00000001 "WebViewBarricade"=dword:00000001 R
  20. Sysprep is used to wipe out the sid so you can distribute an image to many computers in my case 6500 computers. As to problems with your reg file, when you specify a path, you need a double \\ to get them to work. "Personal"="D:\My Documents" becomes "Personal"="D:\\My Documents" R
  21. Did you sysprep? I have noted a bahavior where sysprep removes almost all my setting in my reg tweak... R
  22. I am already using that version. I can't believe nobody else is having problems... I am having to re Architect my whole HKCU desktop and when and where the setting are being installed R
  23. Here are the problems I have noticed with SP2. - When I sysprep the machine with the new version, they strip off most of all my settings that I set at the 13 min mark. This included wallpaper settings, windows media player, many explorer setting and so forth... - Whn you add anti-virus software there is an graphical vew you cant get after you sysprep. What other problems has everyone seen? R
  24. Locate the directory where you have this file: \i386\system32\config\default launch regedit select HKLM File > load hive point to the default hive (listed above) Enter Test for the name navigate to HKLM\TEST\Control Panel\Desktop Change the Vaule of Wallpaper to blank navigate back to HKLM\TEST File > unload hive make the CD again using the microsoft command. Hope this haelps. Roger
  25. I have the correct setting and it was working before SP2, your script just adds the reg key which I already have... And yes the current Registry tweak will not work... ;Disable Baloon tips [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "EnableBalloonTips"=dword:00000000 Thanks Roger
×
×
  • Create New...