RedPill Enabler

Discussion in 'Windows 8' started by Vizion, Jun 17, 2011.

  1. TechDudeGeorge

    TechDudeGeorge MDL Member

    Apr 24, 2011
    232
    24
    10
    I looked and there is nothing about that name present. I just reinstalled this build so nothing should be wrong, the previous version worked for me.
     
  2. Vizion

    Vizion MDL Junior Member

    May 28, 2009
    91
    391
    0
    #82 Vizion, Jun 19, 2011
    Last edited: Jun 19, 2011
    (OP)
    I find the bug, I post update now.

    This not unlock new features, it just patching a lots of files for nothing more ...

    ---- Edit: v1.2.0.5 Online
     
  3. TechDudeGeorge

    TechDudeGeorge MDL Member

    Apr 24, 2011
    232
    24
    10
    Still gives me the same error with the new version -_-
     
  4. Vizion

    Vizion MDL Junior Member

    May 28, 2009
    91
    391
    0
  5. mamk95

    mamk95 MDL Novice

    Jun 19, 2011
    2
    0
    0
    #85 mamk95, Jun 19, 2011
    Last edited: Jun 19, 2011
    Open %temp% and make a new folder with the name "RedPillE". That worked for me :)

    Edit: Tested on a second machine. It is working :)
     
  6. UnLeaker

    UnLeaker MDL Novice

    Jun 19, 2011
    37
    12
    0
    I have unlock Touch logon, Ribbon, featured in User CPL etc.

    You not understand, if you touch slc.dll files, after some time - service Software Protection check slc.dll checksum and stop working. Most function in system are disabled (Start Menu broken, window Computer Properties not work and many others. IE9 close after start)
     
  7. Vizion

    Vizion MDL Junior Member

    May 28, 2009
    91
    391
    0
    So nothing new than my redpill unlocked

    I never notice this problem in 7955 with my slc.dll, and canouna never report me this problem ...
     
  8. UnLeaker

    UnLeaker MDL Novice

    Jun 19, 2011
    37
    12
    0
    Maybe this problem just for me
     
  9. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    Hey, if anyone can get the TaskUI to work that would be great lol.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ODY123

    ODY123 MDL Expert

    Apr 20, 2011
    1,164
    181
    60
    When tried to run v1205, had .net framework error, when tried to close the program, had errors also...
     
  11. djdanster

    djdanster MDL Novice

    Apr 26, 2011
    45
    8
    0
    Yea he's fixing it :)
     
  12. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    Install Net Framework 3.5 from the "Turn on or off windows features" then try again. I did got the same error but said continue and it worked for me even afterwards.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Mrx47

    Mrx47 MDL Addicted

    Apr 6, 2011
    571
    90
    30
    It doesn't work. The problem is the temp directory. If I create the folder "RedPillE" in the temp folder manually, the Redpill Enabler openes.
     
  14. djdanster

    djdanster MDL Novice

    Apr 26, 2011
    45
    8
    0
    Works after creating a folder in the temp dir. Thanks :D
     
  15. mamk95

    mamk95 MDL Novice

    Jun 19, 2011
    2
    0
    0
    #97 mamk95, Jun 19, 2011
    Last edited by a moderator: Apr 20, 2017
    Vizion: I don't know if you use vb.net or c#, but here is the vb.net solution to fix the problem:
    Code:
    If Not System.IO.Directory.Exists(Environment.GetEnvironmentVariable("temp") & "\RedPillE\") Then
        System.IO.Directory.CreateDirectory(Environment.GetEnvironmentVariable("temp") & "\RedPillE\")
    End If
    
    Edit:
    The C# code:
    Code:
    if (!System.IO.Directory.Exists(Environment.GetEnvironmentVariable("temp") + "\\RedPillE\\"))
    {
        System.IO.Directory.CreateDirectory(Environment.GetEnvironmentVariable("temp") + "\\RedPillE\\");
    }
    
     
  16. TechDudeGeorge

    TechDudeGeorge MDL Member

    Apr 24, 2011
    232
    24
    10
    I guess it's an error creating the folder or something that's the problem. Even though it was fine in V1.1
     
  17. TechDudeGeorge

    TechDudeGeorge MDL Member

    Apr 24, 2011
    232
    24
    10
    Oooh, anything interesting coming from it? Like TaskUI or something?