A
Amusens
Gast
Hallo CB'ler,
Das:Microsoft mit Emergency Update für Windows 10 < Habe ich schon gemacht
Hier mein Office System
Habe es nach der Anleitung gemacht:
Das:Microsoft mit Emergency Update für Windows 10 < Habe ich schon gemacht
Hier mein Office System
Habe es nach der Anleitung gemacht:
Code:
Verifying that protections are enabled
To help customers verify that protections are enabled, Microsoft has published a PowerShell script that customers can run on their systems. Install and run the script by running the following commands.
Note These verification steps only apply to Windows client and not to Azure instances. For further cloud guidance, see the Azure blog.
PowerShell Verification using the PowerShell Gallery (Windows Server 2016 or WMF 5.0/5.1)
Install the PowerShell Module
PS> Install-Module SpeculationControl
Run the PowerShell module to validate the protections are enabled
PS> # Save the current execution policy so it can be reset
PS> $SaveExecutionPolicy = Get-ExecutionPolicy
PS> Set-ExecutionPolicy RemoteSigned -Scope Currentuser
PS> Import-Module SpeculationControl
PS> Get-SpeculationControlSettings
PS> # Reset the execution policy to the original state
PS> Set-ExecutionPolicy $SaveExecutionPolicy -Scope Currentuser
Quelle:https://support.microsoft.com/en-us/help/4073119/protect-against-speculative-execution-side-channel-vulnerabilities-in
Zuletzt bearbeitet von einem Moderator: