User Tools

Site Tools


system_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

system_setup [2023/01/26 03:37] stephensystem_setup [2023/02/21 22:31] (current) – external edit 127.0.0.1
Line 52: Line 52:
 winget install --id '7zip.7zip' winget install --id '7zip.7zip'
 winget install --id 'SumatraPDF.SumatraPDF' winget install --id 'SumatraPDF.SumatraPDF'
 +winget install --id 'sylikc.JPEGView'
 winget install --id 'TheDocumentFoundation.LibreOffice' winget install --id 'TheDocumentFoundation.LibreOffice'
 winget install --id 'GIMP.GIMP' winget install --id 'GIMP.GIMP'
Line 57: Line 58:
 winget install --id 'Spotify.Spotify' winget install --id 'Spotify.Spotify'
 winget install --id 'PeterPawlowski.foobar2000' winget install --id 'PeterPawlowski.foobar2000'
 +winget install --id 'Google.AndroidStudio'
 winget install --id 'Lexikos.AutoHotkey' winget install --id 'Lexikos.AutoHotkey'
 winget install --id 'Anki.Anki' winget install --id 'Anki.Anki'
Line 68: Line 70:
   - Start: Unpin crap.   - Start: Unpin crap.
   - Taskbar: Turn off search & widget, unpin crap.   - Taskbar: Turn off search & widget, unpin crap.
 +  - Install the FiraCode Nerd Font.
 +    - Download the **FiraCode Nerd Font** from [[https://www.nerdfonts.com/font-downloads|Nerd Fonts]].
 +    - Extract the zip.
 +    - Search for ''Windows Compatible'' and delete them.
 +    - Install the 12 remaining font files.
   - Set up [[powershell_setup|PowerShell]]   - Set up [[powershell_setup|PowerShell]]
-  - Windows Terminal → default terminal application+  - Set up [[windows_terminal|Windows Terminal]] 
 +  - Set up [[git_cheat_sheet|Git]] 
 +  - Settings > Power 
 +  - Settings > Remote Desktop.  
 +  - Explorer: Set up options. 
 +  - Language & regional set up. Control Panel > Clock and Region. 
 +  - Back up BitLocker recovery keys to password manager. 
 +  - Notepad++: Enable dark mode
 +  - Notepad++: Style Configurator, FiraCode Nerd Font Mono + enable global font
  
 <code> <code>
-OS:  
-OS:  
-OS:  
-OS:  
-OS:  
 OS: Windows features. OS: Windows features.
-OS: Install FiraCode Nerd Font. 
-OS: Explorer > Options. 
-OS: Install Fira Code font. 
-Install SQL Server 2022 Developer Edition 
-OneDrive: Turn off 'backups'. 
-OS:  
-Notepad++: Enable dark mode. 
-OS: PowerShell: set-executionpolicy Unrestricted -scope currentuser 
-Install CrowdStrike. 
-Install DriveStrike. 
-Install Vanta. 
-Notepad++: Style Configurator, FiraCode Nerd Font Mono + enable global font 
 Visual Studio Code: Set up sync. Visual Studio Code: Set up sync.
-Terminal: Default profile: 'PowerShell' (which is 7.x) 
 Zoom: Set up video & audio settings. Zoom: Set up video & audio settings.
-OS: BitLocker, verify enabled, backup restore key. 
-OS: Set up PowerShell profile script. 
-Terminal: Defaults > Appearance, Font FiraCode Nerd Font Mono, Font size 10. 
-OS: PowerShell: Oh-my-posh set up. 
 Git: Set up settings. Git: Set up settings.
 AHK: Set up auto load & new bin location. AHK: Set up auto load & new bin location.
-OS: Desktops set up. 
-OS: Language & regional set up. 
 Visual Studio: Install desktop dev. Visual Studio: Install desktop dev.
 Visual Studio: Extensions. Visual Studio: Extensions.
Line 122: Line 112:
   - Time and language > Date and time > Set up Formats   - Time and language > Date and time > Set up Formats
   - Time and language > Region and language > Install 'English (New Zealand)'.   - Time and language > Region and language > Install 'English (New Zealand)'.
- 
-  - Control Panel > System and Security. 
-  - [System and Security] System > Allow remote access. 
-  - [System Properties] Remote tab > Remote Desktop > Allow remote connections to this computer. 
- 
-  - [Windows Explorer] View > Options. 
-  - [Windows Explorer, Folder Options] View tab, Advanced settings: 
-    - Check 'Display the full path in the title bar'. 
-    - Uncheck 'Hide protected operating system file'. 
-    - There must be others?!?! 
  
   - Win, Win+I (settings charm)   - Win, Win+I (settings charm)
Line 141: Line 121:
   - [Registry Editor] Set the value of 'InitialKeyboardIndicators' to '2'. If that doesn't work, try '2147483650'.   - [Registry Editor] Set the value of 'InitialKeyboardIndicators' to '2'. If that doesn't work, try '2147483650'.
  
-  - (Disable automatic restart after Windows Update) +==== Scheduled Task Setup ==== 
-  - Try the second part of this[[http://superuser.com/questions/957267/how-to-disable-automatic-reboots-in-windows-10|Disable that stupid shit]] + 
-  - If that doesn't work, install Group Policy Edit (see Mega > System setup > Hard to get installs > add_gpedit_msc_by_jwils876-d3kh6vm.zip). +  - Run the following:<code> 
-  Try the first part of this[[http://superuser.com/questions/957267/how-to-disable-automatic-reboots-in-windows-10|Disable that stupid shit]] +schtasks /Create /RU "rimu\micro" /SC ONLOGON /TN "Launch AHK Shortcuts at startup" /TR "cmd" /IT /V1 
-  Try this [[http://lifehacker.com/stop-windows-from-restarting-your-computer-after-update-509712123|Disable that stupid shit]]+schtasks /Create /RU "rimu\micro" /SC ONLOGON /TN "Hourly maintenance" /TR "D:\Bin\Common\Bin\PowerShellRunner\PowerShellRunner.exe" /IT /V1 
 +schtasks /Create /RU "rimu\micro" /SC ONLOGON /TN "Daily maintenance" /TR "D:\Bin\Common\Bin\PowerShellRunner\PowerShellRunner.exe" /IT /V1 
 +</code> 
 +  **Launch AHK Shortcuts at startup**: 
 +    Trigger: At log on 
 +    Actions: Program/script: ''cmd'' 
 +    Actions: Arguments: ''/c "start autohotkey.exe Shortcuts.ahk"'' 
 +    Actions: Start in: ''D:\Bin\Rimu\Auto Hot Key'' 
 +  - **Hourly maintenance**: 
 +    - Trigger: Settings: ''One time'' 
 +    Trigger: Start: (Today''12:00:00 am'' 
 +    Trigger: ✔ Repeat task every: ''1 hour'' 
 +    - Trigger: for a duration of: ''Indefinitely'' 
 +    - ActionsProgram/script: ''"D:\Bin\Common\Bin\PowerShellRunner\PowerShellRunner.exe"'' 
 +    Actions: Arguments: ''"Hourly maintenance.ps1"'' 
 +    Actions: Start in: ''D:\Bin\Rimu\Maintenance Scripts'' 
 +  **Daily maintenance**: 
 +    Trigger: Settings: ''Daily'' 
 +    Trigger: Start: (Today) ''12:30:00 pm'' 
 +    Trigger: Recur every: ''1'' days 
 +    Trigger: for a duration of: ''Indefinitely'' 
 +    ActionsProgram/script: ''"D:\Bin\Common\Bin\PowerShellRunner\PowerShellRunner.exe"'' 
 +    Actions: Arguments: ''"Daily maintenance.ps1"'' 
 +    Actions: Start in: ''D:\Bin\Rimu\Maintenance Scripts''
  
 ==== Temp Directory Setup ==== ==== Temp Directory Setup ====
Line 184: 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:<code> 
-powershell set-executionpolicy unrestricted 
-</code> 
-  - Install Chocolatey:<code> 
-@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin 
-choco feature enable -n=allowGlobalConfirmation 
-</code> 
-  - Set final PowerShell execution policy:<code> 
-set-executionpolicy remotesigned -scope currentuser 
-set-executionpolicy remotesigned -scope localmachine 
-</code> 
- 
-==== 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't seem to work. Might be a manual install. 
-cinst 7zip 
-cinst spotify 
-cinst foobar2000 
-cinst veracrypt 
-cinst vlc 
-cinst autohotkey_l 
-cinst everything 
- 
-# Recommended 
-cinst gimp 
-cinst paint.net # Doesn't seem to work. Might be a manual install. 
-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:\ProgramData\chocolatey\bin 
-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 
-</code> 
- 
-Note errors and check / fix them. 
- 
-==== Fonts ==== 
- 
-  - Download the **FiraCode Nerd Font** from [[https://www.nerdfonts.com/font-downloads|Nerd Fonts]]. 
-  - Extract the zip. 
-  - Search for ''Windows Compatible'' and delete them. 
-  - Install the 12 remaining font files. 
  
 ==== Tall Guy Software ==== ==== Tall Guy Software ====
Line 333: 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...' button. 
-  - [Manage Themes] Select 'Dark Console, Dark Editor' 
-  - [Manage Themes] Click OK. 
-  - [Options] Then, set 'Font Family' to 'Fira Code'. 
-  - [Options] Set 'Font Size' to 10. 
-  - [Options] Click OK. 
  
 ==== 7-Zip ==== ==== 7-Zip ====
system_setup.1674704252.txt.gz · Last modified: 2023/01/27 04:37 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki