Jump to content

Dibya

Member
  • Posts

    2,142
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    India

Everything posted by Dibya

  1. @ blackwingcat Hi , I am a big fan of you. Where can i download your hsslip pakage? Can you please teach me how can i make my own driver for win2k/xp from scratch for mordern pcs.
  2. Search alky for application or vaio (vista api implimentation on xp)
  3. That's one helluva ISP you're going to there.Here's Time Warner Business Class - https://business.timewarnercable.com/services/internet/business-internet/tech-specs.html I dumped TWC for ATT ADSL (slower) because I was paying $60USD/month for Home Dynamic IP (600->800kbs download). Many Rupees will be paid for that, I'm sure. iN march i am getting a 80mbps broad band
  4. Never faced this short of problem when even running 3dMax or Maya animation even. Try this fixes http://smallbusiness.chron.com/fix-running-out-memory-windows-xp-45741.html https://www.youtube.com/watch?v=3hhSukra2J4 this is virtual memory issue download this::www.majorgeeks.com/files/details/iobit_game_booster.html goto tweaks and fix it recommended virtual ram
  5. Windows XP can be run on Nvdia Titan X through inf modding.
  6. please mention any thing you like / suggest
  7. Hi , all guys/gals . Please help me improving Windows XP by fixing bugs faced yourself in Windows Xp. I want to do something like KerenaLEx for 2000 with XP. I want to make XP compatible with Windows 10 Standard. Any ports that you have done in your systen (like usp10.dll of vista). Any fixes to secuirity /stability/other that you know. Please help me to make xp better . I will make update.exe pack for manually installing and addone for nlite /RVMi. I you like Windows XP , please help XP to Survive Its death. !!Mention both 32bit / 64 bit version!!
  8. Also waiting for it!!! my goal is to get the maximum performance from machines Lat one, Im the one who tries.. and I dont say "thats imposible... upgrade to 7/8" Do you have any post with the working procedure to enable DX11 on XP? I really will want to try and check if there are increase of performance in DX apps (currently using DX9c) Cheers Dx 11 only work in XP if you use my modified apies of seven for xp. It will improve fps and few shader graphics. What about removing dark graphics of dx9?
  9. Hi Quick heal also showing same previously thanks for fixes. Detected: Trojan.Dorv.016816 in C:\Users\Dr.Mom Samanta\Desktop\last\Aspuncln-PellesC\Aspuncln-PellesC\ndpsp.exe Action taken: Repaired Detected: Trojan.Dorv.016816 in C:\Users\Dr.Mom Samanta\Desktop\last\Aspuncln-PellesC\Aspuncln-PellesC\dotnetfx.exe Action taken: Repaired Detected: Trojan.Dorv.016816 in C:\Users\Dr.Mom Samanta\Desktop\last\Aspuncln-PellesC\Aspuncln-PellesC\setup.exe Action taken: Repaired I am testing it on my mothers laptop.
  10. Hi , I am using One addone by Rick to convert Pro to MCE . I guess your talking about that . Rick MCE addon link:: http://www.wincert.net/forum/topic/4652-addon-media-center-2005-english-january-24-2012/ I have used this one for my friends AMD A10 PC which was upgraded from AMD athlon
  11. Hi, xp with limated acount is safest bet. I personally donot like nt6.0 up as they are resoarce hogs. You can use XP with 128mb of ram for most of your work where 7/8/8.1 cannot run at all.
  12. Hurrey , I have made it. Thank You for all the help.
  13. Break all limit of XP
  14. @AnX, hi will post it as soon as possible. My net connection is only problem for me .Who can work with 40kb/ps speed. First I will update ram limit removable patch. Please wait i will post it as soon as possible. In february you will have it.
  15. Xp with 16Gb Ram should be faster than anything. XP in my new msi z170 mobo with core i7 6th is flying .It is much faster than win 8.1 WindowS XP is much litter on resoarce .Tweak it according to your requirement, it should be much faster,reliable and hashal free. LONG LIVING WINDOWS XP New version with latest hal and krnl from posready 2009 QFE update is comming. My another new addon is comming which will update core component of xp to fly to ultimate level. Waiting for my new net connection Now i am using a 40KB/ps connection. I will upload all moded driver for xp for mordern hardware. My pack will update uniscribe,mshtml,corecodecs,fewextra like direct3d etc Few guys told me previously dx 11 doesnot work on xp that is biggest joke in world because i am running assenscread sindicate in xp They faild because they never tried it. only need kerenl32.dll of vista sp2 renamed to kerenal32_6.dll (to run both xp and vista api)and registered with regsrv also dxkrnl.sys need to be copied to driver folder of system32 and other latest dx files.
  16. my hard cored xpx86 uses only 72mb of ram with all driver ,msoffice03 and few lighweight stufs
  17. yes , this one include mediacentre slipstreamer better to intrigate wmp 11 addon by onepiece :: http://www.ryanvm.net/forum/viewtopic.php?t=6442&sid=3d2b52082045cf9cf3643c22f0f5e3e0 .
  18. thanks for teaching me
  19. Search for one piece dx tool , it includes mce sliptreamer for sp3.It is really because sp3 downgrade mce 4.0 to 3.8 so onepiece devloped the tool so all credit goes to onepiece and nonofabio.
  20. Possibly you didn't even try, since it is a .cmd and not a .bat However reply on the other thread, and feel free to ask assistance for modifying it (assistance does not mean that I will write the batch for you it means that I will try and help you modify it or write a new one). jaclaz Where should i add my desired /blabla etc in your .cmd and where can i add drive as %systemdrive% please help me @ECHO OFFSETLOCAL ENABLEEXTENSIONSSETLOCAL ENABLEDELAYEDEXPANSION::> binifix4.cmd::> Small batch to adjust rdisk(z) in BOOT.INI::> by jaclaz::> Will change the Default entry in BOOT.INI on the Drive given as parameter::> USAGE:::> binifix4.cmd [drive]::> ...::> Example:::> binifix4.cmd W:::> ...::> Will change file W:\BOOT.INI::> ...::> If no parameter is given, it will ask for a drive letterIF %1.==. (CALL :USAGE "%~fx0"ECHO Drive has not been specified on command line.ECHO Please Input Drive below:SET /P drive=) ELSE (SET drive=%1)SET drive=%drive:~0,1%:IF NOT EXIST %drive%\nul GOTO :ErrorSET Source=%drive%\BOOT.INISET BOOTTXT=%drive%\BOOT.TXTCLSECHO Drive is: %drive% Source file is: %Source%ECHO.Set /A Counter=0GOTO :backuploop:IncreaseCounters:backuploopSET /A Counter=%Counter%+1IF %Counter%==4 GOTO :Error3Set dest=%drive%\BOOT.00%Counter%CALL :attribs %source%IF NOT EXIST %dest% (Copy /b %source% %dest%>nul) Else (goto :Backuploop)ATTRIB !switches! %source%>nulATTRIB !switches! %dest%>nulFOR /F "tokens=1,* delims==" %%A in (%source%) DO (Call :ClearTrailLeft %%ACall :CleartrailRight %%BIF /I "!Left!"=="default" SET DefaultEntry=!Right!IF "!Left!"=="!DefaultEntry!" SET EntryDesc=!Right!IF /I "!Left!"=="Timeout" SET Timeout=!Right!)FOR %%A IN (DefaultEntry EntryDesc Timeout) DO IF NOT DEFINED %%A CALL :Error0 %%A&GOTO :EOFECHO Default entry is currently:ECHO %DefaultEntry%ECHO.ECHO Description for Default entry is:ECHO %EntryDesc%SET BusType=%DefaultEntry:~0,4%IF %BusType%==scsi SET /A CharOffset=20IF %BusType%==mult SET /A CharOffset=21IF %BusType%==sign SET /A CharOffset=32IF NOT DEFINED CharOffset GOTO :Error1Set /A rdisk=!DefaultEntry:~%CharOffset%,1!IF NOT DEFINED rdisk GOTO :ErrorIF %rdisk%==0 GOTO :Error2SET /A rdisk=%rdisk%-1::Check length of DefaultEntrySet /A Counter=1:Loop1Set DefaultEntryLen=!DefaultEntry:~0,%counter%!IF NOT %DefaultEntryLen%==%DefaultEntry% SET /A Counter=%Counter%+1&GOTO :Loop1Set /A DefaultEntryLen=%Counter%SET EntryHead=!DefaultEntry:~0,%CharOffset%!SET /A CharOffset=%CharOffset%+1SET EntryTail=!DefaultEntry:~%CharOffset%,%DefaultEntryLen%!IF %BusType%==sign CALL :FixSignatureECHO.ECHO New Default entry will be:ECHO %EntryHead%%rdisk%%EntryTail%Call :Olddefault %EntryDesc%ECHO.ECHO.Old one will be added as last entry as follows:ECHO %Olddefault%PAUSEFOR /F "tokens=1,* delims==" %%A in (%source%) DO (Call :ClearTrailLeft %%ACall :CleartrailRight %%BIF NOT "%%A"=="" CALL :WriteEntry)ECHO %DefaultEntry%=%Olddefault%>>%BOOTTXT%SET Confirm=NOECHO.ECHO The new settings have been written to file "%BOOTTXT%":ECHO.ECHO Do you want to overwrite existing %source% with "%BOOTTXT%"?ECHO You need to type "YES" (without quotes and in CAPITAL letters)ECHO to do this, any other value will abort the batch.SET /P Confirm=IF %Confirm%.==YES. GOTO :WriteBootIniGOTO :EOF:FixSignatureSET BackupEntry=%DefaultEntry%SET /A rdisk=%rdisk%+1SET EntryHead=multi(0)disk(0)rdisk(GOTO :EOF:ClearTrailLeftSet Left=%*GOTO :EOF:ClearTrailRightSet Right=%*GOTO :EOF:WriteEntryIF /I "!Left!"=="[Boot Loader]" ECHO [Boot Loader]>%BOOTTXT%IF /I "!Left!"=="[Operating Systems]" ECHO [Operating Systems]>>%BOOTTXT%IF /I "!Left!"=="Default" ECHO Default=%EntryHead%%rdisk%%EntryTail%>>%BOOTTXT%IF /I NOT "!Left!"=="Default" IF NOT "!Right!"=="" IF NOT "!Left!"=="!DefaultEntry!" ECHO !Left!=!Right!>>%BOOTTXT%IF "!Left!"=="!DefaultEntry!" ECHO %EntryHead%%rdisk%%EntryTail%=%EntryDesc%>>%BOOTTXT%IF "!Left!"=="!BackupEntry!" ECHO !Left!=(signature) %EntryDesc%>>%BOOTTXT%GOTO :EOF:WriteBootIniCALL :attribs %source%Copy boot.txt %source%del boot.txtATTRIB !switches! %source%>nulGOTO :EOF:attribsSET attribs=%~a1ATTRIB -h -r -s %source%Set IsR=%attribs:~1,1%Set IsH=%attribs:~3,1%Set IsS=%attribs:~4,1%For %%A in (%IsR% %IsH% %IsS%) DO IF NOT "%%A"=="-" SET Switches=!Switches! +%%AGOTO :EOF:OldDefaultSET DescTemp=%1SET DescTemp=%DescTemp:"=%SET OldDefault=!EntryDesc:%DescTemp%=[OLD Default] %Desctemp%!GOTO :EOF:ErrorECHO.ECHO ERRORECHO Parameter %1 is wrong, aborting.PAUSEGOTO :EOF:Error0ECHO.ECHO ERRORECHO Variable %1 has not been set, %source% or a needed entry in it is missing.PAUSEGOTO :EOF:Error1ECHO.ECHO ERRORECHO DefaultEntry is %DefaultEntry%ECHO.ECHO The Default entry in BOOT.INI is NOT of types:ECHO scsi(x)disk(y)rdisk(z)partition(w)\WINDIRECHO multi(0)disk(0)rdisk(z)partition(w)\WINDIRECHO signature(aabbccdd)disk(0)rdisk(z)partition(w)\WINDIRPAUSEGOTO :EOF:Error2ECHO.ECHO ERRORECHO DefaultEntry is %DefaultEntry%ECHO.ECHO The rdisk value is ALREADY 0ECHO You don't want me to set it as -1, don't you?PAUSEGOTO :EOF:Error3ECHO.ECHO ERRORECHO You already have 3 backups of %source%ECHO.ECHO Please delete older ones.ECHO Program aborted.PAUSEGOTO :EOF:USAGEECHO.SET Thisfile=%1IF EXIST %Thisfile% MORE %Thisfile% | FIND "::>"| FIND /V "MORE"GOTO :EOF
  21. Isn't this the same as this one? http://www.msfn.org/board/topic/174955-please-help-me-to-add-make-a-batch-file-to-edit-bootini/ jaclaz Hi ,personally i failed to modify that .bat file please help me
  22. VBoxGuest.sys VBoxMouse.sys VBoxSF.sys VBoxVideo.sys please donot use this, this are virtual box drivers.
  23. no problem use all those sys ,according my knowledge 2k3 s drivers(.sys) are fully compatible with xp.
×
×
  • Create New...