IR5 - The Official Windows 7 Rearm Solution

Discussion in 'MDL Projects and Applications' started by timesurfer, May 10, 2010.

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

    Super_User MDL Junior Member

    Apr 14, 2010
    92
    55
    0
    I just did. I uninstalled IR4, assigned a drive letter and deleted reset file (since that was the only file that was left) from the System Reserved partition, then removed the drive letter. Then I tried everything once again. Same thing... Node - MININT, Invalid query, etc. etc.
     
  2. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    I thought you have to leave drive letter for it to work.
     
  3. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    In RE change drive letter to C: and execute dir command and see whether IR4 is there
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Super_User

    Super_User MDL Junior Member

    Apr 14, 2010
    92
    55
    0
    Yes, it's there and it still doesn't work.
     
  5. Super_User

    Super_User MDL Junior Member

    Apr 14, 2010
    92
    55
    0
    Update: in RE I cd to c: and then executed IR4.bat (just to see what would happen) I get the following:

    "Error:
    Description = Invalid query
    Node - MININT"

    This message repeats over and over as it's scrolling down in the cmd window... even as I type this message. It's still going on.
     
  6. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    It is stuck in a infinite loop, the file calling itself repeatedly, close the command prompt.

    Open another command prompt and type notepad C:\IR4.bat and post the contents over here
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Super_User

    Super_User MDL Junior Member

    Apr 14, 2010
    92
    55
    0
    #647 Super_User, Jun 20, 2010
    Last edited: Jun 20, 2010
    Hold on a sec.
     
  8. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    How about changing the directory and then notepad IR4.bat
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Super_User

    Super_User MDL Junior Member

    Apr 14, 2010
    92
    55
    0
    #649 Super_User, Jun 20, 2010
    Last edited: Jun 20, 2010
    I didn't put the "notepad" in front of it.

    Okay... that's what in it:

    @echo off
    for /f "tokens=2 delims==" %%A in ('"wmic volume where SerialNumber="-1662669715" get DriveLetter /format:list"') do set dl=%%A
    %dl%\IR4.bat
     
  10. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    #650 MasterDisaster, Jun 20, 2010
    Last edited: Jun 20, 2010
    I think it is because of the negative serial number. I'll convert it into a non-negative form and give a new code.
    Can you give the serial number of your D: drive

    Just change the drive to D: and type vol and post the result here.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Super_User

    Super_User MDL Junior Member

    Apr 14, 2010
    92
    55
    0
    What's that serial number of and why is it negative?
     
  12. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    That is the serial number of the Operating System volume.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Super_User

    Super_User MDL Junior Member

    Apr 14, 2010
    92
    55
    0
    Here it is: 9ce5-d1b1
     
  14. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    I'll work on it and post a new code. It will take some time.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Super_User

    Super_User MDL Junior Member

    Apr 14, 2010
    92
    55
    0
    #655 Super_User, Jun 20, 2010
    Last edited: Jun 20, 2010
    Thanks MD. See you when it's done.
     
  16. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    Thank you for testing it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #659 timesurfer, Jun 20, 2010
    Last edited: Jun 20, 2010
    (OP)
    Worked it did *yoda*
     
  19. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...