Giter Site home page Giter Site logo

windows's Introduction

Windows

Package managers

  • Winget (Windows Package Manager)
    • predecessor: AppGet (shut down)
  • Chocolatey
  • Scoop
  • Microsoft Store

WinGet

https://github.com/microsoft/winget-cli

winget install firefox

Scoop

https://scoop.sh/

Update any installation

Active Directory

List my AD Roles

gpresult /V

Winget

Check your 'winget' installation in cmd: If winget is not available in cmd, install "App-Installer" in your Microsoft Store App.

Enable winget policies

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppInstaller /v EnableAppInstaller /t REG_DWORD /d "1" /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppInstaller /v EnableDefaultSource /t REG_DWORD /d "1" /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppInstaller /v EnableSettings /t REG_DWORD /d "1" /f

Tools Installation

Recommended tools:

winget install -e --accept-package-agreements --silent --id=OpenJS.NodeJS
winget install -e --accept-package-agreements --silent --id=Microsoft.VisualStudioCode
winget install -e --accept-package-agreements --silent --id Microsoft.SQLServerManagementStudio
winget install -e --accept-package-agreements --silent --id DominikReichl.KeePass
winget install -e --accept-package-agreements --silent --id Git.Git --source winget
winget install -e --accept-package-agreements --silent --id Docker.DockerDesktop
REM winget install -e --accept-package-agreements --silent --id Postman.Postman

winget install -e --accept-package-agreements --silent --id=Microsoft.VisualStudio.2022.Enterprise
--> Exitcode 1 (why?)

Optional tools:

winget install -e --accept-package-agreements --silent --include-unknown --id Microsoft.WindowsTerminal
winget install -e --accept-package-agreements --silent --include-unknown --id Atlassian.Sourcetree
winget install -e --accept-package-agreements --silent --include-unknown --id GitExtensionsTeam.GitExtensions
winget install -e --accept-package-agreements --silent --include-unknown --id=Notepad++.Notepad++
winget install -e --accept-package-agreements --silent --include-unknown --id=Ghisler.TotalCommander
winget install -e --accept-package-agreements --silent --include-unknown --id=Google.Chrome
winget install -e --accept-package-agreements --silent --include-unknown --id Mozilla.Firefox
winget install -e --accept-package-agreements --silent --include-unknown --id SumatraPDF.SumatraPDF

Upgrade all tools to latest verion:

--include-unknown: upgrade, if version is not in list

winget upgrade -all --force --silent --include-unknown

Search

winget search <appname>

Export/Import

winget export -o .\WinGetExport.json
winget import -i .\WinGetExport.json

Show folders

winget --info

Edit Settings

winget settings

File Search Tool everything

Install everything in your Windows machine: Best search tool ever: https://www.voidtools.com/

Android

scrcpy

Share android phone screen on windows PC: scrcpy

Microsoft PC Manager

windows's People

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.