Everything posted by rdalling
-
How do I set the Network Connections Order automat
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
-
WindowsFirewall.PortOpening Problem
You need to specify it with commas PortOpenings = WindowsFirewall.VNC, WindowsFirewall.RPM that is what I use... R
-
location of $oem$
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
-
How can I change cd-Key for WinXp+SP2
Find your key then locate the winnt.sif file and update the key. R
-
Variables For CleanUp.cmd
%UserProfile%=Location of the currently logged on user %ProgramFiles%= location of all the program files %SystemDrive%=what drive the System files are loaded on.
-
Regtweak: Screen Resolution
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
-
Moving temporary files in other location.
Cache is spelled wrong... R
-
AEFDISK GDISK FDISK FREEDOS - FAT32 to NTFS
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
-
QoS Packet Scheduler
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
-
QoS Packet Scheduler
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
-
RunOnceEx and network share
NET USE /? NET USE G: \\Servername\Sharename\Directory /USER:Name Password you can substitue a command and have the drive automatically mapped... R
-
Skip Securty Center & Adding Users.
If its a true OOBE you can try CTRL-SHIFT-F3 -R-
-
Sysprep -Factory
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-
-
Regtweak, WMP9, and Privacy pompts, oh my
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
-
How do I open a command prompt to a specified loca
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
-
Tiny Bit of Help Needed
Add a 60 second pause (or longer) ping 127.0.0.1 -n 60 > nul Hope it helps R
-
[help]how to activate quick launch bar by reg?
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
-
Editing the MST File
I believe that setting is configured in the setup.ini in the same directory as the mst file... R
-
Why Aren't My Reg Tweaks Working?
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
-
Why Aren't My Reg Tweaks Working?
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
-
Why Aren't My Reg Tweaks Working?
Did you sysprep? I have noted a bahavior where sysprep removes almost all my setting in my reg tweak... R
-
Noted bahavior with SP2 *READ*
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
-
Noted bahavior with SP2 *READ*
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
-
About wallpaper in WinPE.....
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
-
XP SP2 & Balloon Tips
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