oscarb pad

Guides, resources, notes, docs and knowledge for everything Oscar.

Tags

Windows 10 Essentials

Before formatting

Backup

Download

Before installation

During installation

Skip serial – activation is done automatically

Drivers

Graphic drivers

Motherboard

1_mb_driver_chipset_intel
2_motherboard_driver_intel_sataraid_irst
3_motherboard_driver_sata_gb_sata2raid_5series
4_motherboard_driver_marvell_console
5_motherboard_driver_usb3

NF Update Utility
Realtek HD Audio Driver
Realtek 8111/8168 LAN Driver for gigabit(Windows 10)
Intel Rapid Storage Technology driver
Gigabyte SATA and RAID Driver

Asus PCE-AC68 Driver and Utilities

akasa Smart Card Reader

Drivers: http://www.akasa.com.tw/search.php?seed=AK-ICR-05

Tweaks

Connect to DS713+

Switch to a local account

Map personal folders

C:\Users\Oscar\<FOLDER> -> D:\Users\Oscar\<FOLDER> where <FOLDER> is

Treat as internal

Change user profile picture

Disable password

Win+R control userpasswords2

Explorer

Windows Control Panel

Disable automatic restart after update

How to disable automatic reboot after updates installation in Windows 10

Windows Settings

Windows Start Menu

Put monitors to sleep
C:\Users\Oscar\AppData\Roaming\Microsoft\Windows\Start Menu\Programs

Windows Taskbar

Create the following web apps using Chrome and pin to taskbar

Refresh icon cache with ie4uinit.exe -show
Change command line argument from --app-id: to --app: to specify a url to use

Location: C:\Users\Oscar\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

Keyboard

Change Caps Lock to Play/Pause using sharpkeys35

Screen-saver

Enable screen-saver for 9 minutes

Remove OneDrive

How to Get Rid of the OneDrive Icon in Windows 10’s File Explorer
http://lifehacker.com/how-to-get-rid-of-the-onedrive-icon-in-windows-10s-file-1722592615

Disable JPEG wallpaper compression

HKEY_CURRENT_USER\Control Panel\Desktop

Add new DWORD (32-bit) value named JPEGImportQuality with value 100 (decimal).

Disable auto-login and show multiple users on login screen

Disable Use my sign-in info to automatically finish setting up my device and reopen my apps aftar an update or restart

Enter the following in an elevated PowerShell

$Trigger= New-ScheduledTaskTrigger -AtLogOn
$User= "NT AUTHORITY\SYSTEM"
$Action= New-ScheduledTaskAction -Execute "PowerShell.exe" -Argument "Set-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\UserSwitch -Name Enabled -Value 1"
Register-ScheduledTask -TaskName "UserSwitch_Enable" -Trigger $Trigger -User $User -Action $Action -RunLevel Highest –Force

Wake on LAN

Turn off remotely

  1. Run services.msc
  2. Locate Remote Registry and open properties
  3. Set startup type to Automatic, apply and start
  4. Click Start and go to Allow an app through windows firewall
  5. Change settings
  6. Enable Windows Management Instrumentation (WMI) (private)

Hide user from login screen

  1. Run regedit
  2. Browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  3. Add new key named SpecialAccounts
  4. Add a key inside above named UserList
  5. Create a new DWORD (32-bit) value with the name of the user you want to hide and value set to 0

Source: How to hide specific user accounts from the sign-in screen on Windows 10

Software

Adobe Photoshop

Adobe Illustrator

Logitech Options

All applications

Scroll left: Ctrl + Shift + Tab
Scroll right: Ctrl + Tab
Middle button: Gesture button
Up button: Ctrl + Shift + <
Down button: Back

Android Studio

Scroll left: Alt + Vänsterpil
Scroll right: Alt + Högerpil
Middle button: Gesture button
Up button: Ctrl + Shift + <
Down button: Back

Spotify

Scroll left: Ctrl + Vänsterpil
Scroll right: Ctrl + Högerpil
Middle button: Gesture button
Up button: Ctrl + Shift + <
Down button: Back

Visual Studio Code

Scroll left: Ctrl + Vänsterpil
Scroll right: Ctrl + Högerpil

SumatraPDF

SDFormatter

Realtek HD Audio manager

Remove notification icon

OneDrive

Disable “Start OneDrive on startup” from OneDrive settings

7-Zip

WinRAR

Settings > Compression > Remove redundant folders from extraction path

C:\Users\Oscar\AppData\Roaming\WinRAR

PuTTY

Running as a portable app
D:\apps\PuTTY

Download
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Dropbox

VLC

Spotify

Chrome

Flags

Enable

Extensions

Import SpeedTab settings

LastPass

NOTE
Set to english

Silence with one click

Stylish

WorkFlowy Yellow Star

.pageStar.starred {
    background-image: url(/media/i/star-icon-empty.svg);
    background-color: yellow;
    -webkit-mask-image: url(/media/i/star-icon-grey.svg);
    -webkit-mask-size: 20px;
}

Transmission Remote GUI

Website: https://code.google.com/p/transmisson-remote-gui/
Paths: /volume1/downloads=Z:\downloads

WiinUSoft

WorkFlowy

Development

Android Studio

See Android Studio

Visual Studio Code

Visual Studio Code

Open txt-files by default

User settings

{
    "workbench.colorTheme": "Default Light+",
    "workbench.statusBar.visible": false,
    "workbench.activityBar.visible": false,
    "window.menuBarVisibility": "toggle",
    "editor.minimap.enabled": false,
    "editor.tabSize": 2,
    "workbench.editor.showTabs": false,
    "workbench.startupEditor": "newUntitledFile",
    "breadcrumbs.enabled": true,
    "editor.renderControlCharacters": true,
    "editor.renderWhitespace": "none",
    "editor.folding": false,
    "editor.lineNumbers": "off",
    "markdown.preview.markEditorSelection": false
}

Atom

Settings

Settings > Scroll past end

Packages

Generate with apm list --installed --bare

Brackets

Extensions

Node.js

FileZilla

Git

Java

Postman

Try 2016-08

Rainmeter

https://www.rainmeter.net/

Launchy

http://winaero.com/blog/move-notification-toasts-to-top-or-bottom-of-the-screen-in-windows-10/