Jump to content

RyanVM

Member
  • Posts

    2,756
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by RyanVM

  1. Doesn't 819639 become obsolete with 828026? 828026 replaces wmp.dll with a newer version than the version replaced with 819639.
  2. Symantec Antivirus 8.1 for AV software
  3. Neo.win has a link to the latest beta on their site already. A cursury look at the files in it shows me that some are actually regressions from versions in new hotfixes (for example, ntoskrnl.exe is version 1143. The bootvis.exe hotfix is already up to 1226)
  4. I'm having problems getting a few registry tweaks to stick. The settings for TLS1.0 and a few other security settings, the entries which control maximum amount of IE cache, and small icons on the IE toolbar all reset themselves. Kinda annoying after taking the time to isolate those entries I apply them during the cmdlines.txt part of setup, so they should be applied for all users...
  5. yeah yeah
  6. Well, it runs now Q817787 had errors, though (it looked like it was trying call something from Documents and Settings rather unsuccessfully). Oh well, I'll just put it in the guiupdate.bat file. Thanks again for the help And un4given1, I'm going to go through the files to verify that they are indeed the newest versions (I assume they will be).
  7. Well, it was something silly alright
  8. OMFG. Well, I guess I'm wearing the forum dunce cap for awhile... ARGH!!! HOW COULD I BE SO FARKING STUPID?!?!?!?!!?!?!?!?! I=lose. How much you guys wanna bet it goes a bit better now? Sorry for wasting you guys' time like that...
  9. Oh, and the only real reason I need to use commands.txt is because I have a bunch of registry entries that I want to be default for all users, and that's the only time to do it.
  10. erm...same problem as before No pauses or anything!
  11. It's at the 18 minute mark. So close And I am looking forward to a finalized slipstream script. I think that'll definitely be the way to go.
  12. Sorry, I forgot to say that I took out the logging part. As for the verdict, it's gonna take awhile. My laptop w/ 256mb isn't the fastest VirtualPC machine on the planet
  13. Un4given1 - isn't that what WFP is for? And yes, my directory structures are correct. Thanks for the input, though . I've always liked the loop method for installing hotfixes, except that I like to see what hotfix is being installed at any given point. Call me old fashioned I guess
  14. Here's what I'm trying now: pause @echo off pause TITLE Installing WindowsXP SP1 Hotfixes pause ECHO. ECHO Installing q282010: Jet 4.0 Service Pack 7...I'll let you know how it goes.
  15. Well, when I ran it from the desktop, it acted similar to how it does during windows setup. A cmd window pops up, then a second where the batch file actually runs (the first one closes after the second one appears). So it would appear the file is being called, but then being exited out of for whatever reason immediately after it's called. Is it possible that CLS, TITLE, or @ECHO OFF would be invalid syntax during that point of setup? I'm going to try REMing them out to see what happens.
  16. [COMMANDS] ".\update.cmd"
  17. The plot thickens. If I copy the cmd file to my desktop and run it from there, it works FINE. I wonder if one of the commands prior to the launch of the program isn't allowed... Any idea? I think we're on the right track here...
  18. That's just the thing - there is no copy command. I tried the >> logfile.txt thing. There's no file on the hard drive after the installation! It's not even being created. For the record, here's my winnt.sif: [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] AutoActivate=No UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch="yes" WaitForReboot="No" DriverSigningPolicy=Ignore Repartition=No OemPnPDriversPath="Drivers\AMD;Drivers\nVidia\AudioDrv;Drivers\nVidia\Display;Drivers\nVidia\Ethernet;Drivers\nVidia\GART;Drivers\nVidia\IDE;Drivers\nVidia\MemCtl;Drivers\nVidia\SMBus;Drivers\nVidia\USB;Drivers\Realtek\8139" [GuiUnattended] AdminPassword="changeme" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [UserData] ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx FullName="ChangeMe" OrgName="ChangeMe" ComputerName=ChangeMe [Display] BitsPerPel=16 Xresolution=1024 YResolution=768 Vrefresh=75 [TapiLocation] CountryCode=1 [RegionalSettings] LanguageGroup=1 Language=00000409 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=No [NetAdapters] Adapter1=params.Adapter1 [params.Adapter1] INFID=* [NetClients] MS_MSClient=params.MS_MSClient [NetServices] MS_SERVER=params.MS_SERVER [NetProtocols] MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP] DNS=Yes UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=Yes WINS=No NetBIOSOptions=0 [Components] accessopt=off chat=off dialer=off hypertrm=off iis_webadmin=off indexsrv_system=off media_clips=off msmsgs=off msnexplr=off netoc=off Pop3Service=off Pop3Srv=off WMPOCM=off zonegames=off [GuiRunOnce] %systemdrive%\Updates\guiupdate.bat And for what it's worth, guiupdate.bat works fine when logging in the first time. update.cmd looks like this: CLS @echo off TITLE Installing WindowsXP SP1 Hotfixes ECHO. ECHO Installing q282010: Jet 4.0 Service Pack 7... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q282010.exe /Q /U /Z ECHO. ECHO Installing q322011: Cannot Preview a Fax in the Fax Console... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q322011.exe /Q /U /Z ECHO. ECHO Installing q323255: Unchecked Buffer in Help May Allow Attacker to Run Code... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q323255.exe /Q /U /Z ECHO. ECHO Installing q327405: Security and Privacy Information Update... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q327405.exe /Q:A /R:N ECHO. ECHO Installing q327979: Game Stops Responding When Introductory Video Is Played... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q327979.exe /Q /U /Z ECHO. ECHO Installing q328310: Flaw in Message Handling Could Enable Privilege Elevation... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q328310.exe /Q /U /Z ECHO Installing q329048: Unchecked Buffer in File Decompression May Allow Bad Code... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q329048.exe /Q /U /Z ECHO Installing q329115: Certificate Validation Flaw May Enable Identity Spoofing... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q329115.exe /Q /U /Z ECHO. ECHO Installing q329170: SMB Signing Flaw May Allow Group Policy Modification... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q329170.exe /Q /U /Z ECHO. ECHO Installing q329256: Inconsistent Gap Count Can Cause 1394 Enumeration Failure... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q329256.exe /Q /U /Z ECHO Installing q329390: Unchecked Buffer in Windows Shell May Allow Compromizing... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q329390.exe /Q /U /Z ECHO. ECHO Installing q329441: Cannot Create Network Connection After Windows XP Restore... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q329441.exe /Q /U /Z ECHO Installing q329623: Problems with InterVideo DVD Software... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q329623.exe /Q /U /Z ECHO. ECHO Installing q329692: Explorer.exe May Generate Error When Folder Closed... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q329692.exe /Q /U /Z ECHO. ECHO Installing q329834: Unchecked Buffer in PPTP May Allow DoS Attacks... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q329834.exe /Q /U /Z ECHO. ECHO Installing q330512: Processor State Not Restored If CPU at 100 Percent... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q330512.exe /Q /U /Z ECHO. ECHO Installing q330994: April 2003 Cumulative Patch for Outlook Express... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q330994.exe /Q:A /R:N ECHO. ECHO Installing q331488: Outlook Express Doesn't Use 3DES to Encrypt Mail... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q331488.exe /Q:A /R:N ECHO. ECHO Installing q331953: RPC Endpoint Mapper Flaw Could Allow DoS Attacks... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q331953.exe /Q /U /Z ECHO. ECHO Installing q810032: Panasonic DV Camera May Not Enumerate... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q810032.exe /Q /U /Z ECHO. ECHO Installing q810243: Playback Support for WindowsXP Media Center Edition Files... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q810243.exe /Q /U /Z ECHO Installing q810272: Audio Test Causes Computer to Stop Responding... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q810272.exe /Q /U /Z ECHO. ECHO Installing q810565: Links Open in Internet Explorer Instead of Default... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q810565.exe /Q /U /Z ECHO. ECHO Installing q810577: Unchecked Buffer in Redirector Allows Privilege Elevation... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q810577.exe /Q /U /Z ECHO Installing q810833: Unchecked Buffer in Locator Service May Allow Code to Run... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q810833.exe /Q /U /Z ECHO Installing q811493: Buffer Overrun in Kernel Message Handling May Allow Privilege Elevation... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q811493.exe /Q /U /Z ECHO. ECHO Installing q811630: HTML Help Update... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q811630.exe /Q /U /Z ECHO. ECHO Installing q812035: Crash Occurs in Ks.sys on Intel CPUs with Hyper-Threading... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q812035.exe /Q /U /Z ECHO Installing q812415: Problems When Computer with Many Drives Enters S1 State... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q812415.exe /Q /U /Z ECHO. ECHO Installing q813503: Adding and Removing IFRAME with Filters Crashes IE... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q813503.exe /Q:A /R:N ECHO. ECHO Installing q814033: Cannot Install Driver Updates from Windows Update... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q814033.exe /Q /U /Z ECHO. ECHO Installing q814078: Flaw in Windows Script Engine May Allow Code Execution... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q814078.exe /Q:A /R:N ECHO. ECHO Installing q814995: Some Compatibility Fixes Don't Work After q328310 Update... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q814995.exe /Q /U /Z ECHO. ECHO Installing q815485: WPA Wireless Security Update... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q815485.exe /Q /U /Z ECHO. ECHO Installing q816073: Compile on WindowsXP System Slower Than WindowsNT System... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q816073.exe /Q /U /Z ECHO. ECHO Installing q816868: Error Message: "Internet Explorer Cannot Download File"... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q816868.exe /Q:A /R:N ECHO. ECHO Installing q817287: Windows Update 643 Error and Catalog Database... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q817287.exe /Q:A /R:N ECHO. ECHO Installing q817606: Buffer Overrun in Windows Could Lead to Data Corruption... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q817606.exe /Q /U /Z ECHO. ECHO Installing q817787: Media Player Skin Downloading May Allow Code Execution... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q817787.exe /Q:A /R:N ECHO. ECHO Installing q820128: Windows XP Service Pack 1 Kernel Rollup Hotfix Package... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q820128.exe /Q /U /Z ECHO. ECHO Installing q820291: "Set Program Access and Defaults" Icon and Help Content... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q820291.exe /Q /U /Z ECHO. ECHO Installing q821253: Update For Windows Error Reporting... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q821253.exe /Q /U /Z ECHO. ECHO Installing q821557: Unchecked Buffer in Shell May Allow System Compromizing... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q821557.exe /Q /U /Z ECHO. ECHO Installing q821581: Performance Data from BootVis.exe Is Corrupted or Missing... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q821581.exe /Q /U /Z ECHO Installing q822603: Windows XP SP1 USB 1.1 and 2.0 Driver Update... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q822603.exe /Q /U /Z ECHO. ECHO Installing q822925: August 2003 Cumulative Patch for Internet Explorer... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q822925.exe /Q:A /R:N ECHO. ECHO Installing q823559: HTML Converter Buffer Overrun May Allow Code Execution... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q823559.exe /Q /U /Z ECHO. ECHO Installing q824105: Flaw in NetBIOS Could Lead to Information Disclosure... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q824105.exe /Q /U /Z ECHO. ECHO Installing q824146: Buffer Overrun in RPCSS May Allow Code Execution... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q824146.exe /Q /U /Z ECHO. ECHO Installing DirectX 9.0b... >> LOGFILE.TXT start /wait %systemdrive%\Updates\dx9\dxsetup.exe /opk ECHO. ECHO Installing q825116: DirectX 9.0b TV Tuner Update... >> LOGFILE.TXT start /wait %systemdrive%\Updates\q825116.exe /Q /U /Z ECHO. ECHO Applying Registry Tweaks... >> LOGFILE.TXT REGEDIT /S %systemdrive%\Updates\reghacks.reg ECHO. pause EXITIs it possible that I've got illegal commands being called or something from the batch file that's making it quit early on?
  19. I agree with you 100%. On one of the windows that came up, it said "1 File Copied Successfully". Here's what I'm trying to run: CLS @echo off TITLE Installing WindowsXP SP1 Hotfixes ECHO. ECHO Installing q282010: Jet 4.0 Service Pack 7... start /wait %systemroot%\Updates\q282010.exe /Q /U /Z ECHO. ECHO Installing q322011: Cannot Preview a Fax in the Fax Console... start /wait %systemroot%\Updates\q322011.exe /Q /U /Z ECHO. ECHO Installing q323255: Unchecked Buffer in Help May Allow Attacker to Run Code... start /wait %systemroot%\Updates\q323255.exe /Q /U /Z ECHO. ECHO Installing q327405: Security and Privacy Information Update... start /wait %systemroot%\Updates\q327405.exe /Q:A /R:N ECHO. ECHO Installing q327979: Game Stops Responding When Introductory Video Is Played... start /wait %systemroot%\Updates\q327979.exe /Q /U /Z ECHO. ECHO Installing q328310: Flaw in Message Handling Could Enable Privilege Elevation... start /wait %systemroot%\Updates\q328310.exe /Q /U /Z ECHO Installing q329048: Unchecked Buffer in File Decompression May Allow Bad Code... start /wait %systemroot%\Updates\q329048.exe /Q /U /Z ECHO Installing q329115: Certificate Validation Flaw May Enable Identity Spoofing... start /wait %systemroot%\Updates\q329115.exe /Q /U /Z ECHO. ECHO Installing q329170: SMB Signing Flaw May Allow Group Policy Modification... start /wait %systemroot%\Updates\q329170.exe /Q /U /Z ECHO. ECHO Installing q329256: Inconsistent Gap Count Can Cause 1394 Enumeration Failure... start /wait %systemroot%\Updates\q329256.exe /Q /U /Z ECHO Installing q329390: Unchecked Buffer in Windows Shell May Allow Compromizing... start /wait %systemroot%\Updates\q329390.exe /Q /U /Z ECHO. ECHO Installing q329441: Cannot Create Network Connection After Windows XP Restore... start /wait %systemroot%\Updates\q329441.exe /Q /U /Z ECHO Installing q329623: Problems with InterVideo DVD Software... start /wait %systemroot%\Updates\q329623.exe /Q /U /Z ECHO. ECHO Installing q329692: Explorer.exe May Generate Error When Folder Closed... start /wait %systemroot%\Updates\q329692.exe /Q /U /Z ECHO. ECHO Installing q329834: Unchecked Buffer in PPTP May Allow DoS Attacks... start /wait %systemroot%\Updates\q329834.exe /Q /U /Z ECHO. ECHO Installing q330512: Processor State Not Restored If CPU at 100 Percent... start /wait %systemroot%\Updates\q330512.exe /Q /U /Z ECHO. ECHO Installing q330994: April 2003 Cumulative Patch for Outlook Express... start /wait %systemroot%\Updates\q330994.exe /Q:A /R:N ECHO. ECHO Installing q331488: Outlook Express Doesn't Use 3DES to Encrypt Mail... start /wait %systemroot%\Updates\q331488.exe /Q:A /R:N ECHO. ECHO Installing q331953: RPC Endpoint Mapper Flaw Could Allow DoS Attacks... start /wait %systemroot%\Updates\q331953.exe /Q /U /Z ECHO. ECHO Installing q810032: Panasonic DV Camera May Not Enumerate... start /wait %systemroot%\Updates\q810032.exe /Q /U /Z ECHO. ECHO Installing q810243: Playback Support for WindowsXP Media Center Edition Files... start /wait %systemroot%\Updates\q810243.exe /Q /U /Z ECHO Installing q810272: Audio Test Causes Computer to Stop Responding... start /wait %systemroot%\Updates\q810272.exe /Q /U /Z ECHO. ECHO Installing q810565: Links Open in Internet Explorer Instead of Default... start /wait %systemroot%\Updates\q810565.exe /Q /U /Z ECHO. ECHO Installing q810577: Unchecked Buffer in Redirector Allows Privilege Elevation... start /wait %systemroot%\Updates\q810577.exe /Q /U /Z ECHO Installing q810833: Unchecked Buffer in Locator Service May Allow Code to Run... start /wait %systemroot%\Updates\q810833.exe /Q /U /Z ECHO Installing q811493: Buffer Overrun in Kernel Message Handling May Allow Privilege Elevation... start /wait %systemroot%\Updates\q811493.exe /Q /U /Z ECHO. ECHO Installing q811630: HTML Help Update... start /wait %systemroot%\Updates\q811630.exe /Q /U /Z ECHO. ECHO Installing q812035: Crash Occurs in Ks.sys on Intel CPUs with Hyper-Threading... start /wait %systemroot%\Updates\q812035.exe /Q /U /Z ECHO Installing q812415: Problems When Computer with Many Drives Enters S1 State... start /wait %systemroot%\Updates\q812415.exe /Q /U /Z ECHO. ECHO Installing q813503: Adding and Removing IFRAME with Filters Crashes IE... start /wait %systemroot%\Updates\q813503.exe /Q:A /R:N ECHO. ECHO Installing q814033: Cannot Install Driver Updates from Windows Update... start /wait %systemroot%\Updates\q814033.exe /Q /U /Z ECHO. ECHO Installing q814078: Flaw in Windows Script Engine May Allow Code Execution... start /wait %systemroot%\Updates\q814078.exe /Q:A /R:N ECHO. ECHO Installing q814995: Some Compatibility Fixes Don't Work After q328310 Update... start /wait %systemroot%\Updates\q814995.exe /Q /U /Z ECHO. ECHO Installing q815485: WPA Wireless Security Update... start /wait %systemroot%\Updates\q815485.exe /Q /U /Z ECHO. ECHO Installing q816073: Compile on WindowsXP System Slower Than WindowsNT System... start /wait %systemroot%\Updates\q816073.exe /Q /U /Z ECHO. ECHO Installing q816868: Error Message: "Internet Explorer Cannot Download File"... start /wait %systemroot%\Updates\q816868.exe /Q:A /R:N ECHO. ECHO Installing q817287: Windows Update 643 Error and Catalog Database... start /wait %systemroot%\Updates\q817287.exe /Q:A /R:N ECHO. ECHO Installing q817606: Buffer Overrun in Windows Could Lead to Data Corruption... start /wait %systemroot%\Updates\q817606.exe /Q /U /Z ECHO. ECHO Installing q817787: Media Player Skin Downloading May Allow Code Execution... start /wait %systemroot%\Updates\q817787.exe /Q:A /R:N ECHO. ECHO Installing q820128: Windows XP Service Pack 1 Kernel Rollup Hotfix Package... start /wait %systemroot%\Updates\q820128.exe /Q /U /Z ECHO. ECHO Installing q820291: "Set Program Access and Defaults" Icon and Help Content... start /wait %systemroot%\Updates\q820291.exe /Q /U /Z ECHO. ECHO Installing q821253: Update For Windows Error Reporting... start /wait %systemroot%\Updates\q821253.exe /Q /U /Z ECHO. ECHO Installing q821557: Unchecked Buffer in Shell May Allow System Compromizing... start /wait %systemroot%\Updates\q821557.exe /Q /U /Z ECHO. ECHO Installing q821581: Performance Data from BootVis.exe Is Corrupted or Missing... start /wait %systemroot%\Updates\q821581.exe /Q /U /Z ECHO Installing q822603: Windows XP SP1 USB 1.1 and 2.0 Driver Update... start /wait %systemroot%\Updates\q822603.exe /Q /U /Z ECHO. ECHO Installing q822925: August 2003 Cumulative Patch for Internet Explorer... start /wait %systemroot%\Updates\q822925.exe /Q:A /R:N ECHO. ECHO Installing q823559: HTML Converter Buffer Overrun May Allow Code Execution... start /wait %systemroot%\Updates\q823559.exe /Q /U /Z ECHO. ECHO Installing q824105: Flaw in NetBIOS Could Lead to Information Disclosure... start /wait %systemroot%\Updates\q824105.exe /Q /U /Z ECHO. ECHO Installing q824146: Buffer Overrun in RPCSS May Allow Code Execution... start /wait %systemroot%\Updates\q824146.exe /Q /U /Z ECHO. ECHO Installing DirectX 9.0b... start /wait %systemroot%\Updates\dx9\dxsetup.exe /opk ECHO. ECHO Installing q825116: DirectX 9.0b TV Tuner Update... start /wait %systemroot%\Updates\q825116.exe /Q /U /Z ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemroot%\Updates\reghacks.reg ECHO. pause EXIT
  20. Figure this one out. I've got a pause at the end of my update.cmd. However, when cmdlines.txt runs during setup (I can see the command prompt window come up), a second window appears then both just disappear and setup continues. update.cmd is in the same directory as cmdlines.txt. I'm calling ".\update.cmd" in the file. Any idea?
  21. Thanks for the tweak, but you should add the [ and ] or it won't work Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters] "AutoShareWks"=dword:00000000 haha...my bad. Funny enough, it's got them in my reg file
  22. Your best bet is probably to use a registry tracking program to find out what changes are made when switching the default browser from IE to Firebird. Export those keys and you should be good
  23. cmdlines.txt you mean? Put it in the $OEM$ directory.
  24. Are you sure USB keyboard support is enabled in the BIOS?
×
×
  • Create New...