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 23:14] – [Windows Set Up] 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 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. 
   - Explorer: Set up options.   - Explorer: Set up options.
   - Language & regional set up. Control Panel > Clock and Region.   - Language & regional set up. Control Panel > Clock and Region.
-  - OS: PowerShell: Oh-my-posh set up.+  - 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: Windows features. OS: Windows features.
-Notepad++: Enable dark mode. 
-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. 
 Git: Set up settings. Git: Set up settings.
 AHK: Set up auto load & new bin location. AHK: Set up auto load & new bin location.
Line 112: 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 131: 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 174: 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. 
  
 ==== Tall Guy Software ==== ==== Tall Guy Software ====
Line 316: 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.1674774850.txt.gz · Last modified: 2023/01/28 00:14 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki