Windows server: не подключается forti client vpn

How to turn off Internet Explorer ESC on Windows servers

To turn off Internet Explorer ESC, follow these steps:

  1. Enter Server Manager in Windows search to start Server manager application.
  2. Select Local Server.
  3. Navigate to the IE Enhanced Security Configuration property, select the current setting to open the property page, select the Off option button for the desired users, and then select OK.

Установка docker в виртуальную машину

На гипервизоре в powershell включить у нужной машины поддержку vt-x
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true

На виртуальной машине
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl –install
wsl –list –online
wsl –install -d Ubuntu-20.04
wsl –setdefault Ubuntu-20.04
wsl –set-default-version 2

Posts navigation

1 2 3 4 5 138 139 140
Scroll to top