
war59312
MemberContent Type
Profiles
Forums
Events
Everything posted by war59312
-
Nice control panel. Just one question. Any way to change the factory default speakers setting. Because like every five boots it keeps going back to 2/2.1 Speakers which is the default setting. Have the same problem on both of my computers. So for one I need to change it to 4.1 and the other to 5.1 if at all possiable. **** creative driver bug. Thanks, Will
-
Add logoff, reboot and shutdown to my computer. These are better as they do NOT display any dos window at all. http://www.willsdownloads.com/LogOff.rar cya, Will
-
I highly recommand you do not do that cause yea your right. So instead use RoboForm or something like it. Working great for me. Glad I discovered it a few years back seeing as I have about 4000 logins now with it. And make sure to setup master pw.
-
Well take out the whole autologon part, that is: AutoLogon=Yes AutoLogonCount=1 Just get rid of it. Now load your registry file via cmdlines.txt in your $OEM$ folder. Like this: [COMMANDS] "REGEDIT /S Tweaks.reg" Also change your reg file so it has: ;Auto Login. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="Administrator" "DefaultPassword"="12345678" "AutoAdminLogon"="1" "ForceAutoLogon"="1" Then it should work.
-
How about someone just post the edited files. Just after intergrating sp2 in windows xp gold. Or a batch file to do it for you?
-
Try setting AutoLogonCount to 5 like: AutoLogonCount=5
-
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
war59312 replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
Or just download this: http://www.willsdownloads.com/Feb082005Updates.rar Its just the feb. 08 updates. Just run Install.cmd. I am assuming you have .net 1.0 and 1.1 installed. If not just delete the four middle updates. cya, Will PS: No need to run qchain.exe since all of them have it built in. All the updates have since last year some time. -
Making windows SPYWARE SAFE via registry
war59312 replied to cypher_soundz's topic in Unattended Windows 2000/XP/2003
Yeap I conbine it plus https://netfiles.uiuc.edu/ehowes/ww...rce.htm#IESPYAD and good to go. -
Slipstreaming Windows Media Player 10
war59312 replied to Obliviator's topic in Unattended Windows 2000/XP/2003
Yea i dont know atm. Sure they fixed some bugs, which ones is a very good question. -
Here is a good one for Windows Server 2003. ;Disable Shutdown Event Tracker [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability] "ShutdownReasonOn"=dword:00000000 "ShutdownReasonUI"=dword:00000000 Sick of having to push ctrl+alt+del to login using windows server 2003? ;Disable the need to push ctrl+alt+del to login [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer] "DisableCAD"=dword:00000001 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer] "DisableCAD"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "disablecad"=dword:00000001 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "disablecad"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DisableCAD"=dword:00000001 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DisableCAD"=dword:00000001
-
Windows Server 2003 - Licensing Mode
war59312 replied to war59312's topic in Unattended Windows 2000/XP/2003
Yeap thats what I used. Here is the whole thing: well finally got it working... here is my full thing if others want it ;SetupMgrTag [Data] AutoPartition = "0" MsDosInitiated = "0" UnattendedInstall = "Yes" AutomaticUpdates = "Yes" [Unattended] UnattendMode = "FullUnattended" OemPnPDriversPath="" FileSystem = * OemSkipEula = "Yes" OemPreinstall = "Yes" UnattendSwitch = "Yes" TargetPath = "\WINNT" Repartition = "No" WaitForReboot = "No" CrashDumpSetting = "0" DUDisable = "Yes" DriverSigningPolicy = "Ignore" Hibernation = "No" [GuiUnattended] AdminPassword = "" EncryptedAdminPassword = "No" OEMSkipRegional = "1" TimeZone = "35" OemSkipWelcome = "1" AutoLogon = "Yes" AutoLogonCount = "5" [UserData] ProductID = "" FullName = "" OrgName = "" ComputerName = * [Display] ConfigureAtLogon = "1" BitsPerPel = "32" Xresolution = "1024" YResolution = "768" Vrefresh = "85" AutoConfirm = "1" [LicenseFilePrintData] AutoMode="PerServer" AutoUsers="5" [TapiLocation] CountryCode = "1" AreaCode = "" [Identification] JoinWorkgroup = "WORKGROUP" [Networking] InstallDefaultComponents = "No" [NetAdapters] Adapter1=params.Adapter1 [params.Adapter1] INFID=* [NetProtocols] MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP] AdapterSections = params.MS_TCPIP.Adapter1 DNS=No [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DNSServerSearchOrder = 4.2.2.1,4.2.2.2 [Components] msmsgs = "off" msnexplr = "off" zonegames = "off" freecell = "off" hearts = "off" minesweeper = "off" pinball = "off" solitaire = "off" spider = "off" AccessOpt = "off" Chat = "off" Clipbook = "off" Fax = "off" Hypertrm = "off" Indexsrv_system = "off" Media_clips = "off" Rec = "off" WMAccess = "off" [NetServices] [Shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Storm\Storm.msstyles" DefaultStartPanelOff = "Yes" DefaultThemesOff = "No" [WindowsFirewall] Profiles = "WindowsFirewall.TurnOffFirewall" [WindowsFirewall.TurnOffFirewall] Mode = "0" [IEPopupBlocker] AllowedSites = * BlockPopups = "Yes" FilterLevel = "Medium" ShowInformationBar = "Yes" [GuiRunOnce] %systemdrive%\install\Update.cmd -
Yeah very nice. Thanks a ton, Will
-
Hey, Well my unattanded is just about pefect for me besides chooseing licensing mode. Cant figure out what the entry is for an unttended install. I just want to use the default. You know, five per server. I've tried this but not working: [LicenseFilePrintData] AutoMode="PerServer" AutoUsers="5" Thanks, Will
-
@war59321 Your corrected tweak causes my recyclebin icons to completely disappear! Instead the "unknown" type icon appears. Hey, Yeah whoops I posted it with my icons. Sorry. Just edited the post. So its correct now. Take Care, Will
-
Well figured it out. Wrong and causes refresh bug: Change Recycle Bin Icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon] @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,64,00,72,00,69,00,76,00,65,\ 00,25,00,5c,00,69,00,63,00,6f,00,6e,00,73,00,5c,00,42,00,69,00,6e,00,20,00,\ 46,00,75,00,6c,00,6c,00,2e,00,69,00,63,00,6f,00,00,00 "Full"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,64,00,72,00,69,00,76,\ 00,65,00,25,00,5c,00,69,00,63,00,6f,00,6e,00,73,00,5c,00,42,00,69,00,6e,00,\ 20,00,46,00,75,00,6c,00,6c,00,2e,00,69,00,63,00,6f,00,00,00 "Empty"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,64,00,72,00,69,00,76,\ 00,65,00,25,00,5c,00,69,00,63,00,6f,00,6e,00,73,00,5c,00,42,00,69,00,6e,00,\ 20,00,45,00,6d,00,70,00,74,00,79,00,2e,00,69,00,63,00,6f,00,00,00 Correct: Change Recycle Bin Icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon] @="%WinDir%\\system32\\shell32.dll,31" "Full"="%WinDir%\\system32\\shell32.dll,32" "Empty"="%WinDir%\\system32\\shell32.dll,31"
-
Slipstreaming Windows Media Player 10
war59312 replied to Obliviator's topic in Unattended Windows 2000/XP/2003
Anyone happen to rip Windows Media Player 10 Build 3658 from Windows Server 2003 RC1 yet? Newest build for WinXP is Windows Media Player 10 Build 3653. -
How can you NOT require CTRL-ALT-DEL logging in?
war59312 replied to ikevin's topic in Unattended Windows 2000/XP/2003
Regsitry tweak does not work for unattended. Because its locked at zero by the group policy editor. Even if you import the registy file after installing win 2k3 it still will have no effect until you disabelt the group policy which pretty much sucks. Well hoping someone found a way to get it to work with unattaned? cya, Will Ok I figured it out. You have to import both of these: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DisableCAD"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "DisableCAD"=dword:00000001 -
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
war59312 replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
http://www.microsoft.com/downloads/details...&DisplayLang=en -
They just ripped it from Tweak UI. Taskbar and Start menu > Show taskbar notification icons
-
Always the old batch file method too: @echo off COPY "%systemdrive%\install\Favorites" "%UserProfile%\Favorites" CD %UserProfile%\Favorites DEL /Q "Links" MKDIR "Downloads" MKDIR "Games" MKDIR "Image Hosting" MKDIR "IRC" MKDIR "Music" MKDIR "My Web Site" MKDIR "News" MKDIR "School" MKDIR "Search" MKDIR "Urban Terror" MKDIR "Windows Problems" MKDIR "WinXP - Tech News" MKDIR "WinXP Forums" COPY "%systemdrive%\install\Favorites\Downloads" "%UserProfile%\Favorites\Downloads" COPY "%systemdrive%\install\Favorites\Games" "%UserProfile%\Favorites\Games" COPY "%systemdrive%\install\Favorites\Image Hosting" "%UserProfile%\Favorites\Image Hosting" COPY "%systemdrive%\install\Favorites\IRC" "%UserProfile%\Favorites\IRC" COPY "%systemdrive%\install\Favorites\Music" "%UserProfile%\Favorites\Music" COPY "%systemdrive%\install\Favorites\My Web Site" "%UserProfile%\Favorites\My Web Site" COPY "%systemdrive%\install\Favorites\News" "%UserProfile%\Favorites\News" COPY "%systemdrive%\install\Favorites\School" "%UserProfile%\Favorites\School" COPY "%systemdrive%\install\Favorites\Search" "%UserProfile%\Favorites\Search" COPY "%systemdrive%\install\Favorites\Urban Terror" "%UserProfile%\Favorites\Urban Terror" COPY "%systemdrive%\install\Favorites\Windows Problems" "%UserProfile%\Favorites\Windows Problems" COPY "%systemdrive%\install\Favorites\WinXP - Tech News" "%UserProfile%\Favorites\WinXP - Tech News" COPY "%systemdrive%\install\Favorites\WinXP Forums" "%UserProfile%\Favorites\WinXP Forums" EXIT
-
About UnattendXP See: http://maxxpsoft.com/forums/index.php?showtopic=108
-
What about dns servers? Or is that what DNSServerSearchOrder is? I tried it here but for some reason if thats it, its not setting it correctly.
-
Yes IE-SPYAD is pretty nice.
-
I have both installed and no problems at all. No cant upload huge file. Whats that suppose to mean. lol
-
STFW Read: http://www.catb.org/~esr/faqs/smart-questions.html