GithubHelp home page GithubHelp logo

samueljayasingh / disable-microsoftcortana Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 53 KB

Script for removing Microsoft Cortana.

Home Page: https://samueljayasingh.github.io/Disable-MicrosoftCortana/

License: GNU General Public License v3.0

PowerShell 100.00%
cortana powershell-script very-basic first-project

disable-microsoftcortana's Introduction

Disable Microsoft Cortana

Cortana is included in Windows 10. More information about Cortana

When creating a Windows 10 master image, you may want to disable it. You can disable Cortana using PowerShell with a registry key:

PS > New-Item -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\' -Name 'Windows Search' | Out-Null
PS > New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Search' -Name 'AllowCortana' -PropertyType DWORD -Value '0' | Out-Null

This transforms the Cortana box into a “Search Windows” box.

Note: you can also disable Cortana by GPO(Group Policy Object).

Just Navigate to:

Computer Configuration

Administrative Templates

Windows Components

Search.

Set the “Allow Cortana” option to “Disabled”

Alternative Way

Just Copy the "Disable-MCortana.ps1" Script in my repo and ctrl+v in your notepad

Save the File as "Disable-MCortana.ps1".

Now Right click on the "Disable-MCortana.ps1" and select "Run with PowerShell"

Done! Cortana should be disabled now, whenever you use the search bar, it will be the good old search bar, you won't see the cortana icon

  • If you have any suggestions to this README or about the Script, feel free to inform me. And if you liked, you are free to use it for yourself.(P.S. Star it too!! 😬 )

  • Your Contributions are much welcomed here!

    Fork the project

    Compile your work

    Call in for a Pull Request

Credits: Samuel Jayasingh

Last Edited on: 20/01/2022

disable-microsoftcortana's People

Contributors

samueljayasingh avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.