
rdalling
MemberContent Type
Profiles
Forums
Events
Everything posted by rdalling
-
WindowsFirewall.PortOpening Problem
rdalling replied to Popasmurf's topic in Unattended Windows 2000/XP/2003
You need to specify it with commas PortOpenings = WindowsFirewall.VNC, WindowsFirewall.RPM that is what I use... R -
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
rdalling replied to The Captain's topic in Unattended Windows 2000/XP/2003
Find your key then locate the winnt.sif file and update the key. R -
%UserProfile%=Location of the currently logged on user %ProgramFiles%= location of all the program files %SystemDrive%=what drive the System files are loaded on.
-
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.
rdalling replied to Oleg_II's topic in Unattended Windows 2000/XP/2003
Cache is spelled wrong... R -
AEFDISK GDISK FDISK FREEDOS - FAT32 to NTFS
rdalling replied to dlevens's topic in Unattended Windows 2000/XP/2003
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 -
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
-
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
-
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.
rdalling replied to PaRaNoiD_JaCK's topic in Unattended Windows 2000/XP/2003
If its a true OOBE you can try CTRL-SHIFT-F3 -R- -
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
rdalling replied to mwiner's topic in Unattended Windows 2000/XP/2003
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 -
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?
rdalling replied to Providence's topic in Unattended Windows 2000/XP/2003
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 -
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?
rdalling replied to kolath's topic in Unattended Windows 2000/XP/2003
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?
rdalling replied to kolath's topic in Unattended Windows 2000/XP/2003
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?
rdalling replied to kolath's topic in Unattended Windows 2000/XP/2003
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*
rdalling replied to rdalling's topic in Unattended Windows 2000/XP/2003
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 -
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
-
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
-
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