How to remove Copilot and other AI features in Windows
If you don't care about having extra bloatware on your system, there are ways to remove or disable Windows Copilot on Windows 11.
Every major release of Windows has a few different editions or SKUs, each with different features. Windows 11 is no different and will have editions like Home, Pro, etc. One of the big features that is usually reserved for the Pro versions of Windows is Hyper-V, but with a little tinkering, you can actually get it on the Home editions. In today's article, Quantrimang.com will guide you through installing Hyper-V on Windows 11 Home.
How to enable hardware virtualization in Windows 11
Hyper-V is a bare-metal hypervisor and requires Hardware Virtualization enabled in the BIOS to work. Most modern systems support Hardware Virtualization and you can enable it in the BIOS.
The steps below are for HP laptops. Refer to your computer manufacturer's user manual or website for other systems.
To enable hardware virtualization in BIOS:
How to Install Hyper-V on Windows 11 Home
The next step is to create and run a batch script to install the necessary files to enable Hyper-V in Windows 11 Home.
Before you proceed with the next steps, create a restore point. This will help you restore your computer to its current state if something goes wrong during the process.
To enable Hyper-V in Windows 11 Home:
1. Open a new Notepad file. To do this, press Win + R , type notepad and click OK.
2. In the Notepad file, copy and paste the following script:
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
pause
3. Press Ctrl + S to open the Save dialog box.
4. In the file name field, type hyperv.bat. The .bat extension at the end of the file name is important for executing the script.
5. Next, click the Save as type drop-down menu and select All Files.
6. Click the Save button to save the file.
7. Next, right-click on the hyperv.bat file and select Run as administrator . Click Yes if prompted by User Account Control.
8. The script will start executing in CMD to install Hyper-V. It may take a while, so wait until the process is complete.
9. Once completed, you will see the message Operation completed successfully .
10. Type Y to confirm and restart your PC. Otherwise, type N to exit CMD.
Note that you will need to restart your PC for the changes to take effect. After restarting, you should have Hyper-V installed in Windows 11 Home. Type Hyper-V in Windows search and click Hyper-V Manager to create a new virtual machine.
If it's still not available, you can enable Hyper-V using the Windows Features dialog box, Command Prompt, and Windows PowerShell.
Here's how you can quickly add Hyper-V to Windows 11 using Command Prompt:
1. Press the Win key and type cmd. Then right-click on Command Prompt and select Run as administrator .
2. In the Command Prompt window, type the following command and press Enter :
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
3. The above command uses the Deployment Imaging Service and Management (DISM) tool to enable Microsoft Hyper-V and the necessary dependencies on your Windows computer. The Operation completed successfully message appears, meaning you have successfully enabled Hyper-V.
Good luck!
If you don't care about having extra bloatware on your system, there are ways to remove or disable Windows Copilot on Windows 11.
Laptop batteries degrade over time and lose capacity, resulting in less battery life. But after tweaking some deeper Windows 11 settings, you should see a significant improvement in battery life.
The year 2023 saw Microsoft betting heavily on artificial intelligence and its partnership with OpenAI to make Copilot a reality.
Microsoft introduced Bluetooth LE (low energy) Audio support with Windows 11 22H2 KB5026446 (build 22621.1778), also known as Moment 3, in May 2023.
Windows 11 has officially launched, compared to Windows 10 Windows 11 also has many changes, from the interface to new features. Please follow the details in the article below.
There's always something incredibly cool about the nostalgic user interface of 90s versions of Windows.
More than three years ago, when Microsoft announced Windows 11, the operating system immediately caused a lot of controversy.
Creating a Windows 11 bootable USB on a Mac is definitely more difficult than on a Windows PC, but it's not impossible.
Windows 11 officially launched on October 5, 2021. Unlike previous major Windows 10 upgrades, Microsoft is not encouraging people to upgrade this time.
Developer NTDEV has created a stripped down version of Windows 11 that's just 100MB.
Microsoft debuted most of its more advanced AI features with the Snapdragon X-powered Copilot+ PC, leaving many Intel and AMD-powered Copilot+ PCs out of the picture.
The October 2024 report provides an overview of Windows 11's market share compared to other versions of Windows.
The latest change being tested solves one of the most annoying things with Windows 11's Start menu, and hopefully it will actually make it to release.
In Windows 11, the taskbar takes up only a small portion of the display space at the bottom of the screen.
Microsoft is killing off its free rich text editor WordPad at the end of 2023 in an effort to transition users to premium Office apps.
On Windows, sometimes you also need to reset Windows Security settings to default to fix some connection errors, stop working or simply want to return to the original state...
To check if the IP address you are using is a dynamic IP address or a static IP address, you can refer to the article below by WebTech360.
Windows 11 can download drivers for your computer without user intervention, but you don't always want to install drivers automatically to avoid unwanted problems.
Clean Boot is a troubleshooting technique used to start Windows with a basic, essential set of drivers and startup programs.
The cloning process involves moving data from one storage device to another (in this case, a hard drive) with an exact copy copied from the destination drive.
Fast Startup Windows 11 helps your computer boot faster, but it can also be the reason why your Windows computer doesn't shut down completely.
Search on Windows 11 pulls results not only from files and apps on your computer, but also from cloud storage linked to your Microsoft account.
Once you learn and actually try it out for yourself, you will find that encryption is incredibly easy to use and incredibly practical for everyday life.
Control Panel still plays a vital role in many of the configuration tasks you need on your new operating system. Here are a few different ways you can access Control Panel on Windows 11.
Changing the display language in Windows 11 may cause some programs to not display text in the language you want. If this is the case, you should enable Unicode UTF-8 to help Windows display text correctly in the language you want.
Internet Explorer was removed from Windows computers in 2022, replaced by Microsoft Edge. While Edge is far superior, Internet Explorer still comes pre-installed on Windows 11 — and it's incredibly easy to access.
Over the years, people have discovered a collection of free Windows tools that help diagnose what's causing their system to slow down.
When you're having audio problems or want to improve your PC's audio levels, it's time to dive into your Windows sound settings and make some tweaks. But did you know there are shortcuts and tricks to quickly get where you need to go?
Errors related to webcams on laptops will affect users when they want to communicate directly via webcam.
Virtual Machine on Windows 11 will support users to run an operating system other than Windows right on your computer.