Jump to content

Gee

Member
  • Posts

    275
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by Gee

  1. Here is what your Winnt.sif should look like [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=Yes
  2. No, go here is the tweak that I use for Wall Paper and Screen Saver, unfortunately, it does not work ;Remove Wallpaper, set ScreenSaver [HKEY_CURRENT_USER\Control Panel\Desktop] "SCRNSAVE.EXE"="%SystemRoot%\\system32\\Screensaver.scr" "ScreenSaveActive"="1" "Wallpaper"="" "WallpaperStyle"="2" "OriginalWallpaper"="" ;Remove Logon Wallpaper, set ScreenSaver, Faster Start Menu, Kill Non Responsive Applications [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "ScreenSaveActive"="1" "SCRNSAVE.EXE"="%SystemRoot%\\system32\\Screensaver.scr" "Wallpaper"="" "WallpaperStyle"="2" "OriginalWallpaper"="" "TileWallpaper"="0" "MenuShowDelay"="2" "AutoEndTasks"="1" "WaitToKillAppTimeout"="2000" Any suggestions?
  3. I had the exact same problem with the System Restore. I don't use nLite, so I can't help you with that one. But in the end, I had to move Windows Media Player 10 to RunOnceEx to get it to install properly. In fact there are a few Hotfixes that needs to removed from SVCPack. Here is what my RunOnceEx looks like cmdow @ /HID @echo off REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f REGEDIT /S %systemdrive%\install\Tweaks.reg SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\010 /VE /D "Adobe Reader 7.0.7" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\reader707.exe" /f REG ADD %KEY%\020 /VE /D "Avast! AntiVirus Home Edition" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Avast.exe /VERYSILENT /NORESTART /SP-" /f REG ADD %KEY%\030 /VE /D "CoDec Pack 2.3" /f REG ADD %KEY%\030 /V 1 /D "rundll32.exe advpack.dll,LaunchINFSection %SystemDrive%\install\CoDecs\CoDec.inf, DefaultInstall,3" /F REG ADD %KEY%\060 /VE /D "Microsoft .NET Framework 2.0" /f REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\dotNET20.exe" /f REG ADD %KEY%\070 /VE /D "WGA Notification" /f REG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\KB905474.exe /q /n /z" /f REG ADD %KEY%\080 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\MP10.exe /q" /f REG ADD %KEY%\080 /V 2 /D "%systemdrive%\install\KB891122.exe /q /n /z" /f REG ADD %KEY%\080 /V 3 /D "%systemdrive%\install\KB911565.exe /q /n /z" /f REG ADD %KEY%\999 /VE /D "SysPrep and Reboot" /f REG ADD %KEY%\999 /V 1 /D "%systemdrive%\install\Reboot.cmd" /f EXIT
  4. I have the same problem. The wallpaper will not change. I am just using the standard theme. I want to get rid of bliss and have no wallpaper. Also want to change the default screen saver
  5. The order definitely does not matter. Mine is working okay. MSN Explorer is not installed and the FAX is installed. The only problem is Windows Messenger. It is not installed and I had to manually remove the components with the command above
  6. There maybe a utility provided by HP to create the XP discs. Check your HP utilities and see if it is there.
  7. It is working for me Mine looks like this [Components] msmsgs=off msnexplr=off AccessOpt = Off Deskpaper = Off Fax = On Media_clips = Off OEAccess = Off WMAccess = Off The only thing is I have to manually remove Windows Messenger in my Cleanup.cmd %SYSTEMROOT%\system32\RunDll32 advpack.dll,LaunchINFSection \windows\INF\msmsgs.inf,BLC.Remove
  8. Looks like there is an update to KB892130. Does anyone know where the direct download is for this update?
  9. You can install WGA via SVCPack.inf if you add this to your registry [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{17492023-C23A-453E-A040-C7C580BBF700}] "Compatibility Flags"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\WGA\SP0\WGA] "InstalledBy"="Administrator" "InstalledDate"="03/02/2006" "Type"="Update" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\WGA\SP0\WGA\Filelist\0] "BuildCheckSum"="95b21" "BuildDate"="Tue Feb 14 05:02:38 2006" "FileName"="LegitCheckControl.dll" "Location"="C:\\WINDOWS\\system32" "Version"="1.5.512.0" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Ext\CLSID] "{17492023-C23A-453E-A040-C7C580BBF700}"="1" The registry entries are courtesy of RyanVM To install WGA Notification, I was only able to install it properly via RunOnceEx
  10. Use VMware to test and your possibilities are endless.
  11. You don't need both lines. Omit the del command and just use the following copy /Y %systemdrive%\Install\AuctionConsole_Setup\hosts %systemroot%\system32\drivers\etc\hosts If you really want, you can leave the del command in, but use del /q /f %systemroot%\system32\drivers\etc\hosts The reason why you are getting errors is because %systemroot% = c:\Windows\ But the way you have your syntax, you are saying c:\windows\windows\system32\drivers\etc\hosts Which is why you get a path not found. The c:\ will be subsituted with the correct drive letter when you use %systemroot%
  12. Use this Reg Tweak ;Add Quick Launch Bar [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop] "TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\ d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\ 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\ 00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\ bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\ 00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\ d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\ b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\ 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\ 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\ 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\ 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\ 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\ 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\ 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\ 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\ 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\ 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\ 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\ 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\ 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\ 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\ 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\ 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\ 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\ 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\ 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\ 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\ 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\ 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\ 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\ 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\ 00,00,00,00,00,01,00,00,00
  13. Does nLite have a list? I am more of a hands on person. I like to create it manually.
  14. I need to free up some space in my Unattended CD, I want to delete some of the language files in i386. I can't delete the entire folder because I would like the option of installing some of the languages at a later time. Does anyone have a list of what each language file is? Also, are there any modifications that need to be done for this to work?
  15. Legal versions do not require a Fix, the update installs and then unloads once it has verified your copy is legit. It is only the illegal versions that have the nag.
  16. This tweak is suppose to remove the restrictions on Remote Desktop with a patched Termsrv.dll or using the Beta Release of SP2. However, one of the limitations was that you had to have Fast User Switching enabled and the computer was not allowed on a Domain. This tweak should lift those restrictions. ;Remote Desktop - Allow Domains, Fast User Switching Not Needed [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "AllowMultipleTSSessions"=dword:00000001 I have not test it yet because I don't have a domain on my network. Maybe someone can post the results
  17. I think you are missing the point. The reason why it is called an "Unattended CD" is because there is suppose to be no user intervention. If you want to do a repair, then you have to be prompted. Thus, what you want to do is Slipstream Service Pack 2 and just manually add the hotfixes.
  18. I am having trouble installing KB905474 - Windows Geniune Advantage Notification using SVCPack.inf The switches I used are correct (/q /n /z), I verified them with kb905474 /? to see what they were. I think the problem is, at T13 when it gets installed, the /q switch asks it to install silently, but when you install it by clicking on it, there is an EULA that you have to okay. Because this was not okayed with the /q option, the update is not installed. Anyone have a suggestion on how to implement this into SVCPack? I would rather install it there instead of RunOnceEx and prompt for the EULA.
  19. Wow, a new way for Microsoft to annoy us. I installed this update and had no problems, because I have a valid license. Once verified, it will terminate. But the update will annoy those that do not have a valid key because it takes up valuable system resources. Even after you turn off the notification. It just sits in the system tray. So here is how you remove it. There is no way to kill the WGATray.exe from the Task Manager as it will just launch another one. Start the computer in Safe Mode, then open a Command Prompt and enter del /q /f \windows\system32\WgaTray.exe del /q /f \windows\system32\dllcache\WgaTray.exe Minimize the Command Prompt Start Run Regedit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify Locate the subkey WGALogon and delete the entire folder Go back to the Command Prompt and enter del /q /f \windows\system32\dllcache\wgalogon.dll Restart computer. Login as per usual, open a Command Prompt and enter del /q /f \windows\system32\wgalogon.dll Close the Command Prompt It should now be completely removed. Windows will have this Critical Update as installed even though we manually removed it. It will not prompt you to install it in the future. Edit: ankitmathur's method does work. I have verified it. After the update is hidden, it will prompt you that a critical update is hidden everytime you go to Windows or Microsoft Update.
  20. I am sure all of us can be more usefull if you send us a copy of your batch file. If it is a "Top Secret" batch file, put place holders where the programs should go. I am sure we can figure it out for you.
  21. I install all of the above thru SVCPACK.inf with the execption of KB911565, which I install in RunOnceEx Here is my svcpack.inf ;Windows XP [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\SVCPACK" [ProductCatalogsToInstall] [SetupHotfixesToRun] MP10.exe /Q:A /R:x /%systemdrive%"setup_wm.exe /DisallowSystemRestore /Q:A /R:N" KB873339.exe /q /n /z;Vulnerability in HyperTerminal could allow code execution KB884020.exe /q /n /z;Programs that connect to IP addresses that are in the loopback address range may not work as you expect in Windows XP Service Pack 2 KB885222.exe /q /n /z;Performance of 1394 devices may decrease after you install Windows XP Service Pack 2 KB885250.exe /q /n /z;Vulnerability in server message block could allow remote code execution KB885835.exe /q /n /z;Vulnerabilities in Windows Kernel and LSASS could allow elevation of privilege KB885836.exe /q /n /z;A vulnerability in WordPad could allow code execution KB886185.exe /q /n /z;Windows Firewall "My Network (subnet) only" scoping in Windows XP Service Pack 2 KB886677.exe /q /n /z;Double-byte character set (DBCS) characters may appear corrupted in Internet Explorer on Windows XP when you browse a Web site that uses Shift-JIS character encoding KB887742.exe /q /n /z;You receive the Stop error "Stop 0x05 (INVALID_PROCESS_ATTACH_ATTEMPT)" KB888113.exe /q /n /z;Vulnerability in hyperlink object library could allow remote code execution KB888240.exe /q /n /z;Some add-ons are not listed in the Manage Add-ons dialog box in Internet Explorer on your Windows XP Service Pack 2-based computer KB889527.exe /q /n /z;ICMP packets are dropped even though you have configured the Windows firewall feature to allow ICMP packets on your Windows XP Professional Service KB888302.exe /q /n /z;Vulnerability in Windows could allow information disclosure KB890046.exe /q /n /z;Vulnerability in Microsoft agent could allow spoofing KB890830.exe /q ;Microsoft® Windows® Malicious Software Removal Tool KB890859.exe /q /n /z;Vulnerabilities in Windows kernel could allow elevation of privilege and denial of service KB891122.exe /q /n /z;Update for Windows Media Digital Rights Management-enabled players KB891781.exe /q /n /z;Vulnerability in the DHTML editing component ActiveX control could allow code execution KB892130.exe /q /n /z;WGA KB893357.exe /q /n /z;The Wi-Fi Protected Access 2 (WPA2)/Wireless Provisioning Services Information Element (WPS IE) update for Windows XP with Service Pack 2 KB893756.exe /q /n /z;Vulnerability in Telephony service could allow remote code execution KB893803.exe /q /n /z;Windows Installer 3.1 (v2) is available KB894391.exe /q /n /z;FIX: DBCS attachment file names are not displayed in Rich Text e-mail messages and you may receive a "Generic Host Process" error message after you install security update MS05-012 KB896358.exe /q /n /z;A vulnerability in HTML Help could allow remote code execution KB896422.exe /q /n /z;Vulnerability in Server Message Block could allow remote code execution KB896423.exe /q /n /z;Vulnerability in Print Spooler service could allow remote code execution KB896424.exe /q /n /z;Vulnerabilities in Graphics Rendering Engine Could Allow Code Execution KB896428.exe /q /n /z;Vulnerability in Telnet client could allow information disclosure KB897663.exe /q /n /z;An exception may not show up in the Windows Firewall graphical user interface if you create the exception by modifying the registry KB898461.exe /q /n /z;Installs a permanent copy of the Package Installer for Windows version 6.1.22.4 KB899587.exe /q /n /z;Vulnerabilities in Kerberos could allow denial of service, information disclosure, and spoofing KB899589.exe /q /n /z;Vulnerability in the Client Service for NetWare Could Allow Remote Code Execution KB899591.exe /q /n /z;Vulnerability in Remote Desktop Protocol could allow denial of service KB900725.exe /q /n /z;Vulnerabilities in Windows Shell Could Allow Remote Code Execution KB901017.exe /q /n /z;Vulnerability in the Microsoft Collaboration Data Objects could allow code execution (Windows) KB901214.exe /q /n /z;Vulnerability in Microsoft Colour Management Module could allow remote code execution KB902400.exe /q /n /z;Vulnerabilities in MS DTC and COM+ Could Allow Remote Code Execution KB904706.exe /q /n /z;Vulnerability in DirectShow Could Allow Remote Code Execution KB905414.exe /q /n /z;Vulnerability in Network Connection Manager Could Allow Denial of Service KB905749.exe /q /n /z;Vulnerability in Plug and Play Could Allow Remote Code Execution and Local Elevation of Privilege KB908519.exe /q /n /z;Vulnerability in Embedded Web Fonts Could Allow Remote Code Execution KB908531.exe /q /n /z;Vulnerability in Windows Explorer Could Lead to Remote Code Execution KB909520.exe /q /n /z;Microsoft Base Smart Card Cryptographic Service Provider Package KB909993.exe /q /n /z;Windows Media Connect 2.0 KB910437.exe /q /n /z;Automatic Updates can no longer download updates after an Access Violation error occurs KB911562.exe /q /n /z;Vulnerability in Microsoft Data Access Components (MDAC) function could allow code execution KB911564.exe /q /n /z;Vulnerability in Windows Media Player plug-in with non-Microsoft Internet browsers could allow remote code execution. KB911927.exe /q /n /z;Vulnerability in Web Client Service could allow remote code execution. KB912812.exe /q /n /z;Cumulative security update for Internet Explorer KB912919.exe /q /n /z;Vulnerability in Graphics Rendering Engine Could Allow Remote Code Execution KB913446.exe /q /n /z;Vulnerability in TCP/IP could allow Denial of Service. MSJava.exe netfxsp1.exe WUA20.exe
  22. What problems are you refering to? SP2 was a major upgrade and I don't see the point of adding hotfixes to SP1, especially since some of these hotfixes are there to patch SP2. Is there anyone here not using SP2? If you check page one, you will see that all the hotfixes are post SP2. Not going to comment about your trust in RyanVM. It is your choice and I respect that. But in the future, I would just like to say that there are more tactfull ways to have responded.
  23. And which one would that be? From Page 1 KB890830 -› Microsoft® Windows® Malicious Software Removal Tool (v1.15) Download -› 1.72 MB (April 11, 2006) Switches: KB890830.exe /q (cannot use the /integrate; option)
×
×
  • Create New...