Flashy Windows 7 bits protected by elaborate scheme, workaround

committed to database on November 2, 2008 at 6:24 pm Eastern Standard Time 347 comments digg this

During PDC ‘08, I was passed a note indicating that I should dig deeper into the bits to discover the snazzy new Taskbar. Upon cursory analysis, I found no evidence of such and dismissed the idea as completely bogus.

I got home and starting doing some research on a potentially new feature called Aero Shake when I stumbled upon an elaborate set of checks tied to various shell-related components, including the new Taskbar.

Update: Although a newer-looking Taskbar is present, it’s not exactly what you saw at PDC ‘08. For example, the Quicklaunch toolbar still exists, Aero Peek doesn’t work properly, and Jumplists are stale. This is likely why it wasn’t enabled, out of the box, so set your expectations accordingly.

To use these, what I call “protected features”, you must meet the following criteria:

  1. Must be a member of an allowed domain
    • wingroup.windeploy.ntdev.microsoft.com
    • ntdev.corp.microsoft.com
    • redmond.corp.microsoft.com
  2. Must not be an employee with a disallowed username prefix
    • a- (temporary employees)
    • v- (contractors/vendors)

 

Protected Feature Flowchart (click for full)

As checking against this criteria is potentially expensive, in terms of CPU cycles, the result of the check is cached for the duration of Explorer’s lifetime (per protected feature). The cached value is stored within a variable, space of which is allocated in the image’s initialized data section (.data).

Explorer does not initialize these variables at start and checks for a cached result for before performing any checks. I exploited this behavior by setting the initialized value in the image itself to 1 vice 0 to bypass all twelve checks.

Why not use a hook to intercept GetComputerNameExW / GetUserNameW?

I thought about building a hook to inject into the Explorer process upon start, but I grew concerned that legitimate code in Explorer that uses those functions to perform various legitimate tasks would malfunction. And I was lazy.

Can I has too? Plz?

Update: Blue Badge replaces this legacy patch.

