system_setup
This is an old revision of the document!
Table of Contents
System Set Up
TODO:
- Add Firefox profile to back up script.
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')
Sleep, Reboot, Shut Down
Shut down | Shutdown.exe -s -t 00 |
Reboot | Shutdown.exe -r -t 00 |
Hibernate or Sleep | rundll32.exe powrprof.dll,SetSuspendState 0,1,0 |
Lock | Rundll32.exe User32.dll,LockWorkStation |
- Create a shortcut on the desktop.
- Set the icon (get from Mega).
- Right click it > Pin to Taskbar.
- Delete shortcut on desktop.
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 malwarebytes cinst Firefox cinst notepadplusplus cinst winmerge cinst 7zip cinst foobar2000 #cinstm truecrypt # Install manually cinst vlc cinst autohotkey_l # Recommended 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 cinst uTorrent cinst googleearth # 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.
- Install a nice theme.
- Install the following extensions:
- Adblock Plus
- Firebug
- Greasemonkey
- IE Tab 2 (FF 3.6+)
- New Zealand Language Dictionary
- Pocket
- Restart Button
- Tab Scope
- Mega
- (Add-on Compatibility Reporter)
- Fix up the buttons on the toolbar.
- Get Firefox profile from Mega.
- Copy xxx? to
%AppData%\Mozilla\Firefox\Profiles\gm1k3148.default\gm_scripts
- Browse to chrome://mega/content/secure.html#fm/account/settings.
- Click settings cog, bottom right.
- Set the 'Downloads folder' to 'C:\Temp'.
- Install the search engines:
- Duck Duck Go (g)
- My Wiki (sw)
- Stack Overflow (so)
- Trade Me ( tm )
- You Tube (yt)
- The Pirate Bay (pb)
- Restart Firefox.
More Shit
Bin
- Download Bin.7z from backup on mega.
- Extract to 'C:\Bin'.
system_setup.1402805610.txt.gz · Last modified: 2017/01/01 19:54 (external edit)