Új hozzászólás Aktív témák

  • joghurt

    addikt

    Köszönet a cikkért; ilyenek kellenének ide az N+1-edik gamer egér bejelentése helyett.

    Néhány kiegészítés:
    - A PowerShell 5.x telepítése nem triviális. Ha a Microsoft weblapján leírt első módszer szerint járunk el, nem fog felmenni, mert Windows 7 alatt alapból le van tiltva a futtatás. Tehát inkább Windows Intézőből duplaklikk az .msu-n, és úgy telepíteni.

    - Az Install-Module SpeculationControl-ra jön figyelmeztetés, hogy ellenőrizetlen forrásból készülünk telepíteni. (Annyi esze persze nincsen a PS-nek, hogy kiírja, pontosan honnan is.)

    - A Set-ExecutionPolicy Bypass nálam nagy piros figyelmeztetést ír ki:
    Set-ExecutionPolicy : Windows PowerShell updated your execution policy successfully, but the setting is overridden by a
    policy defined at a more specific scope. Due to the override, your shell will retain its current effective execution
    policy of RemoteSigned. Type "Get-ExecutionPolicy -List" to view your execution policy settings. For more information p
    lease see "Get-Help Set-ExecutionPolicy".
    At line:1 char:1
    + Set-ExecutionPolicy Bypass
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : PermissionDenied: (:) [Set-ExecutionPolicy], SecurityException
    + FullyQualifiedErrorId : ExecutionPolicyOverride,Microsoft.PowerShell.Commands.SetExecutionPolicyCommand

    - A Get-Speculation ControlSettings nálam hibával kiájult, mert
    Get-Speculation : The term 'Get-Speculation' is not recognized as the name of a cmdlet, function, script file, or opera
    ble program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + Get-Speculation ControlSettings
    + ~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (Get-Speculation:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    A tej élet, erő, egészség.

Új hozzászólás Aktív témák