Simply download a copy of a tool I whipped up for either x86 or x64 (, drop it into your Windows\ directory and execute the following commands as an Administrator in a command prompt window:

  • takeown /f %windir%\explorer.exe
  • cacls %windir%\explorer.exe /E /G %username%:F (enclose the username in quotes if username contains spaces)
  • taskkill /im explorer.exe /f
  • cd %windir%
  • start unlockProtectedFeatures.exe

After changing the protected feature lock state, you can re-launch the shell by clicking the Launch button.


Screenshot of PDC ‘08 build with new Taskbar

Why did Microsoft do this?

I’m not sure why these features went into the main (winmain) builds wrapped with such protection. What are your thoughts?

  1. Bryant November 2, 2008 at 6:41 pm

    They were probably wrapped in there so that the team wouldn’t have to compile two separate builds (which simplifies lots of things).

    Builds are no longer branched.

  2. skierjosh November 2, 2008 at 6:42 pm

    Thanks for posting this, but I ran into some issues. The last step isn’t working for me, it’s saying explorer.exe is not a valid win32 application and I can’t get explorer back up. There was an error running the unlock application.

  3. skierjosh November 2, 2008 at 6:50 pm

    Ignore that last comment, I got it working :)

  4. Kevin November 2, 2008 at 6:51 pm

    How’d you get it fixed? I’m having the same problem.

  5. xxdesmus November 2, 2008 at 6:54 pm

    Too buggy/slow for general consumption yet? Great work :)

  6. Dan November 2, 2008 at 7:03 pm

    How how the application texts are showing up on my taskbar when using this? Can’t seem to hide them like from the screenshots :\

  7. Sebastian. November 2, 2008 at 7:03 pm

    I get the following error whenever I try to enable “unlockProtectedFeatures.exe”:
    “Program too big to fit in memory”

    I’m running 7 on a virtual machine with 1GB virtual ram.

  8. skierjosh November 2, 2008 at 7:06 pm

    If you get the .net error, make sure your in the c:\Windows directory, not the system32 directory when executing the commands.

  9. Dan November 2, 2008 at 7:08 pm

    Nm, got it. Had to change option to “Always group”.

  10. James November 2, 2008 at 7:11 pm

    Hey, can anyone get peek to work?
    Thanks

  11. Kevin November 2, 2008 at 7:12 pm

    Everything is fixed. Make sure your first command is “cd /Windows/”

  12. James November 2, 2008 at 7:13 pm

    Can anyone get peek to work?
    Thanks

  13. James November 2, 2008 at 7:14 pm

    Whoops, double post

  14. Stephan van Stekelenburg November 2, 2008 at 7:15 pm

    Hey this is great! Thanks!

  15. xxdesmus November 2, 2008 at 7:22 pm

    @Dan to group the items and to get rid of the text:

    1. right click on the taskbar –>properties
    2. taskbar grouping: always
    3. use small icons: yes or no depending on your preference

  16. xxdesmus November 2, 2008 at 7:24 pm

    just an FYI (in case it’s helpful). for this step “start unlockProtectedFeatures.exe ” I had to do a “cd ..” to get up 1 directory (into the Windows dir).

  17. Garrett November 2, 2008 at 7:31 pm

    Works great !!!

    thanks dude

  18. {4486F58E-79D2-47a0-82F0-FD59025981F3} November 2, 2008 at 7:36 pm

    Maybe I’m missing something, but isn’t it easier to just set the registry keys Explorer checks right after it fails the machine name check?

  19. Rafael November 2, 2008 at 7:50 pm

    After the machine name/username checks fail, Explorer falls back to standard behavior immediately. I’m not seeing this “check” you’re referring to. Maybe you’re on a newer build?

  20. Panda X November 2, 2008 at 7:53 pm

    What Bryant said makes sense.

    Or maybe they were offering a job to the first person who cracked it. lol.

    Thanks for this Rafael. :)

  21. Josh November 2, 2008 at 8:39 pm

    Wow sweet, Thanks :)

  22. ricktendo64 November 2, 2008 at 9:11 pm

    Rafael I gotta visit this site more often, found lots of gems here

  23. kyosan1988 November 2, 2008 at 10:20 pm

    Thank you so much. I love you ^^

  24. templar November 2, 2008 at 10:38 pm

    havent gotten it to work, i cant seem to get the first two steps to work, and then the last step is says the program has encountered an error :? anyone care to shed light?

  25. Silverskull November 2, 2008 at 10:42 pm

    The only problem with this is that it seems to disable UAC. For most people, that’s not a problem, but it just disabled my Live Mesh. x.x

    Is there any way around this?

  26. HappyAndyK November 2, 2008 at 10:47 pm

    Wonderful :) Thank you !

  27. andrew November 2, 2008 at 10:50 pm

    so you can install Windows 7 beta on Microsoft Virtual PC software, right? I don’t wanna have to clear my harddrive to install the beta.

  28. Silverskull November 2, 2008 at 11:06 pm

    Oh yeah, I should probably mention… it appears that the Mesh client actually is running in the background, as I can still access my Mesh folders and connect to the PC remotely. (By the way, Mesh remote desktop is actually a lot faster with this new taskbar enabled. Microsoft has a winner!)

  29. Bloggliv November 2, 2008 at 11:26 pm

    I tried that with the exact same buildversion – an no unlockProtectedFeatures.exe to use. I’m in the correct folder, C:\Windows, and all other steps worked perfectly. But still the last command will not work since the .exe is not there.

  30. Adam Maras November 2, 2008 at 11:33 pm

    Bloggliv, that’s the piece you have to download from this site. RTFM ;)

  31. jeremy November 2, 2008 at 11:45 pm

    i have the same problem with the unlockprotectedfetures.exe. i cant run it from the cmd window with admin rights. i go in to c:/windows and click on it and it will do it thing then the taskbar will go away and wont come back i have to use taskmang but that bing up the vista taskbar. and the cacls line of code say it failed

  32. Francisco Espinoza November 2, 2008 at 11:50 pm

    Wonderful! Thanks . . . why microsoft do this? its funny . . . but come on is microsoft! :-P

  33. Tom November 3, 2008 at 12:17 am

    They probably protected these features to a) prevent them from being leaked, and b) prevent the problems if the features had to be cut for whatever reason. Remember, Sinofsky said that they are looking to be “feature complete” by beta, so that all that has to be done is the polish, and usual bug fixes.

  34. Silverskull November 3, 2008 at 12:28 am

    You know what? I feel real stupid right now. Ignore my previous comments.

  35. Samblg November 3, 2008 at 12:37 am

    Great!!!!!!!!!!

  36. Parekr November 3, 2008 at 12:46 am

    OK i’m having trouble and don’t know what to do ? can someone help me please email me at depawka@live.com or respond back here

  37. war59312 November 3, 2008 at 1:07 am

    Hi,

    Here is the easy way. Simply copy below to a batch file and copy both the batch file and the exe to your desktop.

    Then simply right click on the batch file and click run as admin. Done! It does all the work for you. :)

    Enjoy,

    Will

    See image in case this does not come out right here on the blog:

    http://img371.imageshack.us/img371/9350/w7scriptzs2.png

    @echo off

    copy /Y %userprofile%\Desktop\unlockProtectedFeatures.exe %windir%

    cmd.exe /c takeown /f “%windir%\explorer.exe” && cacls %windir%\explorer.exe /E /G %USERNAME%:F

    cmd.exe /c takeown /f “%windir%\unlockProtectedFeatures.exe” && cacls %windir%\unlockProtectedFeatures.exe /E /G %USERNAME%:F

    taskkill /im explorer.exe /f

    cd %windir%

    start /w %windir%\unlockProtectedFeatures.exe

    start explorer

    pause

    exit

  38. Parekr November 3, 2008 at 1:28 am

    Hey to above i ran your thing like you say but i get this error
    http://i38.tinypic.com/4g0tv4.png
    [IMG]http://i38.tinypic.com/4g0tv4.png[/IMG]

  39. war59312 November 3, 2008 at 1:56 am

    Parekr, that’s very odd.

    How about if you just double click on the batch file without running as admin first?

    Worked for me on one of my PCs. Guess it’s because I’m not running with default settings.

    Take Care,

    Will

  40. Parekr November 3, 2008 at 2:01 am

    still get same error mabie upload the bat file u used to rs or mediafire for me please and thanks

  41. W.Meints November 3, 2008 at 2:07 am

    It probably wasn’t enabled because of the facts you mentioned. On the other hand, I think it’s a good idea to enable this stuff even if it’s not complete. User feedback early on can be quite handy when you are still working on a particular feature.

  42. Nero November 3, 2008 at 2:18 am

    Hello Parekr,

    You should run this in C:\Windows folder not C:\Windows\system32

  43. Parekr November 3, 2008 at 2:23 am

    as in ?

  44. Tore Lervik November 3, 2008 at 2:25 am

    Nice find! :)
    I can see why they hide the taskbar pretty well. The 6801 taskbar does’t show the same well designed superbar that they showed at the pdc. It has the not-so-good extra button on the side of each window instead of the right click menu.

  45. Nero November 3, 2008 at 2:30 am

    hey does anyone know how enable the jumblists on the start menu?

  46. Parekr November 3, 2008 at 2:31 am

    I got it working i followed what they said on site then walla :) done

  47. Nero November 3, 2008 at 2:33 am

    Parekr did you copy the file to the correct directory?

  48. Nero November 3, 2008 at 2:34 am

    ok then Parekr :)

  49. Ozl November 3, 2008 at 3:11 am

    You are the man!
    Gracias!

  50. Misaki November 3, 2008 at 4:20 am

    it doesn’t work for me :( i maked all this steps and explorer.exe doesn’t start :( after LogOff/Restart, the taskbar is the same :( what should i do, i have Build 6801 – do i need that domainname?

  51. Dragutin November 3, 2008 at 4:42 am

    This is an old version of the new taskbar, there was a session about how they were designing it to take that side button out. they probably couldn’t fit the newest taskbar into this revision, which is why they hid it. so all the fancy features like jumplists and those snazzy thumbnail switching options aren’t there.

  52. Misaki November 3, 2008 at 4:46 am

    it says – unlockProtectedFeatures has stopped working

  53. Colour November 3, 2008 at 5:11 am

    How do i change the colour, it’s grey now?

  54. Misaki November 3, 2008 at 5:17 am

    i need some help please :( can anyone give me some help via Team Viewer? pls

  55. Nero November 3, 2008 at 7:04 am

    Misaki, Did you copy the “unlockProtectedFeatures.exe” into C:\windows\ & run the command promt from there as well?

  56. Nadav Peretz November 3, 2008 at 7:10 am

    Thanks a bunch mate! working like a charm!

  57. SLi November 3, 2008 at 7:21 am

    Ive followed the steps perfectly, it tells me that the program is not compatible with this version of windows… bla bla bla
    what do i do now?

  58. jeremy November 3, 2008 at 7:51 am

    unhandled exception has occurred in your application…..im on 32bit win7

  59. Misaki November 3, 2008 at 8:04 am

    Nero, no because i don’t know how to do that, i doned like this tutorial said and gives me: unlockProtectedFeatures has stopped working

  60. Tab7 November 3, 2008 at 8:14 am

    getting the same prob as Misaki. All the steps work until the last, then I get unlockProtectedFeatures has stopped working. Then does the whole error reporting thing.

    I just figured it was MS finding this and issuing a cease and desist or something. If there is a solution, would be glad to find out!

  61. Naceron November 3, 2008 at 9:37 am

    Thx a lot for this great hacking, It’s work for me very well, but how to hide the window title in the new taskbar to look exactly as PDC demo?

  62. SnowDog November 3, 2008 at 10:04 am

    yeah, same problem as Tab7… tells me the program has stopped working

  63. noel86 November 3, 2008 at 10:20 am

    Resize open windows in win 7.6801 by dragging (Drag n shake) right,left or on top
    Preview : http://www.jcxp.net/forums/index.php?showtopic=31178

  64. Misaki November 3, 2008 at 10:43 am

    i reinstalled windows and now works :D thank you Rafael for sharing this with us :D

  65. son November 3, 2008 at 11:05 am

    unlockProtectedFeatures has stopped working

  66. tazd November 3, 2008 at 11:36 am

    Thanks got it working here now

  67. frog November 3, 2008 at 11:47 am

    Cool, got it working after a lot of access denied folders. Went into safemode, copied the file to c:windows, restarted and worked like a dream!!! Great job gentleman!

  68. anonymous November 3, 2008 at 12:32 pm

    What I did to get it working was disconnect from the internet, then you run the file and viola! Also I disabled user account control as a precaution. Thanks, now im looking forward to the next build.

  69. /zinger November 3, 2008 at 12:56 pm

    hallo.
    program stop respodning. if I dont close the explorer program is runig normalny but nothing hapend!

  70. Jash Sayani November 3, 2008 at 2:23 pm

    Wow! Cool. Trying it out……

  71. Jash Sayani November 3, 2008 at 2:33 pm

    http://i34.tinypic.com/s3cxtt.png

    Any Suggestions…?

  72. STeve-O November 3, 2008 at 3:17 pm

    how do i fix this “Program too big to fit in memory”
    it always shows up when i try to start unlockprotectedfeatures.exe

  73. Marcus Wiberg November 3, 2008 at 4:19 pm

    People this really works, i alot of issues tryin’ to get this to work and finally i really got i working and it is AWESOME!!!

    The unplug internet solution does not work, the appz dont care about beein’ online!

    I tried to use the new feature “troubleshoot combatility” and that helped me alittle, i got a error message from the application instead of the “….. this not respond” but it really didnt unlock the feature.

    Then i started the app on my desktop and “…… can’t find explorer.exe” and it actually created by automatic a explorer.exe to my desktop then i started it again from the desktop and it showed me a window… with radiobuttons which let me to chose unlock the hidden bar… but it didnt really activate it, then i deleted the explorer.exe that the software created on the desktop and drag the file to the windows folder then started it clicking on it and it worked!

    Hope this works!!

    Thanks for the file, great work!!

  74. piwui November 3, 2008 at 4:51 pm

    Proble, with running the
    “@echo off
    copy /Y %userprofile%”
    file published by war59312

    Copy both the file (named fx patch.cmd) and unlockProtectedFeatures.exe to the windows directory.
    Start a command prompt and jump to the windows directory.
    Run “edit patch.cmd” and remove any annoying characters that does not belong there.
    Save the file and run it. Voala!

  75. Rafael November 3, 2008 at 5:06 pm

    I’m working on a newer tool to unlock some other features, plus be easier to use. Stay tuned folks.

  76. Timothy November 3, 2008 at 5:39 pm

    Whoa man, you’re awesome Rafael!

  77. jeremy November 3, 2008 at 5:41 pm

    ok to get the code and programe to work just reinstall windows 7 and do it right after its done installing

  78. Mario November 3, 2008 at 6:03 pm

    I get the unlockProtectedFeatures has stopped working error as well. Any time frame on a fix for this? Thnx for the hard work.

  79. bill November 3, 2008 at 6:59 pm

    you da man….nice one. thank you.

  80. David November 3, 2008 at 7:00 pm

    For those getting the Application stopped responding issue… Go in and Manually change the permissions on Explorer.exe.

    I’m running this in a VM as a test so i just gave all accounts full control and than was able to run it no problem.

    Hope that helps.

  81. war59312 November 3, 2008 at 7:12 pm

    Hi,

    O.K my batch file works just fine. The problem is that the blog here adds some stupid chars to the start of it. No my fault.

    Though I did make one little mistake, but it only effected people who have spaces in their user name.

    Anyhow, I have made it even easier.

    1.) Download the correct version below and save the file to your desktop.

    32bit: http://rapidshare.com/files/160422438/unlockProtectedFeatures_x86.exe

    or

    64bit: http://rapidshare.com/files/160422412/unlockProtectedFeatures_x64.exe

    2.) Double click on the file from above so that it runs. If UAC kicks in then of course click on “Yes” to allow it to run.

    Note: This will kill explorer.exe so make sure you have saved everything your working on first.

    3.) You should now see something like this:

    http://img90.imageshack.us/img90/3201/successgx9.png

    4.) “Unlock Protected Features” should be chosen already so simply click the “Launch” button.

    5.) You should now see the new task-bar. Go ahead and close the batch file and the “Libraries” window.

    Now you might want to keep the installer “unlockProtectedFeatures_x86.exe” or “unlockProtectedFeatures_x64.exe” in case you wish to turn the new task-bar off. Just run it again if you wish to turn off the task-bar and of course this time choose “Lock Protected Features”.

    But yes, you can now go ahead and delete the other two files that are now on your Desktop: install.cmd and unlock.exe as they are no longer needed.

    Enjoy,

    Will

    PS: It’s just a winrar SFX self extracting archive. If you don’t believe me simply right click on exe and choose extract. Then look at the batch file. Of course if you want to be sure that I did not include a virus just run a MD5 or whatever on unlock.exe and you will see it matches the files posted here. :)

  82. Monaco November 3, 2008 at 7:18 pm

    Got it working after a few failed attempts. Don’t know what exactly I may have done wrong in the first place. Its working now. Thanks for the work around Rafael.

  83. chris November 3, 2008 at 9:17 pm

    war59312’s app worked great. Thank you, the new taskbar is awesome!

  84. Mario November 3, 2008 at 9:33 pm

    war59312’s app give me the same error message. It tells me your app has stopped working, etc etc.

  85. war59312 November 3, 2008 at 10:20 pm

    Mario,

    Then more than likely it’s some software that is running on your PC that is causing the issue. Anti-virus perhaps?

    As I tested this many times on a new clean install and it works great.

    Trying running my application is safe mode. Should work, not tested, not home at the moment to test.

    Take Care,

    Will

  86. war59312 November 3, 2008 at 10:21 pm

    Chris, thanks for confirming it worked for you. :D

  87. XTIZ3 November 3, 2008 at 10:25 pm

    The x86 version doesn’t seem to be working. (box pops up saying that it has stopped working) Anyone else having the same problem?

  88. XTIZ3 November 3, 2008 at 10:46 pm

    Never mind. Problem solved. Sorry for my stupidity.

  89. Tester2 November 3, 2008 at 10:52 pm

    war59312,

    Thanks that one worked perfectly – couldn’t get it working with the first method.

    Thank You!

  90. war59312 November 3, 2008 at 10:54 pm

    Hi All,

    For those that are having problems, can you please post a screen-shot of my batch file running? Would like to see what it says.

    I was able to reproduce the error of unlockProtectedFeatures.exe stop working.

    That would happen every time if I where trying to run unlockProtectedFeatures.exe out of the system32 folder.

    It should be running out of %windir% which by default is C:\Windows.

    Anyhow it looks like this is a bug in unlockProtectedFeatures.exe itself. Not Windows and nothing to do with my pretty simple batch file. I’m just wondering if those that are getting errors from unlockProtectedFeatures.exe are also getting errors in my batch file.

    Thanks for trying it out,

    Will

  91. war59312 November 3, 2008 at 10:56 pm

    XTIZ3, your not that stupid since you figured it out. :)

    Tester2. your most welcome, and thanks for confirming.

  92. xx66stangxx November 3, 2008 at 11:49 pm

    Ok so I have been getting the unlockProtectedFeatures.exe has stopped working error. Here is exactly what I am doing:
    I have command prompt copied to my desktop. I right click it and press Run as administrator.

    in C:\Windows I have unlockProtectedFeatures.exe placed in there.

    with cmd opened as Administrator I do:

    cd %windir%
    takeown /f %windir%\explorer.exe
    cacls %windir%\explorer.exe /E /G Danny Mayer:F
    taskkill /im explorer.exe /f
    start unlockProtectedFeatures.exe

    when I typed unlockProtectedFeatures.exe is when I get the error the program has stopped working.
    I am going to try war59312’s method

    To get this straight all I have to do is download your version. (already done)

    double click it (since it’s on my desktop) and click on unlock then launch. Correct? I don’t have to execute any commands through command prompt?

    If that doesn’t work I am going to: Try in safe mode, turn off Avast!, and reinstall on another hdd (I am going to delete my osx86 partition on my bigger hdd)

  93. Rafael November 3, 2008 at 11:57 pm

    Try putting Danny Mayer in quotes in your cacls command.

  94. notherdude November 4, 2008 at 12:01 am

    funny, earlier today this worked on 32 bit but then I installed 64 and I got the stopped working error, tried with no A/V and in safe mode – got a message that ‘no maopping . . username . . had been done” and then the ’stopped working error’ won the last step, however, war’s batch file worked! Had to run as administrator of course. Don’ know why the other method worked earlier but didn’t later on 64, Happy. Thanks Mario and war

  95. xx66stangxx November 4, 2008 at 12:09 am

    Thanks Rafael. Awesome find! I will repost later when I get home.

  96. notherdude November 4, 2008 at 12:10 am

    boy I butcherd that last comment – bad keyboard
    Thanks Rafael and thanks War59312

    after the second step I got a message saying that no mapping had been done, I assume some mapping was supposed to be done?

    anyway, when I got to last step I got the ’stopped working ‘ error – however, running war’s batch file as administrator did work and now I am a hpaay camper.

  97. nick November 4, 2008 at 12:30 am

    war59312 you are the man!

  98. C.T.Smithey November 4, 2008 at 12:45 am

    war59312
    The little do-dads you made there man are perfect, was having hella-time the other way with X64. Thanks for your work on that man its great, BUT, NOW I got my wife wanting Win7 because “It is so pretty with that TaskBar” >.< SO we all know what that means do it or I shall never hear the end of it.
    Thanks again man that was great work.
    12beers and 6cheers to ya

  99. Dilip November 4, 2008 at 12:54 am

    Thanks War! It works great now!!

  100. blue_falcon November 4, 2008 at 1:14 am

    Took some bloody key wrestling to get the 64bit edition to work, but once I typed it all in like cacls explorer.exe /E /G MyUsername:F it worked splendid. Great work!

  101. xx66stangxx November 4, 2008 at 2:20 am

    @Rafael the quotes around my name worked! awesome thanks!

  102. /zinger November 4, 2008 at 2:58 am

    war59312 : thank you very much! now it’s working!

  103. TJ @ SmartBlogTips November 4, 2008 at 4:05 am

    Thanks. It would be nice to try on the pre beta Win 7 build

  104. Thorn November 4, 2008 at 6:35 am

    its not work ver 64bit :( PLEASE HELP ME
    I get unlockProtectedFeatures has stopped working. Then does the whole error reporting thing.

  105. YJ November 4, 2008 at 8:30 am

    Worked beautiful when rebooted in safe mode once to apply the change.

    Thanks Rafael for another brilliant post.

  106. harm November 4, 2008 at 8:43 am

    thanks got it working.

  107. notherdude November 4, 2008 at 8:49 am

    @Thorn

    Had same problem on 64.

    DL war59312’s batch file to your desktop http://rapidshare.com/files/160422412/unlockProtectedFeatures_x64.exe

    right click on it and choose ‘run as administrator’

    worked for me

  108. M November 4, 2008 at 10:20 am

    Hi All,

    I’ve upgraded from Vista SP1 to Windows 7 (running on VMware). I ran all the steps with no errors. Unfortunately, the new taskbar does not appear for some odd reason. Any ideas?

    Regards
    M

  109. Norman November 4, 2008 at 10:32 am

    Well, I dont know if youre intrested or not, but the x64 thing works well on Server 2008 R2 Build 6801 (which leaked some hours ago I think) too :)

  110. M November 4, 2008 at 10:47 am

    I’ve found out that my build is (6589.1×86fre.winmain_win7m2.08042-1634) !!!!! It does not seem the hack will work on this build!

  111. .NetRolller 3D November 4, 2008 at 11:00 am

    M: That is not a real Windows 7 build, but a modded version of Vista SP1. Only the builds 6519 and 6801 are actual Windows 7 builds, and only 6801 contains the Superbar.

  112. M November 4, 2008 at 11:07 am

    I am downloading Windows 7 build 6801 as we speak. Quick question, Can I install windows 7 without upgrading from an earlier version using VMware?

    Regards
    M

  113. Amoney November 4, 2008 at 1:10 pm

    hey—my shutdown/log-off/restart won’t work.. .it doesn’t hang.. just seems to close running process then sit there like a fresh reboot.. any ideas?

  114. Reddo November 4, 2008 at 2:46 pm

    thatnks war59312 your solution worked perfectly for me

  115. Mike November 4, 2008 at 3:18 pm

    I been going through the event log because my laptop seems to be shutting down by it’self alot, and noticed some warnings about possible memory leak in explorer.exe. This could be due to his patch. Not sure if anyone else is experiencing any random restarts. A few other point to the processor failure which is odd because vista doesn’t do this. Dont know if it’s due to the fact it’s pre-beta or if its perhaps the reason why they disabled thie new taskbar in this build in Windows 7. Right now I return the task bar to the normal vista looking one and hasn’t rebooted yet.

  116. XTIZ3 November 4, 2008 at 3:40 pm

    Anyone mind telling me how to pin programs to the task bar?

  117. -JJ- November 4, 2008 at 4:06 pm

    war59312 is the best :]. Your batch file worked just fine.

  118. Xepol November 4, 2008 at 4:59 pm

    speaking as a programmer, it is easier to limit and/or disable features than it is to put them in for testing, pull them out again and then put them back in again.

    Once in, other apps may code against them. Removing them for a demo version could lead to HUGE headaches when it comes to removing outside dependancies.

    It is just easier to hide the UI that isn’t fully up to snuff yet, particularilly if the back end code is stable (and stable does not always means “fully works”, just more a matter of “does not crash everything”)

    So they get locked down so that the associated developers can work on them and no one else asks stupid questions about why feature X doesn’t work right while it is being polished.

  119. Mike November 4, 2008 at 5:23 pm

    “XTIZ3

    November 4, 2008 at 3:40 pm

    Anyone mind telling me how to pin programs to the task bar?”

    Just drag and drop

  120. Sara November 4, 2008 at 6:36 pm

    Thanks so much, war 59312. It worked like a charm.

  121. soren121 November 4, 2008 at 6:40 pm

    Worked like a charm! Althought I don’t get the Aero shininess because I’m running in VirtualBox….

  122. codenamepenryn November 4, 2008 at 8:47 pm
  123. XTIZ3 November 4, 2008 at 9:43 pm

    Much thanks, Mike. I swear I’ve tried it before… Stupidity strikes again.

  124. Bee_bkk November 5, 2008 at 12:12 am

    Thank you. It’s work great for me.
    but someone can help me?
    My windows can’t restart and can’s shutdown before I run this patch and still now can’t restart and can’t shutdown.

  125. AaronL November 5, 2008 at 12:19 am

    After following all the steps in the admin cmd prompt I get to the start unlockprotectedfeatures.exe and it asks me to ‘confirm file replace: The following file already exists unlock.exe. Would you like to replace the existing file with this one? Yes, Yes to All, Rename, No, No to All, Cancel.”

    No matter if I replace or not I am then followed by an error for the file “intall.cmd” which states:

  126. AaronL November 5, 2008 at 12:20 am

    oops.

    continued…

    Final error states: “Windows cannot find ‘C:/users/alauper/Desktop/install.cmd’. Make sure you typed the name correctly, and then try again.

    Any thoughts?

    Aaron

  127. MrNxDmX November 5, 2008 at 12:23 am

    @ ALL: Take ownership of explorer.exe file manually. It works like a charm here, in vmware.
    At first i got errors in all my tries. Then i took ownership manually and tried again. Here’s proof:

    [URL=http://img219.imageshack.us/my.php?image=windows720081105072108ou8.png][IMG]http://img219.imageshack.us/img219/5545/windows720081105072108ou8.th.png[/IMG][/URL]

  128. alauper November 5, 2008 at 1:15 am

    war59312: here is a screen shot of my error after downloading the file to the desktop and double clicking it.

    Please Help

    alauper

  129. alauper November 5, 2008 at 1:15 am

    war59312: here is a screen shot of my error after downloading the file to the desktop and double clicking it.
    http://aaronlauper.spaces.live.com/?_c02_vws=1

    Please Help

    alauper

  130. Rob November 5, 2008 at 2:39 am

    TO EVERYONE WITH THE “PROGRAM HAS STOPPED WORKING ERROR”

    1. Copy the original explorer.exe to your desktop
    2. Copy unlockProtectedFeatures.exe to your desktop.
    3. Run unlockProtectedFeatures.exe as an Administrator and unlock the features.
    4. Voila! It should work. This took me FOREVER to figure out.

  131. Rob November 5, 2008 at 2:41 am

    Oh yeah, and then copy the patched explorer back after wards.

  132. Ivan November 5, 2008 at 2:48 am

    war59312,thx for your post at

    November 3, 2008 at 7:12 pm

    I finally solve the problem “unlockprotectedfeatures.exe” stopped working, it ’s interesting that it involve certain process

    1.I follow your instruction and double click the exe
    2.after repeating sereval times, it shows that unlock.exe is missed in WINDOWS folder and yet there is a exe call unlock and another called”install.bat” come out and i simply copy “unlock” into WINDOWS
    3.Retry and it works!just choose unlock….and launch! Delete install bat. explorer and unlock on the desktop

    *it is quite interesting that both quick launch bar and this new bar both exist at same time,just unclick it from RIGHT CLICK on task bar—>toolbar—>quick launch!

  133. xx66stangxx November 5, 2008 at 3:16 am

    In Response to Rob’s post

    TO EVERYONE WITH THE “PROGRAM HAS STOPPED WORKING ERROR”

    Thanks to Rafael try putting your username in quotes

    cd %windir%
    takeown /f %windir%\explorer.exe
    cacls %windir%\explorer.exe /E /G “Danny”:F
    taskkill /im explorer.exe /f
    start unlockProtectedFeatures.exe

    That should do the trick.

  134. moshe November 5, 2008 at 4:37 am

    check out http://tr.im/r5g for a installation guide

  135. Mjhieu November 5, 2008 at 6:34 am

    Thanks you for your great work! Finnaly, I can unlock this cool super bar, what I want to see in windows 7!

  136. Shaibal November 5, 2008 at 8:58 am

    cacls %windir%\explorer.exe /E /G “%USERNAME%”:F

    I can’t get the above step to work. It says that not mapping has been done. When I continue anyway, when i run “start unlockProtectedFeatures.exe” it says that the program has stopped working. Any ideas?

  137. Jon November 5, 2008 at 9:08 am

    I can’t get this to work..I keep getting

    ERROR: Not all priviledges or groups referenced are assigned to the caller.

  138. Mike November 5, 2008 at 10:01 am

    You people are just NOT following the instructions properly.

  139. Rubber Gun November 5, 2008 at 10:40 am

    I’ve found another fix!!
    Those who downloaded the self-extracting one, the second one, and ran it, it just said some errors, and placed two files on the desktop: unlock and install.
    So i took the install file, right click, edit, and delete the ENTIRE second line.
    Then, I save, and copy Unlock to C:\Windows
    then I run install from the desktop
    It works then!

  140. Abraham Estrada November 5, 2008 at 11:59 am

    Works fine for me, thanks.

  141. Rob November 5, 2008 at 12:36 pm

    I tried every way to get it to work. I knew to put my username in the quotes and I tried just about everything I could do.

    here’s a more detailed explanation.

    1. Go to C:\Windows and copy explorer.exe to your desktop.
    2. Move unlockProtectedFeatures.exe to your desktop.
    3. Run unlockProtectedFeatures.exe as an Administrator, and unlock the protected features.
    4. Kill explorer.exe in task manager.
    5. In task manager go to File > Run and click browse. This will show an explorer window so we can replace the original file without any hassle.
    6. In that window go to your desktop, right click the patched explorer and click copy.
    7. Then, go to C:\Windows and rename the current explorer.exe to explorer.exe.bak
    8. Then paste the patched explorer.exe into the C:\Windows directory, and then click it and press open, and then ok.
    9. Superbar should load right up.

  142. HofEE November 5, 2008 at 2:21 pm

    It is just not working for me! I followed precisely the instructions but i get every time this error message in the cmd prompt:
    ERROR: Not all priviledges or groups referenced are assigned to the caller.

    What should i do?
    Here is a screenshot: http://img266.imageshack.us/my.php?image=errrormsgjj3.jpg

    PLEASE help!

  143. alauper November 5, 2008 at 2:33 pm

    Rob,

    I followed your steps and it finally enabled the new taskbar! However, I am not able to copy over the explorer.exe file in steps 5-8 because of permissions so everytime I restart the computer it goes back to the old taskbar.

    Any thoughts?

  144. James November 5, 2008 at 3:52 pm

    This only works if I REMOVE the “” around my username lol. If I put them there I get an error.

  145. codemonkey0312 November 5, 2008 at 4:54 pm

    Try right clicking explorer, go into properties -> security -> edit… select your username and click Allow on the full control option. Then you can change the name and move, ETC.

  146. rupbert November 5, 2008 at 5:28 pm

    One major concern I have with the new icon based taskbar is that in general, most program icons are either horribly pixelated or too detailed to look clean at a specific resolution.

    I use RocketDock, and one of the great features is the ability to use custom .png icons (that look beautiful). Hopefully there will be a similar functionality to the ’superbar’.

  147. Rob November 5, 2008 at 5:58 pm

    I had the same problem alauper, what is happening is windows thinks that the explorer that is on your desktop is the main explorer.exe. What you need to do is open task manager, kill the explorer.exe process. You will now be able to move it, but to move it you need to do it within task manager. So go to File > Run. The run dialog will show, then click browse. Now go to your desktop in the left pane and copy the explorer file to C:\Windows. Then go back to your desktop, and delete the one on there. Then select C:\Windows\explorer.exe and click open, and press okay. Explorer should open and no longer be on your desktop.

  148. joseph November 5, 2008 at 6:24 pm

    just a quick question how do you reverse this and get the old explorer working again

  149. Rob November 5, 2008 at 7:12 pm

    You should have made a backup explorer file. Don’t know what to tell you.

  150. .NetRolller 3D November 5, 2008 at 7:15 pm

    joseph: Open Task Manager, kill Explorer, open UnlockProtectedFeatures from Task Manager, select Lock, and click Launch. There you go.

  151. joseph November 5, 2008 at 7:39 pm

    yea i know that im talking about when i exit explorer through task manager and try to start it up again it says its not a valid win32 application

  152. Rob November 5, 2008 at 10:39 pm

    Joseph, this happened to me but what happened was I ended up trying to load “C:\Windows\system32\explorer.exe” and it didn’t work and it gave me that error. Make sure you are loading “C:\Windows\explorer.exe”.

  153. joseph November 5, 2008 at 10:46 pm

    oh ok i see i forgot to check which directory i was in

  154. Alex November 5, 2008 at 11:34 pm

    Everything works, and thanks for the guide. Except I have one problem, whenever I restart my pc, I have to repeat the process that worked for me (to get the taskbar). How would you make it permanent?

    In order for the taskbar to work for me, I had to copy the patch and the explorer to my desktop and run it there… (read from someone here)

  155. Ant November 6, 2008 at 12:02 am

    Great work! It works awesome-ly =)

    My only problem is that when I resume from hibernate, the awesome-bar usually crashes right away, or shortly after… anyone else experiencing this?

  156. Alex November 6, 2008 at 12:12 am

    Thanks war59312! That file actually worked perfectly, and even when restarted, the taskbar is still there. Much appreciated. Oh, my audio driver doesn’t work, windows says there’s a computability issue, is there a way to make the driver work?

  157. Mikey November 6, 2008 at 2:05 pm

    Nice workaround, but I’m trying to figure out of what possible use it is to those of us not on a Microsoft Domain?

    Is it only for MS Developers?

  158. Jason November 6, 2008 at 5:32 pm

    war59312’s app worked great here. I couldn’t get the original workaround to work. The original post should be updated to include this.

  159. Lorne L. Reap November 6, 2008 at 7:16 pm

    Graet work Rafael, I am wonderin if others are having problems displaying Desktop Gadgets, it seems that mine are disabled and can’t find a work around to get them to display, any suggestions or is that a hidden feature also?

  160. Frank Marshall November 6, 2008 at 7:34 pm

    Great work with the exe, it installs fine but running 7 in virtual pc and cannot activate the aero theme. Can anyone help as I want to see the new peek function.

  161. joseph November 6, 2008 at 7:49 pm

    peek doesnt work at the moment

  162. Timothy November 6, 2008 at 7:57 pm

    Does anybody have the jumplist in the start menu working?

  163. Traveling Tech Guy November 6, 2008 at 11:47 pm

    Hi guys,
    Must have missed a step along the way, but how do I change my domain to one of the specified legal domains?
    I get a “cannot connect to active directory…” error.
    Anyone?

    Thanks,
    Guy

  164. MrGroove November 7, 2008 at 2:10 am

    Very nice piece of work.
    Thnx

  165. jd November 7, 2008 at 1:39 pm

    the patch from war worked. but i can only see the icons feature, there is no preview only the name of the apps.
    this is not a true superbar. it is like a normal taskbar without text.
    did i miss something?

  166. Callum November 8, 2008 at 5:41 am

    @Traveling Tech Guy
    You don’t.

    Actually read the whole article and follow the instructions.
    This is to work -around- the protection, not fulfil the protection’s requirements.

  167. Matt A. Tobin November 8, 2008 at 8:02 am

    If you love the super bar like I do… but want those task button program name lables back like I did here is how to enable them!!!

    Caution this is a registry hack!!!

    For each user namely yours.. go to …

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

    and find the REG_DWORD entry called…

    TaskbarGlomLevel

    and set the value to 1 and you will get traditional task button program lables… Set back to 0 to restore default look.

    Pay close attention to the button as you hover over it the inital animation is cool and the glowing effect follows your curser… it does this by default but with the Glom on 1 it is much more apparent…

    Very Cool…

    As far as i can tell from searching this I am the only one to figure this one out… so unless someone can prove someone else found this before 8:01am on Saturday, November 8th of 2008… Its mine!!!

    This Reg Tweak was brought to you by, Me

    Matt A. Tobin of Binary Outcast
    http://www.mattatobin.com
    (site will be back up soon)

  168. Jazket November 8, 2008 at 8:55 am

    Hi mates.

    I don’t know if anybody posted this already, I couldn’t read through the whole page.

    I made a batch file that makes it simple.

    1 -Download the file:

    http://cid-f37e0464addf60be.skydrive.live.com/self.aspx/Public/enabe|_wintaskbar.zip

    2 – Extract to your desktop.

    3 – Right click, then “Run as Administrator”

    4 – Done! (hopefully)

    Worked like magic on mine, took 2 seconds. Remember to select “Unlock Protected Features”

    The batch is not perfect so please no throlling. I made it so it could work, nothing fancy nor complicated.

    The file is 100% free of virus, but do a scan before if you want to be sure.

    Thanks for this incredible find Rafael? or whoever owns the blog.
    O’ll be sure to come around oftenly!

  169. Jazket November 8, 2008 at 8:57 am
  170. steve November 8, 2008 at 9:24 am

    @Matt A. Tobin: It is set to 1 by default……

  171. Matt A. Tobin November 8, 2008 at 10:11 am

    I just dug a bit deeper… im an idiot :( i was so excited i found something new… well ill keep hunting around in the registry theres bound to be some sort of discovery…

    Matt A. Tobin (Idiot)

  172. Ahmed November 8, 2008 at 10:15 am

    Well Windows Peek works for me!

  173. Ahmed November 8, 2008 at 10:16 am

    Sorry I’ll rephrase, Aero Peek works. I’m not sure why but I can definitely see thumbnails when i hove over the icons.

  174. Timothy November 8, 2008 at 11:13 am

    How did you get aero peek working?

  175. Timothy November 8, 2008 at 11:15 am

    I should have finished reading your sentence. That’s not aero peek. That’s just thumbnails, that everyone can see once they unlock the superbar. Aero peek is the feature that turns all windows (but the one you want to see) into glass. It also turns all windows into glass if you just want to see the desktop.

  176. Phate November 8, 2008 at 1:57 pm

    hey jaznet any way to get a copy iof that file that works with 64bit? if so is it an easy alteration?

  177. Phate November 8, 2008 at 5:53 pm

    disregard last message: for patrons with 64 bit windows 7 simply switch out the file provided by jaznet and put the 64bit version in its place. :)

  178. Kevin O November 9, 2008 at 2:04 am

    I tried this SuperBar feature.. I don’t like it. I went back to the explorer.exe we’re all used to.. BUT,… now I cannot right click on open tasks and do anything (nothing comes up .. to close the program)… AND the “X” in the top right hand corner of every window/program is greyed out.

    Did this program cause this? How Do I get back the X in top right corner of windows??
    (And the right clicking capability to close from the task bar)???

    Thanks!

  179. cdx304 November 9, 2008 at 6:56 am

    I have done the hack for the taskbar that now works also got rid of the watermark bottom righthand corner .I also found a way to activate windows 7 and it works great also .If you do some google searches you will find what you need .Windows 7 runs great even though it is a prebeta no problems yet .

  180. limesmoothie November 9, 2008 at 12:21 pm

    Thanks for this – worked like a charm and am now enjoying Windows 7, I thought my Dell lappy was on its way out but its running so much faster than it did with Vista.

  181. Jazket November 9, 2008 at 1:01 pm

    “Comment by Phate

    November 8, 2008 at 5:53 pm

    disregard last message: for patrons with 64 bit windows 7 simply switch out the file provided by jaznet and put the 64bit version in its place. :)”

    Yeap! that’s pretty much it ;)

  182. newhen November 9, 2008 at 6:25 pm

    for anybody having problems rob posted this and it worked

    I tried every way to get it to work. I knew to put my username in the quotes and I tried just about everything I could do.

    here’s a more detailed explanation.

    1. Go to C:\Windows and copy explorer.exe to your desktop.
    2. Move unlockProtectedFeatures.exe to your desktop.
    3. Run unlockProtectedFeatures.exe as an Administrator, and unlock the protected features.
    4. Kill explorer.exe in task manager.
    5. In task manager go to File > Run and click browse. This will show an explorer window so we can replace the original file without any hassle.
    6. In that window go to your desktop, right click the patched explorer and click copy.
    7. Then, go to C:\Windows and rename the current explorer.exe to explorer.exe.bak
    8. Then paste the patched explorer.exe into the C:\Windows directory, and then click it and press open, and then ok.
    9. Superbar should load right up.

  183. MafiaLord91 November 9, 2008 at 6:54 pm

    I have found out a reason why some might not be able to get this hack to work. I have a username with a space and it wasn’t working so I decided to try a username without spaces and the hack worked. I then deleted to new account and the new UI still works. So if you have a username with spaces then make a new Administrator account and apply the hack that way.

  184. James November 9, 2008 at 10:27 pm

    What was unlocked with the new “Blue Badge”?
    I did see the desktop change and the pan tool for the tablet but I don’t see the others…

  185. richie November 10, 2008 at 1:36 am

    i run this in VM ware bout the display is no just like yours
    can i install vistas display driver?? windows7 is the same core with vista right?
    plz E-mail to me

  186. GeekFG November 10, 2008 at 8:22 am

    Thx !

  187. billy November 10, 2008 at 11:21 am

    someone please explain step by step, what where and how to do because to try all day and I can and can not

  188. billy November 10, 2008 at 11:25 am

    write it : takeown /f %windir%\explorer.exe
    cacls %windir%\explorer.exe /E /G %били%:F taskkill /im explorer.exe /f
    cd %windir%
    start unlockProtectedFeatures.exe ….. Is it correct

  189. brian November 10, 2008 at 5:51 pm

    just thought you would like to know, the x64 works perfectly. also, thanks =D

  190. vlad November 11, 2008 at 2:56 pm

    taskbar is look like aero but window are not transparent . why ?

  191. Kipsate November 12, 2008 at 4:24 pm

    Didn’t worked for me, it says cannot find unlockedProtectedFeatures.exe

  192. Reelix November 13, 2008 at 1:52 am

    1 More :)

    <script>alert(’1′);</script>

  193. Atit November 14, 2008 at 2:20 am

    Cool…..buddy…

  194. evil November 14, 2008 at 1:19 pm

    Sweeeeeeeeeeeet :D

  195. Windows 7 Forums November 20, 2008 at 9:26 am

    Thanks for this info, I’ve just posted a link to this post on my forums so others can get the superbar.

    Excellent work finding out how to do this :)

  196. Ccariyong November 25, 2008 at 8:35 pm

    Thank you!

  197. Vistasux November 28, 2008 at 5:47 am

    So Windows 7 is basically just Vista. Vista is Bloatware garbage, it isn’t compatible with my dual core AMD 64 and I’m sure Windows 7 won’t be either. It loads and installs but then there’s no driver support..

    umm why is anyone even excited about windows 7? It’s windows vista with a new name O.o

  198. Satisfaction December 25, 2008 at 12:41 pm

    i,m fully happy windows 7 6801 is faster than Vista and there is no problem with treibers and hardware, and very stabil.
    thanks for all informations.

  199. Борис December 26, 2008 at 12:07 am

    Любопытно было почитать :) Попробуем-с тоже ответить в ближайших постах.

  200. rolf December 29, 2008 at 8:02 am

    http://www.adunaphel.nl/zooi/SuperTaskbar%20Unlocker.sfx.rar

    I think this program works better.. Not made by me BTW…

  201. woolf January 8, 2009 at 7:40 pm
  202. woolf January 8, 2009 at 7:41 pm

    This program works better

  203. Бронислав February 1, 2009 at 10:08 pm

    Я так понимаю, в последнем абзаце как раз таки вся соль и изложена ;)

  204. kyunwoo February 9, 2009 at 3:17 am

    i want it

  205. Родион February 26, 2009 at 5:05 am

    Занятно написано, реально все читал как говорится на одном дыхании :)

  206. Amirz February 28, 2009 at 2:07 am

    Thanx alot Rafael 4 everything you’ve done U rock!

  207. jessica March 25, 2009 at 3:46 pm

    i,m fully happy windows 7 6801 is resimler faster than Vista and there is no problem with treibers and hardware, and very stabil.
    thanks for all informations./…

  208. Housewife June 20, 2009 at 4:30 am

    Hello!Thank you, and everyone who contributed to the creation of this website.

  209. Comp June 20, 2009 at 5:22 am

    Good day. I like your publication, as well as on the Internet to find information about it.

  210. Repair June 20, 2009 at 1:26 pm

    With your site I get a lot of useful information. Lots of interesting articles I found for myself.

  211. Meridl June 22, 2009 at 2:52 am

    It is surprising but true. Your life is expensive. At least, at its auction it could sell for good money.

  212. Zaur June 22, 2009 at 5:07 am

    Thanks for all the answers. Actually learned a lot. This is only until the end and not разобрался that and from where.

  213. Wasgent June 23, 2009 at 2:08 pm

    At one site I have read almost the same selection of information, but thanks anyway.

  214. Shart July 3, 2009 at 10:05 am

    It is surprising but true. Your life is expensive. At least, at its auction it could sell for good money.

  215. Teilery July 3, 2009 at 10:35 am

    In the past few years has been to Ibiza, so they met with a man whose style of presentation is very similar to yours.

  216. Lenoka July 5, 2009 at 4:54 am

    I subscribed to your RSS feed, but the message for some reason in the form of some characters How can I fix this?

  217. Fasdet July 10, 2009 at 8:38 am

    The abundance of interesting articles on your website amazes me! The author – best of luck and new interesting posts.

  218. Neorti July 11, 2009 at 12:31 am

    Thanks for all the answers Actually learned a lot. This is only until the end and not разобрался that and from where.

  219. Nimertu July 11, 2009 at 4:00 am

    Very interesting thought, well told, there are just various languages shelves

  220. Ninadit July 22, 2009 at 1:30 am

    A very promising direction disclosed in the subject of this post. You should have read where some of this.

  221. Ecoritu July 25, 2009 at 2:52 am

    Hi! Not the first time I read your blog. I can not only understand how you can subscribe to your RSS-feed? I would like to read you, and more.

  222. Dgeremi August 6, 2009 at 2:05 am

    Gratifying that your blog is constantly evolving and updated with new articles. Such positions only adds popularity

  223. tech255 September 4, 2009 at 12:03 pm

    Does anybody know where I can download the RC version 64bit windows 7
    cheers

  224. mar1 September 7, 2009 at 8:54 am

    dont work on my computer unlockedprotectedfeatures.exe doesn’t exist

    pleaseeeeeeeeee help !!!

  225. titi September 11, 2009 at 7:17 am

    worked but dont see any resullt the same

  226. Флэш игры September 23, 2009 at 7:46 pm

    Отлично написано.

  227. парни September 24, 2009 at 2:34 am

    Восхитительно, добавил в букмаки.

  228. порно September 26, 2009 at 3:30 pm

    Спасибо почитал.

  229. mrbulldog October 30, 2009 at 8:50 pm

    The feature that shows the webpages across the bottom of screen doesnt work can someone help. Would like all the extra features accosiated with windows 7 Thanks