system_setup
This is an old revision of the document!
Table of Contents
System Set Up
OS Install
- Get iso.
- Note keys (XHQ8N-C3MCJ-RQXB6-WCHYG-C9WKB for Windows_8.1_Pro_X64_Activated.iso)
- Note Microsoft password (write down or bring up on phone).
- Use rufus_v1.4.1.exe to make a USB drive bootable and installable.
- Plug in USB drive, boot and install.
Windows Update
OS Set Up
- Win, 'PC Settings'.
- Accounts > Sign-in Options > Set up PIN.
- Time and language > Date and time > Set up Formats
- 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.
Temp Directory Setup
- Make the directory 'C:\Temp'.
- Win, 'Edit the system environment variables'.
- [System Properties] Click the 'Environment Variables' button.
- [Environment Variables] Note the values for TEMP and TMP user variables (probably '%USERPROFILE%\AppData\Local\Temp').
- [Environment Variables] Note the values for TEMP and TMP system variables (probably '%SystemRoot%\TEMP').
- [Environment Variables] Set the values for TEMP and TMP user variables to 'C:\Temp'.
- [Environment Variables] Set the values for TEMP and TMP system variables to 'C:\Temp'.
- Reboot the machine.
- Delete the contents of the original temp variables.
IE Setup
- [IE] Ctrl + J
- [IE, View Downloads] Options
- (Set to 'C:\Temp')
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('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
- Restore PowerShell execution policy:
powershell set-executionpolicy remotesigned
Bulk Software Install
Copy the following to a ps1 file and run in PowerShell (run as administrator).
# Frameworks cinst DotNet3.5 cinst DotNet4.5 # Essentials #cinstm MicrosoftSecurityEssentials cinst Firefox cinst notepadplusplus cinst winmerge cinst 7zip cinst foobar2000 #cinstm truecrypt # Install manually cinst vlc cinst autohotkey_l # Recommened cinst gimp cinst paint.net cinst windirstat cinst filezilla cinst sumatrapdf cinst PDFCreator # Dev only cinst tortoisesvn cinst sysinternals cinst fiddler cinst expresso cinst IcoFx cinst ConEmu cinst virtualbox # Optionals cinst InkScape cinst GoogleChrome cinst libreoffice # Others cinst Silverlight cinst flashplayerplugin
Note errors and check / fix them.
Manual Installs
Software Configuration
Firefox
- Alt > Tools > Options
- [Options] General tab > Downloads > Always ask me where to save files.
- [Options] Content tab > Languages > Choose…
- [Languages] Set to:
- “English/New Zealand [en-nz]”
- “English/Australia [en-au]”
- “English/United Kingdom [en-gb]”
- “English [en]”
- [Options] Sync tab > Sign in. Use settings in password vault.
system_setup.1402564020.txt.gz · Last modified: 2017/01/01 19:54 (external edit)