Wiki source code of Apple

Version 6.1 by Drunk Monkey on 2021-11-03 08:35

Show last authors
1 {{box cssClass="box floatinginfobox" title="**Quick Links**"}}
2 {{toc start="2" depth="5" numbered="true"/}}
3 {{/box}}
4
5 == Downgrade Big Sur (11.x) to Catalina (10.15) ==
6
7 1. download the Catalina installer for 10.15 ( [[https:~~/~~/support.apple.com/en-in/HT201372>>https://support.apple.com/en-in/HT201372]] ) from the apple app store (8GB). After downloading, the OS will try to run the installer and fail giving an error message. Just dismiss the dialog window and continue on.
8 1. "createinstallmedia" via the terminal window:
9 11. ##sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia ~-~-volume /Volumes/MyVolume##
10
11 == Disable MacBook Pro Dedicated GPU ==
12
13
14 Important Notes:
15
16 * I have recently come up with a MUCH better, PERMANENT solution to this issue, which I'd recommend using instead, if your AMD GPU has failed. This method will also allow brightness control and sleep mode to continue working as normal. More info can be found [[here>>url:https://doslabelectronics.com/Demux]].
17 * After performing the steps below, sleep mode and brightness control will NOT work properly on your system.
18
19 1. First, ensure your machine is completely shut down (You can press Control + Option + Shift + Power keys to reset the SMC).
20 1. Now, boot your machine while holding the Command + S keys. As the system boots, it should display white text on a black screen, and should eventually stop at a prompt.
21 1. At this prompt, enter the following command and press Return: 
22 ##nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00##
23 1. Next, enter reboot,  and press Return.
24 1. Immediately after running the reboot command, hold down Command + R (if you're running OS X 10.11 or later) to boot into Recovery Mode. If you don't have a Recovery Partition, you can boot from a Mac OS installer USB drive.
25 1. Once booted in Recovery Mode, open Terminal, and run the following command:
26 ##csrutil disable##
27 1. Reboot the system.
28 1. Once the system reboots, it should now successfully boot into your install of OS X. Now, you'll need to download the program found [[here>>url:http://dosdude1.com/apps/MacBook%20Pro%20dGPU%20Disabler.zip]].
29 1. Run the program, follow the prompts, and enter your password when prompted.
30 1. Once the tool finishes running, your system should now run without the dedicated graphics, and should work completely normally.
31
32 == Essential Keyboard Shortcuts for Mac ==
33
34 (% class="min" %)
35 |=Shortcut|=Action
36 |**Startup Shortcuts**|
37 |C|Boot from Optical Drive
38 |D|Boot to Apple Diagnostics
39 |N|Boot from a network server
40 |T|Boot in Target Disk Mode
41 |Shift|Boot in Safe Mode
42 |Cmd + R|Boot to macOS Recovery
43 |Option + Cmd + R|Boot to macOS Recovery over the internet
44 |Cmd + S|Boot in Single-User Mode
45 |Cmd + V|Boot in Verbose Mode
46 |Option|Boot to Startup Manager, to pick other startup disks if available
47 |Cmd + Option + P + R|Reset NVRAM or PRAM
48 |Shift + Control + Option|Reset SMC
49 |F12 or trackpad button|Eject removable media
50 |Left Shift|Disable automatic login (if enabled)
51 |Shift|(at login screen) Prevent Login items / Previous Windows
52 |**Global Shortcuts**|
53 |Shift + Cmd + 3|Take screenshot of entire screen
54 |Shift + Cmd + 4|Take screenshot of selected area
55 |Shift + Cmd + 4, then Space|Take screenshot of selected window
56 |Cmd + A|Select all
57 |Cmd + F|Find
58 |Cmd + H|Hide current window
59 |Option + Cmd + H|Hide all other windows
60 |Cmd + M|Minimize current window
61 |Option + Cmd + M|Minimize all windows
62 |Cmd + W|Close current window
63 |Option + Cmd + W|Close all windows
64 |Cmd + O|Open
65 |Cmd + P|Print
66 |Cmd + S|Save
67 |Cmd + C|Copy
68 |Cmd + V|Paste (copy)
69 |Option + Cmd + V|Paste (cut) i.e. move copied item to current location
70 |Shift + Option + Cmd + V|Paste and match style
71 |Cmd + Z|Undo
72 |Cmd + ?|Help
73 |Cmd + , (Comma)|Open Preferences for current app
74 |Cmd + Space|Open Spotlight search
75 |Cmd + Tab|Switch to the next open app
76 |Cmd + ~~ (Tilde)|Switch to the next window in the current app
77 |Control + Cmd + Q|Lock the screen
78 |Shift + Cmd + Q|Log out
79 |Option + Shift + Cmd + Q|Log out instantly
80 |Cmd + Option + Esc|Force quit
81 |Cmd + Option + Eject|Activate Sleep mode
82 |Shift + Control + Eject|Put display(s) to sleep
83 |Cmd + Control + Eject|Quit all apps and restart
84 |Control + Eject|Choose from Sleep, Restart, and Shutdown options
85 |**Finder Shortcuts**|
86 |Enter|Rename selected file or folder
87 |Space|Open preview of selected file
88 |Option + Space|Open preview of selected file in fullscreen mode
89 |Shift + Cmd + G|Go to folder...
90 |Shift + Cmd + N|Create new folder
91 |Shift + Cmd + Delete|Empty the Trash folder
92 |Option + Shift + Cmd + Delete|Empty the Trash folder immediately
93 |Cmd + 1|Icon View
94 |Cmd + 2|List View
95 |Cmd + 3|Column View
96 |Cmd + D|Duplicate selected file or folder
97 |Cmd + I|Get info
98 |Cmd + J|View options
99 |Cmd + N|Open new Finder window
100 |Cmd + T|Open new Finder tab
101 |Cmd + [|Back
102 |Cmd + ]|Forward
103 |Cmd + Delete|Move selected item(s) to Trash
104 |Cmd + Up|Move up one folder
105 |Cmd + Down|Move down one folder
106 |Cmd + Option + I|Show Attributes Inspector
107 |Cmd + Control + N|With files selected, create a new folder and immediately move selected files into that folder