Jump to content

miso1391

Member
  • Posts

    35
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Saudi Arabia

Everything posted by miso1391

  1. Hi There is a free software to do this and it is only 14KB ! you can get it form Here
  2. @XtremeMaC ÇáÓáÇã Úáíßã æÑÍãÉ Çááå æÈÑßÇÊå ßá ÚÇã æÇäÊ ÈÎíÑ æÑãÖÇä ßÑíã This is Arabic
  3. @GreenMachine WinRAR is what you ask for ! @ahmedramzi ÇáÓáÇã Úáíßã æÑÍãÉ Çááå æÈÑßÇÊå ßá ÚÇã æÇäÊ ÈÎíÑ æÑãÖÇä ßÑíã My batch is not to install this hotfix , it is to make new switchless package
  4. @BaTLeZone save this batch and put it with Q823718.exe in same folder and run the batch the batch will make new pack you can install it without switchs Q823718.CMD
  5. Hi the dword value will be in HEX i.e. i.e. if you want to hide drive E the dword value will be (dword:00000010)and if you want to hide drive G & drive C dword value will be (4+40) that mean (dword:00000044) and so on to be more clear if I want to hide all drive A,B,C,D,E,F,G,H the registry will be like this * to show all drive dword:00000000 edit : restart explorer or computer or log off to let change take effect
  6. @blubu goto this link to download hacked sfc_os.dl_ as cab http://www.MSFN.org/board/index.php?showtopic=8586 @Alanoll goto this link http://www.MSFN.org/board/index.php?showtopic=8515
  7. @GUARDiAN For XP SP1 check your uxtheme virsion if it is : 6.0.2800.1106 then this hacked uxtheme will work with you . by the way this will work with all languages
  8. Hi maybe your problem with hotfix.cmd there is more than one duplicate see: and maybe you will find more duplicate , correct this and try
  9. Hi This is my way "You can reduce the size of theme and wallpaper up to 90% by this method" ---------------------------------START--------------------------------- [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [setupData] CatalogSubDir="\i386\Update" [setupHotfixesToRun] WMP9.EXE DIRECTX.EXE FAV.EXE JS56NEN.EXE /Q:A /R:N KB822603.EXE /n /q /u /z KB823182.EXE /n /q /u /z KB824105.EXE /n /q /u /z KB824141.EXE /n /q /u /z MSN.EXE KB825119.EXE /n /q /u /z KB828035.EXE /n /q /u /z MIDEAPL.EXE MSJAVWU.EXE /Q:A /R:N NETFW.EXE Q322011.EXE /n /q /u /z Q327979.EXE /n /q /u /z Q330994.EXE /Q:A /R:N Q814995.EXE /n /q /u /z Q823718.EXE <<----- You can unpack the orignal and pack it again with switch Q828026.EXE /n /q /u /z Q828750.EXE /Q:A /R:N CODEC.EXE QL.EXE THEMES.EXE <<------ This the archive "SFX" TOOLS.EXE update.EXE /n /q /u /z WALLPAP.EXE <<------ Do the same with theme except the path qchain.EXE [ProductCatalogsToInstall] KB826939.cat Step 9:WINNT.SIF [shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\CoolXP blue.theme" ---------------------------------------END------------------------------- for me I save 100MB by this way my orignal theme size was 114MB the SFX archive size is 14.1MB *The owner of the web site "www.2mj.com" told me he well keep the pic's only for one week !
  10. Hi It's more easier to put the theme and wallpaper in SFX archive and put it in svcpack.inf and in winnt.sif make it like this [shell] DefaultStartPanelOff = Yes CustomDefaultThemeFile = "%WinDir%\Resources\Themes\CoolXP blue.theme" *since you choose the theme it will get it's own wallpaper want more explain ask !
  11. Hi I hope this will help, this code tell vbs to wait untill the running App is finished
  12. Hi you can put all file and folder in C:\$WIN_NT$.~BT to C:\$WIN_NT$.~LS\i386 and delete this files C:\$WIN_NT$.~LS\i386\migrate.inf C:\$WIN_NT$.~LS\i386\disk101 C:\$WIN_NT$.~LS\i386\disk102 C:\$WIN_NT$.~LS\i386\disk103 C:\$WIN_NT$.~LS\i386\disk104 C:\$WIN_NT$.~LS\i386\BOOTSECT.dat C:\$WIN_NT$.~LS\i386\winnt.sif "replace this one with ur own file" and replace the orignal folder "i386" with this one and burn it without editing boot.bin and setupldr.bin edit: copy BOOTFIX.bin from old "i386" to the new one ( to avoid setup loop )
  13. Hi Look at this http://board.MSFN.org/index.php?showtopic=8515
  14. Hi GreenMachine put the netfw pack in SFX archive also this method is working with all MSI packages "e.g. windows media player 9* , msn , netframework etc.. " ;The comment below contains SFX script commands Path=%systemdrive%\NetFW SavePath Setup=netfx.msi /QN Silent=1 Overwrite=1 for WM9Powertoy_TweakMP use this switch** WM9Powe.exe /q * You can download a tool called mp9edp.exe to make WMP9 as msi package ** This should run after windows media player 9 as you can see my svcpack.inf where I put mpsetup.exe to allow complete installation of WMP9 ( to avoid error massage)
  15. Hi this is my svcpack.inf maybe this help !
  16. believe me it's old and rusty and smoke comes from every where when I use it
  17. Hi webmedic I mean my head by rusty engine
  18. Hi webmedic You are talking to old rusty engine !
  19. Hi This is the way how to force windows setup to accept any modified dll first let us take example UXTHEME.DLL the orignal uxtheme start from offset C3FE : EC81 EC80 0000 0056 578B the modified uxtheme at the same offset C3FE : EC33 F68B C6C9 C208 008B that mean we are change the checksum and we have to correct it ( setup will not ask for digital sign during copying the files.Setup will ask for the checksum ) letus calculate : ( EC33 + F68B + C6C9 + C208 + 008B ) - ( EC81 + EC80 + 0000 + 0056 + 578B ) = 13B38 we want the checksum 4 digit long that mean the result will be = 3B39 you will find the checksum in dll file after this digits 0010000000020000050001000500010004000?000000000000?00?0000040000XXXX ? : this could be any digit x : this the checksum of the file the checksum in this file at offset : 130 and the checksum for orignal file is : 1633 the checksum for the modified file will be : ( 1633 + 3B39 ) = 516C ok now change the checksum to the new value and compress it with any software that can make cab file ( I recommend WinACE or CapPack ) and replace it with the orignal file ...... good luck is it good explain ? or ?
  20. Hi AaronXP I told you don't trust your source ( There is no Digital Signature ) Last hint : If you click me I will kill you !
  21. Hi AaronXP Please don't trust your source ! hint : Click me hard
  22. OK I am sorry AaronXP 616E792063616E2073656E64206D65205669727475616C2070632076352E322066756C6C2028206E6F7420747269616C2029 0D0A0D0A656D61696C6D65203A206D6540326D6A2E636F6D000000000000 (any one Try to read )
×
×
  • Create New...