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/27 04:13] โ€“ [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 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 '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'.
 +
 +==== Scheduled Task Setup ====
 +
 +  - Run the following:<code>
 +schtasks /Create /RU "rimu\micro" /SC ONLOGON /TN "Launch AHK Shortcuts at startup" /TR "cmd" /IT /V1
 +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''
 +    - Actions: Program/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''
 +    - Actions: Program/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 ====
system_setup.1674792826.txt.gz ยท Last modified: 2023/01/28 05:13 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki