Git Product home page Git Product logo

public-notes's Introduction

public-notes's People

Contributors

s7evinz avatar

public-notes's Issues

Windows 10 Initial Setup Checklist

  • Keyboard repeat.
    • image
  • Pin PowerShell to taskbar
  • Change capslock to ctrl using PowerShell (details)
  • Install Chocolatey
    • PS as Admin: Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  • choco install chocolateygui (web search: https://chocolatey.org/packages)
  • Install apps using choco see list of packages installed
  • Make Chrome default and sign in to sync.
  • Bootcamp: update Apple Software
  • Windows Check for Updates
  • Sign in Outlook, setup OneDrive (require update and restart).
  • iMac: Power & sleep
    • image

Step Details

Change capslock to ctrl

# run PS as Admin
$hexified = "00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00".Split(',') | % { "0x$_"};
$kbLayout = 'HKLM:\System\CurrentControlSet\Control\Keyboard Layout';
New-ItemProperty -Path $kbLayout -Name "Scancode Map" -PropertyType Binary -Value ([byte[]]$hexified);

Source

Chocolatey packages installed

For a complete list, update the packages to latest, then export the config file from choco GUI. Use choco install package.config in another machine.

  • Google Chrome
  • Node JS
  • Spoify
  • Steam
  • Firefox
  • Fiddler
  • Logitech Gaming Software
  • Logitech Options
  • Origin
  • iCloud
  • VSCode

Before Abandoning My Current Setup

  • You've backed up Logitech Options and Gaming Software settings

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.