added block quick assist in windows

This commit is contained in:
the-weird-aquarian 2024-08-08 05:21:53 +05:30
parent 6abc4d632b
commit 80ae62037d
2 changed files with 37 additions and 1 deletions

View File

@ -189,7 +189,25 @@ Press `Win key + r` > type `services.msc` > press enter
- Service Status: Stopped (Click on `Stop`, if service is running)
- Startup Type: Disabled
- Click `OK`
## Block & uninstall Quick Assist
Press `Win key + r` > type `powershell` > press `ctrl + shift + enter` > Yes
- Type (or copy paste) the following in the powershell window & press enter:
```
notepad C:\Windows\System32\drivers\etc\hosts
```
- In this hosts file add the following line at the bottom & save:
```
0.0.0.0 remoteassistance.support.services.microsoft.com
```
- To uninstall, type (or copy paste) the following in the powershell window & press enter:
```
Get-AppxPackage -Name MicrosoftCorporationII.QuickAssist | Remove-AppxPackage -AllUsers
```
## Disable search highlights in search bar

View File

@ -216,6 +216,24 @@ Press `Win key + r` > type `services.msc` > press enter
## Block & uninstall Quick Assist
Press `Win key + r` > type `powershell` > press `ctrl + shift + enter` > Yes
- Type (or copy paste) the following in the powershell window & press enter:
```
notepad C:\Windows\System32\drivers\etc\hosts
```
- In this hosts file add the following line at the bottom & save:
```
0.0.0.0 remoteassistance.support.services.microsoft.com
```
- To uninstall, type (or copy paste) the following in the powershell window & press enter:
```
Get-AppxPackage -Name MicrosoftCorporationII.QuickAssist | Remove-AppxPackage -AllUsers
```
## Disable trending searches & web search in search bar
Press `Win key + r` > type `regedit` > press enter > Yes