Skip to content

Instantly share code, notes, and snippets.

@Dan-Q
Created July 15, 2020 11:43
Show Gist options
  • Save Dan-Q/b8b6162b812e43c88495d71227c8f23e to your computer and use it in GitHub Desktop.
Save Dan-Q/b8b6162b812e43c88495d71227c8f23e to your computer and use it in GitHub Desktop.
Reconfigure RAID array
---- REINSTALL ----
Check drive lettering
Create administrator account
Change HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS NT\CurrentVersion\ProfileList\ProfilesDirectory paths so new accounts create on D:
Create Dan account
---
- NVidia
- Synergy
- Beamgun
- Backblaze
- ManyCam
- Office 365
- ProtonMail Bridge
- PureVPN
- CS6?
---
Admin Powershell:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y Firefox -y --params "/l:en-GB /RemoveDistributionDir"
choco install virtualbox -y --params "/NoDesktopShortcut /ExtensionPack" --version 6.0.22
choco install -y 7zip audacity autohotkey beaker curl discord everything f.lux fiddler foobar2000 foxitreader garmin-basecamp gimp git github-desktop glasswire goggalaxy googlechrome handbrake heidisql inkscape keepassxc krita mountain-duck nmap nodejs notepadplusplus obs-studio owncloud-client paint.net powertoys putty ruby sharpkeys slack steam sublimetext3 telegram teracopy thunderbird vagrant vlc whatsapp wireshark wiztree zoom
---
SharpKeys keyboard fixes:
F13 (00_64) > Insert (E0_52)
F14 (00_65) > PrtSc (E0_37)
F15 (00_66) > Scroll Lock (00_46)
€ (E0_45) > Num Lock (00_45)
Left Alt (00_38) > Right Windows (E0_5C)
Left Windows (E0_5B) > Left Alt (00_38)
---
Add to hostsfile:
192.168.0.23 3r.test
---
* Register Synergy, Glasswire, ManyCam (hah!)
* Turn off sounds
* Set up Synergy
* Set up Remote Access
* Set up Chrome Remote Desktop
* Set up Pageant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment