PC Doctor Godalming

Dedicated to Fixing Computers of all Shapes and Sizes
01483 424378
07876 476990

Windows 11 Registry Hack for Unsupported CPU and TPM

This patch will allow the Windows 11 to install and run on machines without the required CPU,e.g. Intel 7th generation and lower and with TPM chips less than version 2.0

Type the following address into the address bar in the Registry Editor window (or navigate to it in the left pane):

HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup

Right-click in the right pane, select New > DWORD (32-bit) Value, and enter the following text as the name:

AllowUpgradesWithUnsupportedTPMOrCPU

Double-click the “AllowUpgradesWithUnsupportedTPMOrCPU” value here,

Continue Reading

Enable USB Quick Removal

In order to safely remove USB in Windows you can enable the Quick Removal feature in Device Manager

  1. For example in Windows 10 right-click the Start button (Windows Logo) and select Device Manager.
  2. Double-click Disk drives to expand it to see list of disk drives including your currently usb drive
  3. Right-click the usb drive and select Properties
  4. Click Policies tab and select “Quick removal (default)” radio button to enable it and click OK to save changes

This disables write caching to allow it to be remove without having to use “Safely Remove Hardware”

Continue Reading

Windows 10 Quick Assist

Run Windows 10 ‘Quick Assist’ to remotely assist someone with their PC.

‘Quick Assist’ , available from version 20H2 onwards, requires a Microsoft account.

  1. Right-click the Start button
  2. Click Search
  3. Type Quick Assist and hit Enter on your keyboard
  4. Ask remote user to do the same
  5. On your PC, click Assist another person
  6. Select your Microsoft account and login
  7. Give the six-digit code (see screenshot above) to the remote user to enter into the ‘Code from assistant’ box
  8. Remote user then clicks Share screen
  9. Assistant then chooses either Take full control of their PC or View only their desktop
  10. Remote user then clicks  Allow

Once connected,

Continue Reading

Windows 10 Edge New Tab Redirect

Google “Edge New Tab Redirect” to find Microsoft page to install extension

Edge New Tab Redirect Overview
Allows a user to provide the URL of the page that loads in a new tab.

Allows you to change the new tab page to the New Tab Redirect app page, or a custom URL of your choice!

Choose from chrome’s about pages, *NewTab, Extensions, Downloads, History*, a few popular URLs, or provide your own. Your custom tab can also be a local file,

Continue Reading

Blacklist or Whitelist WiFi Network Names

Windows terminal commands to Blacklist WiFi names (SSID’s) from view or Whitelist your own name (SSID) and block all others from view

Blacklist method

Block WiFi name:

netsh wlan add filter permission=block ssid="name" networktype=infrastructure

Unblock WiFi name:

netsh wlan delete filter permission=block ssid="name" networktype=infrastructure

Show all the Filters:

netsh wlan show filters

Whitelist method

Allow your own WiFi:

netsh wlan add filter permission=allow ssid="name" networktype=infrastructure

Deny all other WiFi:

netsh wlan add filter permission=denyall networktype=infrastructure

Delete deny all other WiFi filter:

netsh wlan delete filter permission=denyall networktype=infrastructure

Continue Reading

Wine Dotnet install conflicts

If, for example, when installing  dotnet40 via winetricks you get the following error:

$ winetricks dotnet45
Executing w_do_call dotnet45
------------------------------------------------------
error: dotnet45 conflicts with dotnet40, which is already installed.

Run the following command to override and force through change

$ winetricks --force dotnet452

Chrome Remote Desktop Client Set Up

  1. On client PC open Chrome (or New Edge) and log into client Google account
  2. Browse to Chrome Remote Desktop Set-up page URL below:
    https://remotedesktop.google.com
  3. In section titled Set up remote access and click download icon
  4. In Chrome Web Store click Add to Chrome to add extension
  5. In Add “Chrome Remote Desktop” dialog click Add extension
  6. Close “Chrome Remote Desktop has been added”

Continue Reading

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 >

Continue Reading