question

LucasCrespo-4536 avatar image
0 Votes"
LucasCrespo-4536 asked DSPatrick answered

Como desativar a Cortana via .bat para netlogon

Pessoal, bom dia!

Estou com uma demanda de desativar a cortana para todos os usuários da minha rede, para isso, precisaria criar um .bat para utilizar no netlogon.

Até consegui criar um que desativa via .reg, mas o mesmo precisa ser executado como ADM e desta forma, não está funcionando junto ao netlogon.

Teriam alguma sugestão/solução para criar ou editar meu .bat?

Segue o que fiz e funcionou apenas localmente e como adm:

@echo off

reg add "HKEY_LOCAL_MACHINE\Software\Policies"

reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft"

reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows"

reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Windows Search"

reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Windows Search" /v AllowCortana /t REG_DWORD /d 0 /f

exit

not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

DSPatrick avatar image
0 Votes"
DSPatrick answered

QnA forums are currently English only. I'd try asking for help over here in dedicated forums.
https://social.msdn.microsoft.com/Forums/pt-br/home
https://social.technet.microsoft.com/Forums/pt-br/home
https://answers.microsoft.com/pt-br

--please don't forget to upvote and Accept as answer if the reply is helpful--


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.