GithubHelp home page GithubHelp logo

faizahmadse / windowscustomizations Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amreldib/windowscustomizations

0.0 2.0 0.0 4 KB

Registry entries to customize Windows

PowerShell 100.00%

windowscustomizations's Introduction

Windows Customizations

This is a repository of registry entries to customize Windows.

Naming

Some rules for including entries to keep things organized:

  • Each entry should do one thing, as much as possible.
  • Each entry to add something should have an entry to remove that thing.
  • Include the source of where you found this information.
  • Entries should be named to allow for easy sorting.
    Example:
This PC - User Folders - Add - 3D-Objects.reg

The name is clear, but it also makes for easy sort.
This PC is a category. User Folders is one item under this category, other items could be added later.
Add indicates that this entry will enable this feature. 3D-Objects is the feature to be enabled.
Words in the name are spaced out and delimited to allow for easy reading in a long list.
All this enables discovery.

Run

To quickly import entries that you've specified. Run the PowerShell script named _ImportMyCustomizations.ps1
Entries to import must be listed in a file named _MyCustomizations.txt
To easily create this file, in the command line use:

dir *.reg /b > _MyCustomizations.txt

Or, in PowerShell

Get-ChildItem *.reg | Select-Object -ExpandProperty Name > _MyCustomizations.txt

Then, remove all the additional entries you don't need.

windowscustomizations's People

Contributors

amreldib avatar

Watchers

 avatar  avatar

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.