GUIDE: How to really run Windows 7 forever without applying any cracks

Discussion in 'Windows 7' started by mcclausky, Apr 3, 2010.

Thread Status:
Not open for further replies.
  1. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
    Ok ? man I put infinite rearm on one of my friends computers as my hack is not ready for prime time with a few bugs in it here and there I didn't want him to have if I put the 32 bit copy on there will I need to uninstall it for him and then put the 64 bit version on there. And since I don't have that much experience with your stuff just as a matter fact thing do I just need to put the 64 bit Rearm forever on there instead thanks....
     
  2. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    #222 MasterDisaster, Apr 30, 2010
    Last edited by a moderator: Apr 20, 2017
    I was thinking about my code and the need for 64 bit support
    Code:
    SET file=%windir%\system32\rearm.bat
    IF EXIST %file% attrib -h %file%
    echo @echo off >%file%
    echo cscript //nologo slmgr.vbs /rearm >>%file%
    echo shutdown -r -t 90 /c "Windows will restart in 90 seconds" >>%file%
    attrib +h %file%
    schtasks /create /tn "Rearm" /tr %file% /sc daily /mo 29 /ru "" /f
    The rearm.bat file can be created anywhere on the system, the exact path should be passed to schtasks for the task to run properly. It actually doesn't matter if it goes to System32 or SysWOW64, it will work.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #223 timesurfer, Apr 30, 2010
    Last edited by a moderator: Apr 20, 2017
    TESTERS WANTED: Please test if InfiniteRearm v1.9 does the same functions it does on 64bit as it does on 32bit. I do not have a x64 compatible CPU to test it in virtual box...lol Basically when you go into task scheduler is there a task in "active tasks" called Rearm?

    Similar InfiniteRearm program code:

    Code:
    SET file=%windir%\system32\rearm.bat
    IF EXIST %file% attrib -h %file%
    echo @echo off >%file%
    echo cscript //nologo slmgr.vbs /rearm >>%file%
    echo shutdown -r -t 90 /c "Windows will restart in 90 seconds" >>%file%
    attrib +h %file%
    schtasks /create /tn "Rearm" /tr %file% /sc daily /mo 29 /RL HIGHEST /f
     
  4. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
    You should be able to say in the .bat if not system 32 then syswow 64....
    Also I'm finally making progress on my method which needless to say is a .bat lol...
    seems to disable the activation software with about a paragraph of .bat coding and another program...
    Also needs a few coding fixes but all in all its looking very promising...
     
  5. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Did you even read what MasterDisaster just said? Please don't spam this thread with talk of your "home brew" anymore

    Open your own thread!
     
  6. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
    Ok i won't he added that after I put my comment in so sorry...
    my bad and no more homebrew crap from me lolz...
     
  7. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    It definitely does not work on 64 bit systems. The simple fix would be to put rearm.bat on the system drive.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
  9. yankeepr

    yankeepr MDL Novice

    Feb 16, 2010
    21
    2
    0
    nice to see that this works for both 64 and 32 bit systems i have 2 laptops one of each flavor :p i have used different methods right now using daz loader but this is a good simple alternative to have windows 7 without cracks :worthy: thanks for all u guys at mdl that make all of this possible :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
  11. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,229
    310
    90
    hey timesurfer, did you figure out if this works on x64 yet? If not I can test it for you now. Sorry I have been pretty busy lately but um, yea I will test it if you need me too dude.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    It works but yea test it as testimony and such. What you'll be looking for is a task in task scheduler called rearm. I see you used the little "t"
     
  13. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,229
    310
    90
    What do you mean the little "t" dude. In the program exe info? I know if that is what you mean because you asked me too lol. Anywho, I will test this in a VM within the next few days for the schduler service for this and then report back.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    in timesurfer...lol Remember? You usually say Timesurfer just making a joke...lol Great your going to try it rad...lol
     
  15. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,229
    310
    90
    oh haha, that is my mistake because I try to stay accurate with my grammer, I need the practice lol. That's all. :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,229
    310
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...