Windows Copilot
Windows Copilot is an artificial intelligence (AI) assistant feature for Microsoft 365 applications and services. It is powered by OpenAI's ChatGPT and Bing plug-ins, and can help users with a variety of tasks, including:
- Writing code
- Creating documents
- Summarizing emails
- Answering questions
- Translating languages.. and more.
Windows Copilot works by observing what you are doing on your computer and using its knowledge of the world to suggest helpful text, code, or actions. For example, if you are writing a document and you type the word "table," Windows Copilot might suggest a table layout or a list of table styles.
Windows Copilot is still in beta and will come out with 23H2 in Windows 11 this fall. Microsoft 365 Copilot will be available for commercial customers for $30 per user per month for Microsoft 365 E3, E5, Business Standard and Business Premium customers when broadly available.
Read here for more information: Windows Copilot
But why should you block Copilot in Enterprise systems?
How to block Windows Copilot in enterprise windows systems using Intune
- Go to https://intune.microsoft.com
- Go to Apps > Windows and Add a new application
- Choose App type as Windows ap (Win32) under "Other"
- Upload the intunewin package which is available at my GitHub here: https://github.com/skoul27/nocopilot
- Enter the Name, Description and other information in "App information" page and hit "Next"
- Under "Program" page, enter the following:
a. Install command: RemoveCopilot.cmd
and hit "Next"
b. Uninstall command: RemoveCopilot.cmd /Uninstall - Under "Requirements" page, keep Operating system architecture as "64-bit" and Minimum operating system as "Windows 11 22H2" (copilot is coming with Windows 11 23H2, but you can also keep it as 22H2, just to be safe so no can use the preview as well) and hit "Next"
- Under "Detection rules" page, keep Rules format as "Manually configure detection rules" and choose Type as "File" and give the following path:
C:\Windows\Temp\RemoveCopilot
- Now you can Review and save this application and target it on Windows 11 machines or particularly machines with Windows 11 22H2 (or 23H2 once it is available) as "Required Install".
0 Comments