-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResource Set.txt
50 lines (38 loc) · 1.09 KB
/
Resource Set.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Activations
-----------
1. Windows Activation (Massgrave)
irm https://massgrave.dev/get | iex
2. Windows Activation (Activated.win)
irm https://get.activated.win | iex
Utilities
---------
1. WinUtil
irm https://christitus.com/win | iex
2. Windows 10 Debloat
iwr -useb https://git.io/debloat | iex
Links
-----
1. All Windows Resources
tb.rg-adguard.net/public.php
2. Windows Server Dump
uupdump.net
3. Mac Activation
massgrave.dev/office_for_mac
Commands
--------
1. Install WingetUI
winget install -e --id SomePythonThings.WingetUIStore
2. Upgrade All Packages
winget upgrade --all --accept-package-agreements
SFC (System File Checker) Process
---------------------------------
1. Step 1: Run SFC /Scannow
sfc /scannow
2. Step 2: If Errors Found, Run DISM
DISM /Online /Cleanup-Image /RestoreHealth
3. Step 3: Run SFC /Scannow Again
sfc /scannow
Mac
--------
1. Homebrew combo
brew update; brew upgrade; brew cu --include-mas -a -f -y ; brew cleanup --prune=all; find "$(brew --prefix)/Caskroom" -type f '(' -name '*.dmg' -or -name '*.pkg' ')' -delete; brew doctor