- On client PC open Chrome (or New Edge) and log into client Google account
- Browse to Chrome Remote Desktop Set-up page URL below:
https://remotedesktop.google.com
- In section titled Set up remote access and click download icon
- In Chrome Web Store click Add to Chrome to add extension
- In Add “Chrome Remote Desktop” dialog click Add extension
- Close “Chrome Remote Desktop has been added”
Change Google’s Glaring White Home Page Background
In Chrome and New Edge install Custom Style Script add-on to override Google’s home page background colour
In Custom Style Script select Open options Page and add the following URL and CSS
URL: https://www.google.com/ or country of choice, e.g. google.co.uk, google.de CSS: body { background-color: lightgray !important; } or colour of choice
In Firefox Install the Stylus extension
Go to the Google home page, click the toolbar icon and choose Manage >
Mac Show Hidden Files
In Finder to display of Hidden files by type Cmd + Shift + . (dot)
To turn on globally type the following command in Terminal:
defaults write com.apple.finder AppleShowAllFiles -bool true
To revert back to hidden append false:
defaults write com.apple.finder AppleShowAllFiles -bool false
To make the Finder change effective type:
killall Finder
Windows 10 Shortcuts
Keyboard shortcut | Action |
---|---|
Ctrl + A | Select all content. |
Ctrl + C (or Ctrl + Insert) | Copy selected items to clipboard. |
Ctrl + X | Cut selected items to clipboard. |
Ctrl + V (or Shift + Insert) | Paste content from clipboard. |
Ctrl + Z | Undo an action, including undelete files (limited). |
Thunderbird 60 gcontactsync Blocked after enabling OAuth2
These notes apply to Kubuntu 18.04 and Thunderbird 60.9.1.
After Google restricted access for LSA’s (Less Secure Apps) it was necessary to change the Gmail account authentication method from “Normal Password” to OAuth2. After this gcontactsync failed – after logging into Google and successfully allowing access to Contacts it was blocked. After extensively trawling the net for a solution one was found. This said the problem was due to Thunderbird being corrupted and the solution offered was a complete rebuild – drastic but it worked!
Fix Windows 10 Update Failures, e.g. Error 0x800f081f
Try running DISM and SFC commands to repair Windows system files. Once complete reboot and try running the update again.
DISM /Online /Cleanup-image /RestoreHealth
The above DISM command typically completes without issues, but if there are problems replacing the damaged files, you will need to provide another image using the Source option to complete the task. You can use an “install.wim” or “install.esd” file from another computer, bootable install media, or Windows 10 iso file. Make sure that the files match the version,
Change Windows 10 Users Folder Name
- Run ‘command prompt’ as administrator” and enter following
- net user Administrator /active:yes
- Sign out
- Log in with “Administrator” account. If newly activated wait up until Windows sets up the account
- From Start Menu right-click on Start Menu icon and select ‘Computer Management’
- If “Local users and groups” not listed run steps below to install Local User and Group Management (lusrmgr.exe) Console for Windows 10 Home
- Click on “Local users and groups”
- Click ‘Users’.
Add .wps and .xlr Works associations to Office 2010 Starter Edition
Do the following (with Admin account) to associate .wps (Works document) and .xlr (Works spreadsheet) file types to Word and Excel.
- Create Restore point to roll-back in case you make a mistake editing the Registry
- Run Regedit
- Locate HKEY_CLASSES_ROOT \ .doc
- Right-click .doc key and select Export and save to Desktop file as, e.g. docassoc.reg. The contents should look like the sample below.
- Repeat steps 3-4 for .xls
- Exit regedit
- In file File Explorer Copy &
Ubuntu No Sound Audio Output Dummy Device
If audio output device set to Dummy Device reset audio as follows:
pulseaudio --kill; sleep 2s; sudo alsa force-reload ; pulseaudio --start
Restart audio application(s), e.g. Spotify
This works with Ubuntu 18.04 and may work for other versions too
Add Suspend icon to the KDE Application Menu
To add the Suspend icon to the KDE Application Menu
- Click the KDE icon (bottom left hand corner) to bring up the Application Menu
- Click “Power/Session” on right-hand list to bring up list of Shutdown Options
- Right-click Suspend and select Add to Favorites
Similarly you can add or remove other shutdown icons.