Skip to content

Instantly share code, notes, and snippets.

@4mirul
Last active June 15, 2023 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4mirul/a4664606a796e50b78548287944d47c9 to your computer and use it in GitHub Desktop.
Save 4mirul/a4664606a796e50b78548287944d47c9 to your computer and use it in GitHub Desktop.
windows-and-notes
7zip.install
adb
amd-ryzen-chipset
amd-ryzen-master
angryip
arduino
autohotkey
beekeeper-studio.install
carnac
chocolateygui
cinebench
cpu-z.install
crystaldiskinfo
curl
discord.install
drawio
epicgameslauncher
ferdium
firefox-dev
git
github-desktop
googlechrome
googlechrome
gpu-z
grep
hwinfo.install
hwmonitor
inkscape
k-litecodecpack-standard
mediainfo
mpv.install
msiafterburner
nfopad
nodejs.install
obs-studio.install
openhardwaremonitor
postman
prime95
python
qbittorrent
rpi-imager
rufus.install
sandboxie.install
scrcpy
slack
subtitleedit
sudo
thunderbird
treesizefree
vim
virtualbox
vscode.install
wget
winamp
wireguard
wireshark
zentimings
amd adrenalin
cryptowatch
davinci resolve
electrum
exoduswallet

Windows Setup

Download Windows installation media at link

For Windows, use Rufus or Windows USB/DVD Download Tool

For Linux, use WoeUSB to create a bootable USB drive with the Windows installation media

For install alongside of other OS, remove that OS drive before booting installation media

Post-Installation

Install Chocolatey link

Install Choco packages, choco install <package> <package1> <package2> -y

Install Winget packages, winget install <package>, or use winget.run

Install Other software link

Change Windows basic settings

Firefox Developer Edition setting

Login Firefox account

Install one-line-firefox

Additional

Export installed windows applications using Get-WmiObject -Class Win32_Product | select Name, Version | Out-File .\installed.txt

choco cheatsheet

Update/Upgrade all packages sudo choco cup -all

1. `choco install <package>`: Installs a package from the Chocolatey repository.
   Example: `choco install googlechrome`

2. `choco uninstall <package>`: Uninstalls a package.
   Example: `choco uninstall git`

3. `choco update <package>`: Updates a package to the latest version.
   Example: `choco update nodejs`

4. `choco list`: Lists all installed packages.

5. `choco search <package>`: Searches for a package in the Chocolatey repository.
   Example: `choco search python`

6. `choco upgrade all`: Upgrades all installed packages to their latest versions.

7. `choco upgrade <package>`: Upgrades a specific package to the latest version.
   Example: `choco upgrade vscode`

8. `choco pin add -n=<package>`: Pins a package to prevent it from being automatically upgraded.
   Example: `choco pin add -n=firefox`

9. `choco pin remove -n=<package>`: Removes a pin from a package, allowing it to be upgraded again.
   Example: `choco pin remove -n=firefox`

10. `choco outdated`: Lists all installed packages that have available updates.

winget cheatsheet

1. `winget install <package>`: Installs a package from the Microsoft Store or other sources.
   Example: `winget install microsoft-edge`

2. `winget uninstall <package>`: Uninstalls a package.
   Example: `winget uninstall vscode`

3. `winget upgrade`: Upgrades all installed packages to their latest versions.

4. `winget upgrade <package>`: Upgrades a specific package to the latest version.
   Example: `winget upgrade git`

5. `winget list`: Lists all installed packages.

6. `winget search <package>`: Searches for a package in the winget repository.
   Example: `winget search python`

7. `winget source list`: Lists all configured package sources.

8. `winget source add -n <name> -u <url>`: Adds a new package source.
   Example: `winget source add -n MySource -u https://example.com/repo`

9. `winget source update -n <name>`: Updates a specific package source.
   Example: `winget source update -n MySource`

10. `winget source remove -n <name>`: Removes a package source.
    Example: `winget source remove -n MySource`
Google.Drive
Microsoft.DotNet.DesktopRuntime.7
Microsoft.DotNet.Framework.DeveloperPack_4
Microsoft.DotNet.Runtime.7
Microsoft.DotNet.SDK.7
Microsoft.VisualStudio.2022.Community.Preview
Microsoft.VisualStudioCode
Mozilla.Firefox.DeveloperEdition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment