Wanna get rid of the charms bar...? Here's how....


Recommended Posts

Ok, I noticed something. By adding the exe to startup, I seemed to lose my "show desktop" functions. Removing it, and manually clicking it returned the function.

I have repeated the process several times now, and it happens each time. Loading the exe via the startup folder breaks the "show desktop" function. Running the exe outside of the startup folder, does not. Funny.

How do you access things like shutdown, wifi, user settings etc. without Metro?

How do you access them in 7 without the start menu ?

Same way.

I just made a toolbar on the taskbar for explorer and added the right click shutdown and restart menu

This thread is terrifying.

Deleting Windows.UI.Immersive will break, among a million other things, all system dialogs / context menus / tooltips... I don't even understand how you could get the shell to start after doing this.

And the other ones... my god, if you knew the things that lived in these binaries you wouldn't even think to touch them.

If you guys are so inclined to destroy your systems, why not just stick with Windows 7?

I can only see some of you going to friends/relatives machines doing this, and bricking their machines. You have no clue what are in those binaries, and what deleting them causes the system underneath.

  • Like 3

If you guys are so inclined to destroy your systems, why not just stick with Windows 7?

I can only see some of you going to friends/relatives machines doing this, and bricking their machines. You have no clue what are in those binaries, and what deleting them causes the system underneath.

Hard to imagine "8" being any more broke than it already is, I say let them hack away, as long as it's not harming you or anyone else then let them go.

bricking their machines.

uhm.. it won't be "Bricked" the only way to actually brick a computer is to corrupt the bios (power off during bios flash). Worst case scenerio, you put recovery disk in, run an sfc check replace the files and you are back in business.

If windows bricked your computer due to a file being deleted.. they would have a lot more issues on their hands.

Yeah because people like you make this clunky hacks, post them online, and tell people to use them because you HATE the new full-screen start menu so much. Then people go around ****ing their computers up when it is easier to just spend 10 minutes learning how the new OS works.

I don't care for Metro on my desktop. I use it as a full-screen start menu and widget screen. That's all. I only use desktop programs, and it works totally fine. The new things like the new Task Manager and the power user menu (Win+X) are just awesome. I'm constantly pressing Win+X on Windows 7 machines to quickly realize that it isn't available.

  • Like 2

This thread is terrifying.

Deleting Windows.UI.Immersive will break, among a million other things, all system dialogs / context menus / tooltips... I don't even understand how you could get the shell to start after doing this.

And the other ones... my god, if you knew the things that lived in these binaries you wouldn't even think to touch them.

Why not? I think that's why there are pre-release previews in the first place, if MS engineers were always correct, there is simply no need for a preview(beta or whatever).

I wouldn't touch my win7's SF's because it is my main OS, but I thought I still have the luxury of doing anything with win8 preview's, in the worst scenario I just need another 15 minutes to re-install.

And....the MS engineers had decided in Vista/Win7 that RTM numbers should be multiple of 16, but if win8RTM would be 8600 as rumored, then they over-rode their own "correct decisions".

Again, I never advocated deleting any binaries, so perhaps you should your facts straight.

Not you, personally, but this thread is:

I just removed these files from C:\Windows\System32 in Windows 8 and it has permanently killed Metro, Boots to Desktop too

Capture.PNG

Not without some side effects though, No desktop Icons / Taskbar shortcuts although they all still work if you can remember which are which

Going to try adding different files back and see if I can't get the normal desktop back without Metro

EDIT - Replacing Windows.UI.dll has brought the Desktop Icons back after hitting F5

Alright guys, this is getting out of hand on both sides.

My own view is that if people want to be adventurous and see what happens when they tweak the OS, more power to them. If they want to share their findings, great. Encouraging others to do so, that is something else.

However this thread has degenerated into another debate and we've seen enough of that already.

Going to close this for now for some cool off time.

edit: Please continue discussion. Don't engage in another debate here; there are many other threads for that.

  • Like 2

This thread is terrifying.

And the other ones... my god, if you knew the things that lived in these binaries you wouldn't even think to touch them.

Metro *is* malware for most of them who like their productivity. :p So this tool is the perfect Metro kill-switch. Kills all visible traces of the Start screen or its apps. :p

Metro *is* malware for most of them who like their productivity. :p So this tool is the perfect Metro kill-switch. Kills all visible traces of the Start screen or its apps. :p

And does a hell of a number on the OS as a whole, too. Can't wait for things to explode in their faces. :p

And does a hell of a number on the OS as a whole, too. Can't wait for things to explode in their faces. :p

I'd rather have a semi broken Windows 8 without the metro start, than a fully broken on with metro.

  • Like 3

Metro *is* malware for most of them who like their productivity. :p So this tool is the perfect Metro kill-switch. Kills all visible traces of the Start screen or its apps. :p

I saw some guys telling people not to touch the binaries, well, it's people like xpclient, pandaX, vizion etc, who had been working on the window's binaries and gave us good work-around features.
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Thank god they got rid of the disgusting looking sidebars, and the corner radius looks much better, too. Two things I hated on day one, and never got used to.
    • JetBrains launches Rider 2026.2 EAP 5, bringing several AI improvements by David Uzondu JetBrains has released the fifth EAP version of Rider 2026.2, bringing a faster startup flow with the new non-modal startup screen and quality-check hooks for Claude Code and Codex. In the latest EAP release, Rider now has newly bundled "quality-check" hooks that run background tests on code edits before the external agent proceeds. For example, after Claude Code rewrites a class, Rider immediately triggers a PostToolUse hook that analyzes the code for syntax errors and formatting warnings. It then passes those findings back to the model as feedback, allowing the agent to fix its own output before finalizing the task. If Rider detects compilation errors, the IDE prevents the agent from treating the task as complete, while minor formatting warnings simply help guide the model toward better output. The "Explain with AI" feature can now tackle tricky build errors directly from the console, helping .NET developers who frequently wrestle with multi-targeting failures and MSBuild errors. JetBrains introduced Explain with AI back in the 2024.1 release cycle. With this feature, instead of forcing developers to copy long diagnostics into a separate chat window, Rider now lets you trigger these explanations directly from the error source. In similar EAP news, JetBrains recently opened the first EAP for IntelliJ IDEA 2026.2, with features that appeal to both those who are into AI-assisted coding and those who prefer "classic" manual development. For manual developers, the release adds revamped dependency completion for Maven and Gradle build scripts, which pulls data directly from the local cache to suggest relevant versions. It also brings the Spring Debugger update, displaying security indicators next to endpoints to visualize secured routes during runtime. In addition to database migration tools for Flyway and Liquibase, this build introduces a Hibernate debugger that shows the exact SQL or HQL queries that the framework plans to execute, letting developers jump directly to the Java code that triggered them.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      502
    2. 2
      PsYcHoKiLLa
      222
    3. 3
      ATLien_0
      87
    4. 4
      Steven P.
      80
    5. 5
      +Edouard
      80
  • Tell a friend

    Love Neowin? Tell a friend!