Giter VIP home page Giter VIP logo

clean-start-tiles's Introduction

Clean Start Tiles

** Remove all pinned tiles in the Start Menu **

Harry Tuttle

Overview

While Windows 10 is an improvement in many ways, Microsoft has seen fit to spam every new install with tons of 'live tiles' and pinned apps, with no gui-based way to remove them in mass.

The average user does not need or want these tiles, and they get in the way of tiles actually pinned by the user.

Thanks to apparently prolific work of some German dude, copious copypasta exists to tackle the issue. Unfortunately, this tends to involve:

  • a properly configured Powershell, in advance,
  • familiarity with ad-hoc Powershell development,
  • the user explicitly naming each tile to be removed (without a hint of how to browse the proper ids).
  • the shameless violation of DRY as magic stings are plastered across conditionals.

All of which is fine for building system images, but it in no way meets the needs of the highly mobile admistrator who actually works with normal consumer systems outside the ivory tower of enterprise (e.g. the Harry Tuttle).

This is my attempt to solve that crisis, so that users might survive the oversight and hubris of both Microsoft and the tech community at large.

Go forth and be free.

:: Jolly Wizard

Usage

  • Ensure powershell scripts have permission to run.
  • Have the .ps1 (cli-script) and .psm1 (module-library) in the same folder.
  • Run the .ps1 file with powershell.
    • e.g. right-click file menu -> Run with Powershell.
    • e.g. terminal -> powershell ./clean-start-tiles.ps1
    • etc.
  • Enter y to confirm that all tiles should be unpinned.

Permission Helpers

Powershell does not have permission to execute scripts by default (on most systems).

To use this tool, you need to make sure script permission is enabled.

.bat scripts are included to enable and disable script permission at the user level.

  • Run ps.scripts.enable.bat to enable powershell script execution.
  • Run ps.scripts.disable.bat to disable powershell script execution.

Known Issues

  • Only works with tiles registered under the COM Application clsid. Other types of tiles exist, but their location / clsid is currently unknown.

  • Only works in english (by default). To localize, change the $UNPIN_LABEL in the module file to whatever the right-click option to unpin from start says.

  • No undo (yet). If you confirm the action, you will need to repin any pins you do want by hand.

clean-start-tiles's People

Contributors

jollywizard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

mhornsby

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.