View Single Post
Old 09-01-2018, 03:39   #76
war4peace
Senior Member
 
Join Date: Mar 2013
Location: Bucureşti
Posts: 8,448
Mentioned: 287 Post(s)

PC-ul meu



Send a message via Yahoo to war4peace Send a message via Skype™ to war4peace
Default

Quote:
Originally Posted by bmf View Post
The Powershell command below will download and install a Powershell module for testing for the Meltdown and Spectre flaws.

Install-Module SpeculationControl
If you run the command and get execution errors, you might need to adjust your Powershell execution policy. Run the following command:

Set-ExecutionPolicy Bypass
Now, you know can run a second Powershell command that actually checks your system:

Get-SpeculationControlSettings
Google says that not all CPUs are vulnerable to the Meltdown and Spectre flaws, but if the result will look like this, with lots of red-colored text, then you're CPU and OS are vulnerable to these attacks. Most likely, it looks like this.

https://www.bleepingcomputer.com/new...tre-cpu-flaws/
Code:
PS C:\WINDOWS\system32> Install-Module SpeculationControl

NuGet provider is required to continue
PowerShellGet requires NuGet provider version '2.8.5.201' or newer to interact with NuGet-based repositories. The NuGet
 provider must be available in 'C:\Program Files\PackageManagement\ProviderAssemblies' or
'C:\Users\war\AppData\Local\PackageManagement\ProviderAssemblies'. You can also install the NuGet provider by running
'Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force'. Do you want PowerShellGet to install and import
 the NuGet provider now?
[Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"): Y
...şi acolo rămâne.
Am stat 20 de minute şi nimic.

LE: cu opţiunea "-verbose" face aşa:

Code:
PS C:\WINDOWS\system32> Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force -verbose
VERBOSE: Using the provider 'Bootstrap' for searching packages.
VERBOSE: Finding the package 'Bootstrap::FindPackage' 'NuGet','','2.8.5.201','''.
VERBOSE: Cannot download link 'https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409', retrying for '2' more
times.
'tu-ţi Windowsu' mă-tii. Evident că link-ul merge din browser.
__________________


Quote:
Originally Posted by Hemisphere View Post
Dacă vrea să se sinucidă, e de ajuns să urce la nivelul ego-ului său și să se arunce la nivelul IQ-ului său...job well done!

Last edited by war4peace; 09-01-2018 at 03:45.
war4peace is offline   Reply With Quote