When you reach the “Let’s Connect You To A Network” page, press Shift+F10 to bring up the Command window and enter following command:
taskkill /F /IM oobenetworkconnectionflow.exe
Return to the Windows 11 setup and enter local account information
When you reach the “Let’s Connect You To A Network” page, press Shift+F10 to bring up the Command window and enter following command:
taskkill /F /IM oobenetworkconnectionflow.exe
Return to the Windows 11 setup and enter local account information
Unfortunately its not possible to exclude special Dolphin .directory files using Updraftplus settings. It ignores the setting exclusion and continues to report “…can’t read .directory” file warnings in the log file during backup.
To work around this add the following PHP code to your Functions file
// // Updraftplus Backup filter // Prevent attempts to backup .directory files and generate annoying warnings add_filter('updraftplus_exclude_file', 'my_updraftplus_exclude_file', 10, 2); function my_updraftplus_exclude_file($filter, $file) { return (basename($file) == '.directory') ? true : $filter; }
System: Kubuntu 18.04
Problem: No longer able to see file copy progress, e.g. Dolphin so you can’t monitor the progress and have no idea when it will complete
Solution edit the Plasma configuration file as follows:
Run Terminal and stop Plasma
kquitaap5 plasma
Edit
nano /home/[user]/.config/plasma-org.kde.plasma.desktop-appletsrc
Add the following
[AppletGlobals][plasma_applet_systemtray] ShowJobs=false ShowNotifications=false
Start Plasma again
kstart plasmashell
Manufacturer | Boot key |
---|---|
Acer | F2 |
Apple | Hold Option (next to the ⌘ key) |
Asus | Del |
Dell | F12 |
Gateway | F1 |
HP | F9 |
Intel | F2 |
Lenovo | F12 |
Toshiba | F2 or F12 |
Other | Try pressing Esc, |
bcdedit /set {default} safeboot minimal
To stop PC entering Safe Mode on every boot run System Configuration tool (msconfig) and under Boot options untick Safe boot, click OK and close
To stop Firefox moving Home Search Page text focus to the Address Bar enter about:config in the Address Bar to bring up the advanced configuration page.
Type awesomebar in the search filter box to bring up the following variable
browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar
Toggle the boolean value from True (default) to False
ref: https://www.askvg.com/fix-restore-real-working-search-box-on-new-tab-page-in-firefox-89-and-later/
Problem: When using Firefox or Chrome and File Open or File “Save As” the desktop (KDE) default file manager (Dolphin) is not used
Operating System: Kubuntu 18.04
Browsers: Firefox 94.0, Chrome 96.0.4664.45
Solution:
sudo apt install xdg-desktop-portal-kde sudo apt install xdg-desktop-portal
Notes:
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,
“WakeMeOnLan.exe” tool from NirSoft wakes a sleeping Windows PC remotely by sending a Magic Packet to the host’s Magic Packet enabled LAN interface
See NirSoft’s download page for details or click link below to directly download required version:
Download WakeMeOnLan (32-bit)
Download WakeMeOnLan (64-bit)
See Windowscentral for details of how to set up the LAN interfaces and use the tool
In order to safely remove USB in Windows you can enable the Quick Removal feature in Device Manager
This disables write caching to allow it to be remove without having to use “Safely Remove Hardware”