restart explorer

This commit is contained in:
manu 2017-04-29 21:38:04 +02:00
parent 6ce5264d91
commit dbc72e8ab3

View File

@ -89,3 +89,6 @@ sp "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" "MMTaskba
#echo "Disabling tile push notification"
#force-mkdir "HKCU:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications"
#sp "HKCU:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications" "NoTileApplicationNotification" 1
# Restart explorer
Get-Process -Name explorer | Stop-Process