Author Archives: admin
At Tello Mobile, every phone plan includes unlimited text, free hotspot, free Wi-Fi calling, and great coverage on the largest nationwide 4G LTE/5G network.
Sophos AV AntiVirus Central managed client can not uninstall
Sophos Antivirus Central managed client – can not be uninstalled
- On the Windows sign-in screen, press and hold the Shift key while you select Power > Restart.
- On Choose an option, click Troubleshoot, then click Advanced options and Command Prompt:
- Following the restart, select an administrative account to continue and enter the password.
- Open Command Prompt.
- Type
C:
and click Enter. - Type
cd Windows\System32\drivers
and click Enter. - Type
ren SophosED.sys SophosED.sys.old
and click Enter. - Type
exit
and click Enter. - Click Continue.
Once back to normal Windows mode, follow these steps: - Click Start followed by Run then type
services.msc
- Right-click the Sophos Anti-Virus service then Properties.
- Set the Startup type to Disabled then click the OK button.
Repeat for Sophos MCS Agent service - In Run, type
regedit.exe
then click the OK button. - Back-up the registry.
- Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos MCS Agent
set the Value data of Start to0x00000004
- Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAVService
and set the Value data of Start to0x00000004
- Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos AutoUpdate Service
and set the Value data of Start to0x00000004
- Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos Endpoint Defense\TamperProtection\Services
and under every subkey in this location set the Value data of Protected to 0.- Example:
- Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos Endpoint Defense\TamperProtection\Services\SAVService
and set the Value data of Protected to 0.
- Go to
- Example:
- Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sophos Endpoint Defense\TamperProtection\Config
and set the Value data of SAVEnabled and SEDEnabled to0
. - Set the Value data of Enabled to
0
in the following:- 32-bit:
HKEY_LOCAL_MACHINE\SOFTWARE\Sophos\SAVService\TamperProtection
- 64-bit:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Sophos\SAVService\TamperProtection
- 32-bit:
- Restart the computer
- download SophosZAP tool
- Open Command Prompt with admin privilege.
- Change the path to the current location of
SophosZap.exe
. - Run the command
SophosZap --confirm
. - You might have to restart PC and run SophosZAP tool again
How to set up Windows 11 without a Microsoft account – use local account
Boot from installation media
To complete the out-of-box experience on Windows 11, use these steps:
- Disconnect then Ethernet network cable (if applicable).
- Select your region.
- Click the Next button.
- Select your keyboard layout setting.
- Click the Yes button.
- Click the Skip button.
- In the “Let’s connect you to a network” page, use these steps:
- Use the Shift + F10 keyboard shortcut to open Command Prompt.
- Type the following command to release the current network configuration and press Enter:
oobe\bypassnro
- Computer will boot automatically, and you may need to start the out-of-box experience again.
- Click the I don’t have internet option.
- Click the Continue with limited setup option.
- Confirm the name for the local account.
- Continue with the rest of the setup
Windows 11 connecting to terminal server stuck on configuring remote session
this issue is caused by 22H2 windows 11 update . I found this process to fix this error on Windows 11 client
open registry editor as administrator
navigate to
Registry Information: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client
Right Click inside white area create New Dword 32 Bit and call it: fClientDisableUDP
Double Click and Set value to 1
restart your computer
After restart you will be able to login to terminal server
Snappy Driver Installer Updater
Install Missing Drivers and Update Old Drivers
Snappy Driver Installer Origin is a portable Windows tool to install and update device drivers. It can be used offline to install drivers where Internet isn’t available. No more searching for drivers after a clean install, just let Snappy Driver Installer Origin do it’s thing and your job will be done in no time. The perfect technician’s tool.
https://www.glenn.delahoy.com/snappy-driver-installer-origin/
Android Tablet lenovo tb-x103f remove google account bypass or remove frp LenovoPad TB2-X30L
How to fix Lenovo Vantage error: Code: 0x80073D05
I just tried to update Lenovo Vantage software on my laptop in the Windows store and I got error: Code: 0x80073D05
This is how I was able to fix it:
go to C:\Users\<yourname>\AppData\Local\Packages\
and look for a folder like xxxxxxx.LenovoCompanion_xxxxxxxxxxxx
I renamed the folder to xxxxxxx.LenovoCompanion_xxxxxxxxxxxx.OLD – I can delete it later
go back to Windows Store and see if you can install or update Lenovo Vantage
Display details about your memory modules in Windows
In Windows open power shell and enter or copy paste
Get-WmiObject win32_physicalmemory | Format-Table Manufacturer,Banklabel,Configuredlockspeed,Devicelocator,Capacity,Serialnumber -autosize