Jump to content

Sonic

Patron
  • Posts

    1,702
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Sonic

  1. seems to works for installation and use but something is broked for uninstall process. Nothing runs when you uninstall messenger. Anyone use this method ? edit: it seems microsoft application report tools (dw20shared) doesn't install correctly/fully. It doesn't appears in "uninstall" regkey, in manul install it appears correctly ... btw, Happy New Year to all members !
  2. Notice by default, launch "iexplore" from "Run" dialog will start IE 64bits ... so you can use this regtweak to fix it to 32bits REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe] @="C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe" "Path"="C:\\Program Files (x86)\\Internet Explorer"
  3. You can't copy files from floppy and put into cd or dvd ... You can burn new CD or DVD with bootable options with Nero and you need to put the binaries files in options (for floppy it's a image of floppy with 1,44mb size) and the media will boot same as your old floppy but in fact the media "emulate" the floppy ... to access your media you need some configuration, by default floppy win98 boot can access cdrom drive ...
  4. xp sp3 (home & pro) has oobe gui same as xp sp0, xp sp1 and xp sp2
  5. If you have splitstream SP3 into SP2 WinXP original yourself with nLite on Vista, re-make your disk with latest nlite. This is a known bug.
  6. you can run directly install Spybotsd_1.5.2.exe /verysilent /components="" /tasks="" /norestart
  7. Sonic

    Slipstream of SP3

    many asked ... and asked .. and asked ... please search & read the board before posting ... btw, for the Welcome on the msfn community , this is answer : SP3 is cumulative from SP0 ... so it's include all updates of SP2 & SP1 You can integrate to your SP0 disc without problem except one thing, you can't skip "serial/license number question", if you integrated SP3 into SP1 you can skip "serial/license number question" same as vista ... btw, volume media always require "serial/license number" license" even with integrated SP3 to SP1 disc ... Have a nice day ! edit: rado354 simultaneous posting ;-)
  8. shcan, you can't use winnt.sif unattended and keep repair function, it's impossible, you must use dual boot cd as IcemanND says.
  9. you can mount NTUSER.dat to actual registry (for example into HKU\mountedntuser ) , edit your reg file to change HKCU\... to HKU\mountedntuser\... et run .reg file then unload ntuser.dat reg load HKU\mountedntuser ntuser.dat reg import reg.reg reg unload HKU\mountedntuser Adapt this method to your ...
  10. Backup are in C:\WINDOWS\$NtServicePack.... you can delete all folder in C:\WINDOWS\ begin with $Nt.... or $KB... (backup of updates kb.... if I rememeber) These folders are hidden and can be' deleted safely to get some free space
  11. I had some bugs with old ghost exe (8.x and v6 for dos if I remember) ... Since I have updated to v11 and I have no problems for mbr / disk or partition cloning ... sure wim format is now free and embedded but not integrated yet in my brain so ghost is always in my winpe usb flash :-p
  12. perhaps wrong set path ... try %SystemRoot%\system32\taskkill /IM process.exe /F
  13. Be carreful about manupilate xp cd. Be sure you have right disc and right license .... I confirm the volume/corporate version has differents oembios files (7 files exactly) from retail, not just setupp.ini ...
  14. easy's program is more "transparent" and "regular" than nLite which is for more customizing/optimizing but we don't see/know what is done by nLite (while respecting nuhi :-p)
  15. perhaps it's time to switch to winxp post SP3 updates ? opinions ?
  16. Nice tip about setup.ini I can use original .msi instead orca it :-p
  17. For me, I prefer microsoft's splitstreamed sp3 version
  18. nice try ! but I hope MS will release a clean SP3 winxp disc, so it can be used other than our home systems ;-) I always see a winxp sp2 integrated manually is more bloated than MS release ... so I always wait ms discs ...
  19. You can use this : if exist %SystemDrive%\bootmgr start "" setup.exe For me,I use that code, it's check uac too ... if exist %SystemDrive%\bootmgr fsutil | find "administrateur" if exist %SystemDrive%\bootmgr if "%errorlevel%"=="0" echo UAC ON&&pause&&exit else echo UAC OFF&&start "" setup.exe
  20. @premier69: I don't use split format / 001 format , but have you tried to open file from 7zip directly ? There is updated reg file to set association for version 4.57 of 7zip, I don't use optimized script to keep compatibilty with win98 ... 7Zip_Settings.reg REGEDIT4 ;Set lang [HKEY_CURRENT_USER\Software\7-ZIP] "Lang"="fr" ;Set 25 extensions except ISO format, so 24 ... ;7z [HKEY_CLASSES_ROOT\.7z] @="7-Zip.7z" [HKEY_CLASSES_ROOT\7-Zip.7z] @="7z Archive" [HKEY_CLASSES_ROOT\7-Zip.7z\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,0" [HKEY_CLASSES_ROOT\7-Zip.7z\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Arj [HKEY_CLASSES_ROOT\.arj] @="7-Zip.arj" [HKEY_CLASSES_ROOT\7-Zip.arj] @="arj Archive" [HKEY_CLASSES_ROOT\7-Zip.arj\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,4" [HKEY_CLASSES_ROOT\7-Zip.arj\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Bz2 [HKEY_CLASSES_ROOT\.bz2] @="7-Zip.bz2" [HKEY_CLASSES_ROOT\7-Zip.bz2] @="bz2 Archive" [HKEY_CLASSES_ROOT\7-Zip.bz2\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,2" [HKEY_CLASSES_ROOT\7-Zip.bz2\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Bzip2 [HKEY_CLASSES_ROOT\.bzip2] @="7-Zip.bzip2" [HKEY_CLASSES_ROOT\7-Zip.bzip2] @="bzip2 Archive" [HKEY_CLASSES_ROOT\7-Zip.bzip2\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,2" [HKEY_CLASSES_ROOT\7-Zip.bzip2\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Cab [HKEY_CLASSES_ROOT\.cab] @="7-Zip.cab" [HKEY_CLASSES_ROOT\7-Zip.cab] @="cab Archive" [HKEY_CLASSES_ROOT\7-Zip.cab\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,7" [HKEY_CLASSES_ROOT\7-Zip.cab\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Cpio [HKEY_CLASSES_ROOT\.cpio] @="7-Zip.cpio" [HKEY_CLASSES_ROOT\7-Zip.cpio] @="cpio Archive" [HKEY_CLASSES_ROOT\7-Zip.cpio\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,12" [HKEY_CLASSES_ROOT\7-Zip.cpio\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Deb [HKEY_CLASSES_ROOT\.deb] @="7-Zip.deb" [HKEY_CLASSES_ROOT\7-Zip.deb] @="deb Archive" [HKEY_CLASSES_ROOT\7-Zip.deb\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,11" [HKEY_CLASSES_ROOT\7-Zip.deb\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Gz [HKEY_CLASSES_ROOT\.gz] @="7-Zip.gz" [HKEY_CLASSES_ROOT\7-Zip.gz] @="gz Archive" [HKEY_CLASSES_ROOT\7-Zip.gz\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,14" [HKEY_CLASSES_ROOT\7-Zip.gz\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Gzip [HKEY_CLASSES_ROOT\.gzip] @="7-Zip.gzip" [HKEY_CLASSES_ROOT\7-Zip.gzip] @="gzip Archive" [HKEY_CLASSES_ROOT\7-Zip.gzip\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,14" [HKEY_CLASSES_ROOT\7-Zip.gzip\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Lha [HKEY_CLASSES_ROOT\.lha] @="7-Zip.lha" [HKEY_CLASSES_ROOT\7-Zip.lha] @="lha Archive" [HKEY_CLASSES_ROOT\7-Zip.lha\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,6" [HKEY_CLASSES_ROOT\7-Zip.lha\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Lzh [HKEY_CLASSES_ROOT\.lzh] @="7-Zip.lzh" [HKEY_CLASSES_ROOT\7-Zip.lzh] @="lzh Archive" [HKEY_CLASSES_ROOT\7-Zip.lzh\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,6" [HKEY_CLASSES_ROOT\7-Zip.lzh\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Rar [HKEY_CLASSES_ROOT\.rar] @="7-Zip.rar" [HKEY_CLASSES_ROOT\7-Zip.rar] @="rar Archive" [HKEY_CLASSES_ROOT\7-Zip.rar\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,3" [HKEY_CLASSES_ROOT\7-Zip.rar\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Rpm [HKEY_CLASSES_ROOT\.rpm] @="7-Zip.rpm" [HKEY_CLASSES_ROOT\7-Zip.rpm] @="rpm Archive" [HKEY_CLASSES_ROOT\7-Zip.rpm\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,10" [HKEY_CLASSES_ROOT\7-Zip.rpm\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Split [HKEY_CLASSES_ROOT\.split] @="7-Zip.split" [HKEY_CLASSES_ROOT\7-Zip.split] @="split Archive" [HKEY_CLASSES_ROOT\7-Zip.split\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,9" [HKEY_CLASSES_ROOT\7-Zip.split\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Swm [HKEY_CLASSES_ROOT\.swm] @="7-Zip.swm" [HKEY_CLASSES_ROOT\7-Zip.swm] @="swm Archive" [HKEY_CLASSES_ROOT\7-Zip.swm\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,15" [HKEY_CLASSES_ROOT\7-Zip.swm\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Tar [HKEY_CLASSES_ROOT\.tar] @="7-Zip.tar" [HKEY_CLASSES_ROOT\7-Zip.tar] @="tar Archive" [HKEY_CLASSES_ROOT\7-Zip.tar\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,13" [HKEY_CLASSES_ROOT\7-Zip.tar\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Taz [HKEY_CLASSES_ROOT\.taz] @="7-Zip.taz" [HKEY_CLASSES_ROOT\7-Zip.taz] @="taz Archive" [HKEY_CLASSES_ROOT\7-Zip.taz\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,5" [HKEY_CLASSES_ROOT\7-Zip.taz\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Tbz [HKEY_CLASSES_ROOT\.tbz] @="7-Zip.tbz" [HKEY_CLASSES_ROOT\7-Zip.tbz] @="tbz Archive" [HKEY_CLASSES_ROOT\7-Zip.tbz\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,2" [HKEY_CLASSES_ROOT\7-Zip.tbz\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Tbz2 [HKEY_CLASSES_ROOT\.tbz2] @="7-Zip.tbz2" [HKEY_CLASSES_ROOT\7-Zip.tbz2] @="tbz2 Archive" [HKEY_CLASSES_ROOT\7-Zip.tbz2\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,2" [HKEY_CLASSES_ROOT\7-Zip.tbz2\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Tgz [HKEY_CLASSES_ROOT\.tgz] @="7-Zip.tgz" [HKEY_CLASSES_ROOT\7-Zip.tgz] @="tgz Archive" [HKEY_CLASSES_ROOT\7-Zip.tgz\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,14" [HKEY_CLASSES_ROOT\7-Zip.tgz\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Tpz [HKEY_CLASSES_ROOT\.tpz] @="7-Zip.tpz" [HKEY_CLASSES_ROOT\7-Zip.tpz] @="tpz Archive" [HKEY_CLASSES_ROOT\7-Zip.tpz\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,14" [HKEY_CLASSES_ROOT\7-Zip.tpz\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Wim [HKEY_CLASSES_ROOT\.wim] @="7-Zip.wim" [HKEY_CLASSES_ROOT\7-Zip.wim] @="wim Archive" [HKEY_CLASSES_ROOT\7-Zip.wim\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,15" [HKEY_CLASSES_ROOT\7-Zip.wim\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Z [HKEY_CLASSES_ROOT\.z] @="7-Zip.z" [HKEY_CLASSES_ROOT\7-Zip.z] @="z Archive" [HKEY_CLASSES_ROOT\7-Zip.z\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,5" [HKEY_CLASSES_ROOT\7-Zip.z\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\"" ;Zip [HKEY_CLASSES_ROOT\.zip] @="7-Zip.zip" [HKEY_CLASSES_ROOT\7-Zip.zip] @="zip Archive" [HKEY_CLASSES_ROOT\7-Zip.zip\DefaultIcon] @="C:\\Program Files\\7-Zip\\7z.dll,1" [HKEY_CLASSES_ROOT\7-Zip.zip\shell\open\command] @="\"C:\\Program Files\\7-Zip\\7zFM.exe\" \"%1\""
  21. Welcome to MSFN community ! Warning ! Don't ask many questions, this is a forum, lot of answers are already present, search & read ... For your question, make sure you use ResEdit from TFTSoft. The latest version is 2.20
  22. You can't change blue color of EN part , it's hardcoded , you must edit the ressource of a dll file or perhaps explorer.exe directly.
  23. Hi all ! I'm trying to make a backup script to mirror files to other location and I use robocopy with /XJ to skip jonction and allow to finish copy without problems. Can I backup just jonctions and symlinks ? Perhaps there is a default list of original jonctions ? Perhas MS has an utility to remake default jonction ? Big thanks if anyone has a comment for me
  24. Check registry value in HKLM\system\currentcontrolset\control\lsa\forceguest
×
×
  • Create New...