Browse Source

fixed description

pull/500/head
Dmitry Nefedov 12 months ago
parent
commit
3b7a8230f0
  1. 2
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  2. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

2
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -3232,7 +3232,7 @@ function TaskbarChat
{
New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name TaskbarMn -PropertyType DWord -Value 1 -Force
# Save string to run it as "NT SERVICE\TrustedInstaller"
# Remove block for Microsoft Teams from installing for new users
# Remove block from installing Microsoft Teams for new users
$Task = "Remove-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Communications -Name ConfigureChatAutoInstall -Value 1 -Type Dword -Force"
}
}

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -3255,7 +3255,7 @@ function TaskbarChat
{
New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name TaskbarMn -PropertyType DWord -Value 1 -Force
# Save string to run it as "NT SERVICE\TrustedInstaller"
# Remove block for Microsoft Teams from installing for new users
# Remove block from installing Microsoft Teams for new users
$Task = "Remove-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Communications -Name ConfigureChatAutoInstall -Value 1 -Type Dword -Force"
}
}

Loading…
Cancel
Save