Disable Cortana
This Custom Batch Script disables Cortana.
Batch Script
REM This script should disable Cortana on the mchaine for the system as a whole.
@echo off
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search" /v SearchboxTaskbarMode /t REG_DWORD /d 0 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowCortanaButton /t REG_DWORD /d 0 /fCustom Script Settings
Create a Disable Cortana Custom Script


Last updated