Cumulative Update KB4494441 Windows 10 v1809 Build 17763.503 - May 14 Win Update

Page 15 of 31 FirstFirst ... 5131415161725 ... LastLast

  1. Posts : 27,165
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #140

    ddelo said:
    There is a new version 1.0.14 of the PowerShell script SpeculationControl

    Installation steps:

    1. Open PowerShell as Administrator and run the command:
    Code:
    Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

    2.1 To install the new version, keeping the already installed versions of the script:
    Code:
    Find-Module -Name 'SpeculationControl' | Save-Module -Path "$env:ProgramFiles\WindowsPowerShell\Modules"

    2.2 To install the new version, uninstalling all previously installed versions of the script (clean install of new version):
    Code:
    Uninstall-Module -Name 'SpeculationControl' -AllVersions -Force -Verbose
    Find-Module -Name 'SpeculationControl' | Save-Module -Path "$env:ProgramFiles\WindowsPowerShell\Modules"

    3. To run the new version of the script, close and reopen your PowerShell session as Administrator and type the commands:
    Code:
    Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
    Get-SpeculationControlSettings
    Ah Dimitri, wouldn't it be easier this way to post it
    Instal Speculation Control 1.0.14.ps1

    I prefer automation
      My Computers


  2. Posts : 68,668
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #141

    Cliff S said:
    @Brink :https://support.microsoft.com/en-us/...date-kb4494441

    They update the known issues with this:

    Thank you Cliff. First post updated.
      My Computers


  3. Posts : 68,668
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #142

    Cliff S said:
    @Brink :https://support.microsoft.com/en-us/...date-kb4494441

    They update the known issues with this:

    Thank you Cliff. First post updated.
      My Computers


  4. VBF
    Posts : 602
    Win 10 Pro
       #143

    Brink said:
    Thank you Cliff. First post updated.
    FYI - it was still doing it at about 11:00 BST today (16 May). See my updated post 92.
    Having said that, we do know it's not a serious issue now...just MS being MS
      My Computers


  5. Posts : 2,450
    Windows 10 Pro x64
       #144

    Cliff S said:
    Ah Dimitri, wouldn't it be easier this way to post it
    Instal Speculation Control 1.0.14.ps1

    I prefer automation
    My dear friend, I do too!
    The issue here was that steps 2.1 and 2.2 are mutually exclusive.
    It's up to the user to decide if he/she wants to keep the older versions (2.1) or clean install the script by uninstalling any previously installed versions (2.2).
    In that case we should have given such a choice to the user, within a script, which is easily doable.
    In my post, I just wanted to provide a quick and dirty solution to anyone who just wanted to install the script!
    But as I said before, the "customer" (especially the good ones, like Cliff) is always right. If you want it, I can do it.
      My Computer


  6. Posts : 2,450
    Windows 10 Pro x64
       #145

    EdKiefer said:
    Thank you, this got me updated to new version but I had to use "Import-Module SpeculationControl " after "
    Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process" in step 3. I used step 2.1.
    Anyway it worked, shown MDS stuff now.
    You're most welcome! Glad it helped you.
    And as a side note, you don't need to run the import-module command, in Powershell V4.0 and later, once you save the module in a folder included in the environment variable PSModulePath.
    The folder "$env:ProgramFiles\WindowsPowerShell\Modules" is included, so any modules saved in there, are accessible by Powershell, without importing them.
      My Computer


  7. Posts : 27,165
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #146

    Dimitri it's just I have written so many instructions for members here, and they always say "It didn't work??!!".
    And why?
    Because they almost always skip a step or think they don't need to a step.
    So when possible, I feel it's just best to automate a process, where I can, so I don't have to troubleshoot their failure to follow instructions step for step.
      My Computers


  8. Posts : 2,450
    Windows 10 Pro x64
       #147

    Cliff S said:
    Dimitri it's just I have written so many instructions for members here, and they always say "It didn't work??!!".
    And why?
    Because they almost always skip a step or think they don't need to a step.
    So when possible, I feel it's just best to automate a process, where I can, so I don't have to troubleshoot their failure to follow instructions step for step.
    Now, how can anyone question this statement.....?
    Absolutely true. I couldn't agree more Cliff!
      My Computer


  9. Posts : 27,165
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #148

    ddelo said:
    Now, how can anyone question this statement.....?
    Absolutely true. I couldn't agree more Cliff!
    Well I should know!
    .
    .
    .
    .
    I forgot the first step the first time: Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
      My Computers


  10. Posts : 2,450
    Windows 10 Pro x64
       #149

    Cliff S said:
    Well I should know!
    .
    .
    .
    .
    I forgot the first step the first time: Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

    Shame on you Cliff...
    Not acceptable by a Power User, like yourself!!!!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:25.
Find Us




Windows 10 Forums