Cumulative Update KB4482887 Windows 10 v1809 Build 17763.348 - March 1 Win Update

Page 14 of 34 FirstFirst ... 4121314151624 ... LastLast

  1. Posts : 428
    Windows 11 pro X64 latest
       #130

    Steve C said:
    I have the report BTIKernelRetpolineEnabled : False

    Is there anything users can do to enable this option or do we just wait for it to be enabled by a future update?

    Note you need to run the command Install-Module SpeculationControl -force, so you install the latest program update which provides the report on Retpotline
    After that how can uninstall the old one. I know with -force both versions exist side by side.
      My Computers


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

    To install the latest version of the SpeculationControl script, open PowerShell as Admininstrator and run the command

    Code:
    Find-Module -Name 'SpeculationControl' | Save-Module -Path "$env:ProgramFiles\WindowsPowerShell\Modules" -Force
    Prerequisite: Internet connection.

    If you're on PowerShell version 4 and above, once you save the module in the $env:ProgramFiles\WindowsPowerShell\Modules path, there is no need to install the module, since the $env:ProgramFiles\WindowsPowerShell\Modules folder is included in the $env:PSModulePath system variable and PowerShell will find it, without any installation.

    And one last thing.
    To run the Find-Module command you need to have installed the NuGet provider.
    If you don't have it, once you run the above command, you will be asked to install Nuget. Go ahead and install it.
    Last edited by ddelo; 04 Mar 2019 at 10:15.
      My Computer


  3. Posts : 2,450
    Windows 10 Pro x64
       #132

    boombastik said:
    After that how can uninstall the old one. I know with -force both versions exist side by side.

    The easiest and fastest way is to uninstall all previous versions and install the latest one (something like clean-install).
    Do this by running the following command in an elevated PowerShell

    Code:
    Uninstall-Module -Name 'SpeculationControl' -Force -AllVersions
    Find-Module -Name "SpeculationControl" | Save-Module -Path "$env:ProgramFiles\WindowsPowerShell\Modules" -Force

    If you do want to just delete all previous versions, try the following in an elevated PowerShell
    Code:
    $InstalledVersions = Get-InstalledModule -Name 'SpeculationControl'
    foreach ($v in $InstalledVersions) { 
        Get-InstalledModule $v.Name -AllVersions | Where-Object {$_.Version -ne $v.Version} | Uninstall-Module -Verbose
        }
    Last edited by ddelo; 04 Mar 2019 at 08:19.
      My Computer


  4. Posts : 194
    Windows 10
       #133

    Since the update, I have the following problem, that the Windows Explorer totally freezes for about a few seconds, if I delete a folder with a lot of small files in it, though not really "a lot", maybe 100+. Or if I cut 100+ small files into a new folder.

    I also have still a lot of issues with TabTip.exe, that if clicking, the entire start bar freezes and it wont come up for about 10 seconds, or then even wont ever appear at all. That happens on all my Pcs.

    Also... Retpoline wont work for Skylake and newer Intel CPUs.
      My Computer


  5. Posts : 297
    Windows 10 Pro x64
       #134

    Guys, what's the default Execution Policy for the 5 Scope?
    Attached Thumbnails Attached Thumbnails Cumulative Update KB4482887 Windows 10 v1809 Build 17763.348 - March 1-untitled.png  
      My Computer


  6. Posts : 297
    Windows 10 Pro x64
       #135

    @Ztruker Everything looks exactly the same with you except; L1DFlushSupported : True

    @
    boombastik I'm getting the same like you; BTIKernelRetpolineEnabled : False
      My Computer


  7. Posts : 2,450
    Windows 10 Pro x64
       #136

    khanmein said:
    Guys, what's the default Execution Policy for the 5 Scope?
    If I remember correctly the defaults for all is "Undefined", except for LocalMachine, which is "Restricted".
    Exactly what you have in your image.
      My Computer


  8. Posts : 297
    Windows 10 Pro x64
       #137

    ddelo said:
    If I remember correctly the defaults for all is "Undefined", except for LocalMachine, which is "Restricted".
    Exactly what you have in your image.
    Ef-hari-sto

    ευχαριστώ
      My Computer


  9. Posts : 2,450
    Windows 10 Pro x64
       #138

    You're welcome! (Παρακαλώ)
    Last edited by ddelo; 12 Mar 2019 at 09:30.
      My Computer


  10. Posts : 101
    10Pro x64 [2004]
       #139



    Updated March 5, 2019:

    While the phased rollout is in progress, customers who would like to manually enable Retpoline on their machines can do so...


    https://techcommunity.microsoft.com/...ws/ba-p/295618
      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 19:22.
Find Us




Windows 10 Forums