Unlock flere Bitlocker diske på een gang?

2025/01 21 16:01

Kør PowerShell som administator.Paste og kør nedenstående:$key = Read-Host ‘Enter Bitlocker Password!’ -AsSecureStringUnlock-Bitlocker -MountPoint “E:” -Password $keyUnlock-Bitlocker -MountPoint “F:” -Password $keyUnlock-Bitlocker -MountPoint “G:” -Password $keyUnlock-Bitlocker -MountPoint “H:” -Password $keyUnlock-Bitlocker -MountPoint “I:” -Password $key

Fjern volume popup/notifikation i Teams?

2023/11 20 13:11

Ret shortcut til Teams target til: C:\Users\xxx\AppData\Local\Microsoft\Teams\Update.exe –processStart “Teams.exe” –process-start-args “-disable-features=HardwareMediaKeyHandling –system-initiated” Den vil formentlig nulstille sig selv igen efter opdateringer.