Tuesday 21 April 2020

Visual Studio 2010: Very slow debugging

1. goto Tools->Options->Debugging->Symbols
2. Unselect Microsoft Symbols Server

Note PC is offline which causes loading symbols from server to time out, causing the slow down.

Monday 20 April 2020

Android: Turn off google assistant "Hey google"

There are 3 ways to accomplish turning off/on googles assistant:

Method 1
open Settings App
tap Google (Google settings)
tap Account Services
tap Search, Assistant and Voice
tap Google Assistant
tap the Assistant tab
scroll down to Assistant Devices
tap "Phone"
tap Google Assistant button off.

Method 2
open Settings App
tap Google (Google settings)
tap Account Services
tap Search, Assistant and Voice
tap Google Assistant
tap Voice
tap Voice Match
tap Hey Google button off

Method 3
open Settings App
tap Google (Google settings)
tap Device Connections
tap Android Auto
tap "Ok Google" detection
tap Hey Google button off

Sunday 19 April 2020

windows 10 "could not connect to all network drives"


To stop the "could not connect to all network drives" notification appearing:

1. open regedit
2. go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider
3. create a key:
name: RestoreConnection
type: DWORD
value: 0
4. restart windows.

value options:
0 Disabled
non existant Enabled.