system_setup
Differences
This shows you the differences between two versions of the page.
system_setup [2023/01/27 03:29] โ [Windows Set Up] stephen | system_setup [2023/02/21 22:31] (current) โ external edit 127.0.0.1 | ||
---|---|---|---|
Line 52: | Line 52: | ||
winget install --id ' | winget install --id ' | ||
winget install --id ' | winget install --id ' | ||
+ | winget install --id ' | ||
winget install --id ' | winget install --id ' | ||
winget install --id ' | winget install --id ' | ||
Line 57: | Line 58: | ||
winget install --id ' | winget install --id ' | ||
winget install --id ' | winget install --id ' | ||
+ | winget install --id ' | ||
winget install --id ' | winget install --id ' | ||
winget install --id ' | winget install --id ' | ||
Line 75: | Line 77: | ||
- Set up [[powershell_setup|PowerShell]] | - Set up [[powershell_setup|PowerShell]] | ||
- Set up [[windows_terminal|Windows Terminal]] | - Set up [[windows_terminal|Windows Terminal]] | ||
+ | - Set up [[git_cheat_sheet|Git]] | ||
- Settings > Power | - Settings > Power | ||
- Settings > Remote Desktop. | - Settings > Remote Desktop. | ||
Line 82: | Line 85: | ||
- Notepad++: Enable dark mode. | - Notepad++: Enable dark mode. | ||
- Notepad++: Style Configurator, | - Notepad++: Style Configurator, | ||
- | |||
< | < | ||
Line 118: | Line 120: | ||
- [Registry Editor] HKEY_USERS > .DEFAULT > Control Panel > Keyboard | - [Registry Editor] HKEY_USERS > .DEFAULT > Control Panel > Keyboard | ||
- [Registry Editor] Set the value of ' | - [Registry Editor] Set the value of ' | ||
+ | |||
+ | ==== Scheduled Task Setup ==== | ||
+ | |||
+ | - Run the following:< | ||
+ | schtasks /Create /RU " | ||
+ | schtasks /Create /RU " | ||
+ | schtasks /Create /RU " | ||
+ | </ | ||
+ | - **Launch AHK Shortcuts at startup**: | ||
+ | - Trigger: At log on | ||
+ | - Actions: Program/ | ||
+ | - Actions: Arguments: ''/ | ||
+ | - Actions: Start in: '' | ||
+ | - **Hourly maintenance**: | ||
+ | - Trigger: Settings: '' | ||
+ | - Trigger: Start: (Today) '' | ||
+ | - Trigger: โ Repeat task every: '' | ||
+ | - Trigger: for a duration of: '' | ||
+ | - Actions: Program/ | ||
+ | - Actions: Arguments: ''" | ||
+ | - Actions: Start in: '' | ||
+ | - **Daily maintenance**: | ||
+ | - Trigger: Settings: '' | ||
+ | - Trigger: Start: (Today) '' | ||
+ | - Trigger: Recur every: '' | ||
+ | - Trigger: for a duration of: '' | ||
+ | - Actions: Program/ | ||
+ | - Actions: Arguments: ''" | ||
+ | - Actions: Start in: '' | ||
==== Temp Directory Setup ==== | ==== Temp Directory Setup ==== | ||
Line 156: | Line 187: | ||
- Right click it > Pin to Start. | - Right click it > Pin to Start. | ||
- Delete shortcut on desktop. | - Delete shortcut on desktop. | ||
- | |||
- | |||
- | ===== Software Installs ===== | ||
- | |||
- | ==== Chocolatey ==== | ||
- | |||
- | - Open up a command line as administrator. | ||
- | - Change PowerShell execution policy:< | ||
- | powershell set-executionpolicy unrestricted | ||
- | </ | ||
- | - Install Chocolatey:< | ||
- | @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString(' | ||
- | choco feature enable -n=allowGlobalConfirmation | ||
- | </ | ||
- | - Set final PowerShell execution policy:< | ||
- | set-executionpolicy remotesigned -scope currentuser | ||
- | set-executionpolicy remotesigned -scope localmachine | ||
- | </ | ||
- | |||
- | ==== Bulk Software Install ==== | ||
- | |||
- | Copy the following to a ps1 file and run in PowerShell (run as administrator). | ||
- | <code powershell> | ||
- | # Frameworks | ||
- | cinst DotNet3.5 | ||
- | cinst DotNet4.5 | ||
- | |||
- | # Browsers | ||
- | cinst Firefox | ||
- | cinst GoogleChrome | ||
- | cinst opera | ||
- | |||
- | # Essentials | ||
- | cinst malwarebytes | ||
- | cinst notepadplusplus --x86 | ||
- | cinst vscode # Doesn' | ||
- | cinst 7zip | ||
- | cinst spotify | ||
- | cinst foobar2000 | ||
- | cinst veracrypt | ||
- | cinst vlc | ||
- | cinst autohotkey_l | ||
- | cinst everything | ||
- | |||
- | # Recommended | ||
- | cinst gimp | ||
- | cinst paint.net # Doesn' | ||
- | cinst windirstat | ||
- | cinst filezilla | ||
- | cinst sumatrapdf | ||
- | cinst jpegview | ||
- | cinst Lastpass | ||
- | cinst sharex | ||
- | |||
- | # Dev only | ||
- | cinst git | ||
- | cinst tortoisesvn | ||
- | cinst nodejs | ||
- | cinst gitkraken | ||
- | cinst winmerge # Install after TortoiseSVN | ||
- | cinst sysinternals # Installs to C: | ||
- | cinst fiddler4 | ||
- | cinst ConEmu # Download ConEmu Preview, Installer (32-bit, 64-bit) | ||
- | cinst virtualbox | ||
- | cinst qbittorrent | ||
- | |||
- | # Optionals | ||
- | cinst InkScape | ||
- | cinst libreoffice | ||
- | cinst googleearth | ||
- | cinst anki | ||
- | cinst babelmap # Might need manual install. | ||
- | cinst dropbox | ||
- | cinst megasync ? | ||
- | |||
- | # Others | ||
- | # cinst javaruntime # Fuck Java. Fuck it in the ass. Do not install. | ||
- | cinst pscx # PowerShell Community Extensions | ||
- | cinst Silverlight | ||
- | cinst flashplayerplugin | ||
- | cinst cwrsync | ||
- | cinst wget | ||
- | </ | ||
- | |||
- | Note errors and check / fix them. | ||
==== Tall Guy Software ==== | ==== Tall Guy Software ==== | ||
Line 298: | Line 244: | ||
See [[chrome_brave_setup|Chrome / Brave Setup]]. | See [[chrome_brave_setup|Chrome / Brave Setup]]. | ||
- | ==== Window PowerShell ISE ==== | ||
- | |||
- | - Tools > Options | ||
- | - [Options] First, click ' | ||
- | - [Manage Themes] Select 'Dark Console, Dark Editor' | ||
- | - [Manage Themes] Click OK. | ||
- | - [Options] Then, set 'Font Family' | ||
- | - [Options] Set 'Font Size' to 10. | ||
- | - [Options] Click OK. | ||
==== 7-Zip ==== | ==== 7-Zip ==== |
system_setup.1674790141.txt.gz ยท Last modified: 2023/01/28 04:29 (external edit)