Jump to content

creopard

Member
  • Posts

    537
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by creopard

  1. Now it does http://www.msfn.org/board/index.php?act=ST&f=70&t=14614
  2. [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download] "CheckExeSignatures"= is present twice (one says "yes" the second "no" )
  3. Mistakes & Addtitions to "Johnny Do's Custome Registy Settings" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express] "Hide Messenger"=dword:00000001 should be =dword:00000002 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters] "Size"=dword:00000002 could also be =dword:00000003 Services... Some services were supposed to start in manual mode (e.g. Spooler), but the author set all "manual services" to dword:00000002! 2 is "automatic mode", manual mode should be dword:00000003 ;----- Enable the Network Adapter Onboard Processor [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "DisableTaskOffload"=dword:00000001 is wrong! the abobe entry disables the NIC Onboard Processor (0= Use NIC Processor, 1= Disable NIC Processor) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "GlobalMaxTcpWindowSize"=dword:0003ebc0 "TcpWindowSize"=dword:0003ebc0 this should be commented out, for dial-up users [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex] "FilterFilesWithUnknownExtensions"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex] "FilterFilesWithUnknownExtensions"=dword:00000000 there might be a typo... these 2 entries are in different sections of reg files (the first entry is the right one) last thing: ATi video card and 1GB of ram or more the tweak LargeSystemCache=1 will cause serious data corruption
  4. Realtek AC97 Audio Driver 3.63 Driver 3.63 supports all AC97 Codecs from ALC100 to ALC850! DL: http://www.station-drivers.com/page/realtek.htm
  5. here's mine cmdow @ /HID MD "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_ins\*.*" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_ins\Annotations" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_ins\PictureTasks" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_ins\Printme" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_insBAK\Search.api" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_ins" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_insBAK\EWH32.api" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_ins" start /wait net user hilfeassistent /delete start /wait net user SUPPORT_388945a0 /delete rem start /wait net user ASPNET /delete RD /S /Q "%systemroot%\Web\Wallpaper\" RD /S /Q "%AllUsersProfile%\Startmen?\Programme\PrintMe Internet Printing" DEL "%AllUsersProfile%\Desktop\Adobe Reader 6.0.lnk" /Q DEL "%AllUsersProfile%\Desktop\Nero StartSmart.lnk" /Q DEL "%AllUsersProfile%\Desktop\Java Web Start.lnk" /Q DEL %systemroot%\system32\L3codeca.acm /Q DEL "%userprofile%\Anwendungsdaten\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk" /Q DEL "%userprofile%\Anwendungsdaten\Microsoft\Internet Explorer\Quick Launch\Internet Explorer Browser starten.lnk" /Q DEL "%AllUsersProfile%\Startmen?\Windows Update.lnk" /Q DEL "%AllUsersProfile%\Startmen?\Programmzugriff und -standards.lnk" /Q DEL "%AllUsersProfile%\Startmen?\Windows-Katalog.lnk" /Q DEL "%systemroot%\system32\dllcache\*.*" /Q DEL "%systemroot%\Driver Cache\i386\*.*" /Q RD /S /Q "%AllUsersProfile%\Startmen?\Programme\Xvid" RD /S /Q "%AllUsersProfile%\Startmen?\Programme\Java Web Start" copy "%systemdrive%\i\links\*.lnk" "%AllUsersProfile%\Startmen?\" copy "%systemdrive%\i\startm\*.lnk" "%AllUsersProfile%\Startmen?\Programme" copy "%systemdrive%\i\quickl\*.lnk" "%userprofile%\Anwendungsdaten\Microsoft\Internet Explorer\Quick Launch" REGEDIT /S %systemdrive%\i\codecreg.reg REGEDIT /S %systemdrive%\i\applications.reg regsvr32 /s /u "C:\Programme\Gemeinsame Dateien\Ahead\DSFilter\NeAudio.ax" regsvr32 /s /u "C:\Programme\Gemeinsame Dateien\Ahead\DSFilter\NeVideo.ax" attrib -R "%programfiles%\CPUIdle\*.*" /S /D attrib -R "%programfiles%\notepad2\*.*" /S /D attrib -R "%programfiles%\Flashfxp\*.*" /S /D attrib -R "%programfiles%\IrfanView\*.*" /S /D attrib -R "%programfiles%\zoomplayerpro\*.*" /S /D attrib -R "%programfiles%\Maxthon\*.*" /S /D attrib -R "%programfiles%\Zubeh”r\*.*" /S /D attrib -R "%programfiles%\Winamp\*.*" /S /D for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist "%%i\system volume information" cacls "%%i\system volume information" /e /g Administrator:f for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist "%%i\system volume information" attrib -s -r -h "%%i\system volume information" rem for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist "%%i\system volume information" rd /s /q "%%i\system volume information" SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Abarbeiten der Hintergrund-Prozesse" /f REG ADD %KEY%\001 /VE /D "Boot-Defragmentierung" /f REG ADD %KEY%\001 /V 1 /D "Rundll32.exe advapi32.dll,ProcessIdleTasks" /f shutdown.exe -r -f -t 30 -c "Windows XP wird in 30 Sekunden neu gestartet, es hat somit gen?gend Zeit, Verkn?pfungen zu aktualisieren und die Shell einmal vollst„ndig aufzubauen, bevor es neu gestartet werden kann!" RD /S /Q %systemdrive%\i\ EXIT
  6. Little Notice: ESS-Soundcarddrivers are missing... (might be useful for barebone users and me ) http://www.esstech.com/techsupp/drivers.shtm#pci
  7. same here... I guess we'll have to accept that unless someone hacks some dll-file or find a regkey that supresses that bahaviour
  8. cool, 3com even doesn't offer them on their own driver download site how did you find these ones?
  9. Grrreat Work, but i got one question left: so i got all files in X:\UWCD\$OEM$\$1\Drivers\006_MassStorage and X:\UWCD\I386 as well? Wouldn't it be useful to delete the files located in the 006_MassStorage folder afterwards?
  10. you can also try IF EXIST %systemroot%\system32\nv4_disp.dll goto nvidia IF EXIST %systemroot%\system32\atiddc.dll goto ati [...]
  11. and here's another one: extract.cmd is dated 18.08.04 6:07pm (and it won't extract the drivers_lan.7z because of a "file is not supported archive" error (but it opens just fine with winrar)
  12. thx Bâshrat! just a hint for downloading: these's a little "upper case" issue, make sure you get "DriverPack_LAN.exe" instead of "DriverPack_Lan.exe" (as the download.htm says)
  13. this is for deleting avi-preview [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}] try the forum search for additional information
  14. to delete a folder, e.g. RD /S /Q "%systemroot%\Web\Wallpaper\" to delete files within a folder, e.g. DEL %systemroot%\system32\L3codeca.acm /Q "/Q" does not ask for confirmation! ------------------------- Remember "Q"?
  15. Realtek have released new Drivers for the RTL8139 (A/B/C/D/8130)/810X series, version 6.16! Dated 2004/08/23. http://www.realtek.com.tw/downloads/downlo...6&Software=True
  16. I see.... So the folder structure is hardcoded into SetDevicePath.exe?
  17. I like that idea, if I understood it right... You create a 7z-compressed exe, containing the drivers and compress them again with makecab, so XP can expand them during installation? But what will happen here? DetachedProgram="%SystemRoot%\system32\DRVZ.EXE" How did you compress this (selfextracting?) file, so XP installs the content correctly?
  18. where can i get "flash.exe"? Macromedia just offers the direct ActiveX installation
  19. Installing flash 7 didn't work here, XP keeps asking to install flash, when entering a flash site the first time Also tried LocaleID = "DE", but this didn't help
  20. Hmm, seems to work fine for me. here too... but you can't create accessible network shares in SP2, if you didn't specify a user password before (only worked with SP1). SP2 just allows password protected shares!
  21. cool, AR6 incl. update now takes just 23,4 MB on the CD
  22. hey, what about an Adobe Reader 6.0.2 "Lite" Version, without most of the plugins, that just slowdown AR6's startup?
  23. wow, where did you get these? 3com 10/100 - version 5.12.01.5181 The ones from the 3com site (packed within the "3c90x1.exe") report as 4.31.0.0 from August 2002?
  24. Your cmd-file works very well, I guess it was my fault, since the command prompt converts "%%i" in the batchfile to "%i" and I kept posting "%%i" manually, what gave a syntax error. so far so good, SVI-Folder still keeps coming back. Some sites recommend to delete the SVI-Folder via "rd" (if the user scrambled the system somehow) since it will be recovered on the next reboot
×
×
  • Create New...