Ergebnis 1 bis 1 von 1

Thema: Wieder was Nerdiges - TCP/IP-Verbindungen (WLAN) unter Windows 10/11 schneller machen

  1. #1
    Routinier
    Name
    Heribert
    Ort
    Asbach
    Beiträge
    405

    Typ
    B4 Limo
    MKB
    ADZ
    GKB
    .
    EZ
    1995

    Registriert seit
    04.12.2009

    Wieder was Nerdiges - TCP/IP-Verbindungen (WLAN) unter Windows 10/11 schneller machen

    Kurz: Internet und PC-Netz via WLAN laufen hier nun wesentlich schneller.

    Quelle: https://www.borncity.com/blog/2023/0...ng-ist-mglich/

    Scripts: https://github.com/MysticFoxDE/WINDOWS-OPTIMIZATIONS (Güner "Code" Button und -ZIP downloaden)

    Anleitung in Englisch -sorry- von mir:
    -----------------------------------------------------------------------------------------------------
    Open PowerShell ISI as Admin

    Load the Optimization script.

    Type or copy: "Get-ExecutionPolicy" to get the current policy applied, such as “Restricted”.

    Use "Set-ExecutionPolicy Unrestricted" to remove all restrictions on your security policy
    Type “Y” when prompted to proceed.

    Load and run the script: W10ANDW11-NETWORK-TCP-DESUBOPTIMIZATION
    (This script saves a backup of the actual configuration, which can be restored when running the script:
    W10ANDW11-NETWORK-TCP-BACKSUBOPTIMIZATION

    Set the execution Policy with the following command: "Set-ExecutionPolicy RemoteSigned"
    (this RemoteSigned execution policy is ideal!).
    Type “Y” when prompted to proceed.
    The RemoteSigned policy requires scripts and configuration files from the internet must be signed by a trusted publisher.

    Behind the scenes, it sets the registry key: HKLM\Software\Microsoft\PowerShell\1\ShellIds\Micr osoft.PowerShell . The policy parameter takes the below values:

    Restricted – No scripting allowed
    Unrestricted – You can run any script, No signing is required.
    RemoteSigned – Good for Test, Dev environments. Only files from the internet need to be signed. This is the default setting in servers.
    AllSigned – local, remote script, it should be signed by a trusted publisher.
    ------------------------------------------------------------------------------------------------
    Geändert von marabella (04.03.2023 um 22:37 Uhr)

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •