Category: Windows
-
Using RDP on Windows to Ubuntu Running XRDP but Encounter Session Closed Immediately After Login
The root cause is, surprisingly, that only one session per user account is allowed to log in either locally on the machine or through an RDP session. A screenshot of the solution and explanation is below: The original post is here.
-
How to Deal with “无法分析响应内容,因为 Internet Explorer 引擎不可用,或者 Internet Explorer 的首次启动配置不完整” Error
You might encounter the titular error message when executing curlor Invoke-WebRequestcommands in PowerShell console. It means that by default, Invoke-WebRequest is using the Internet Explorer engine to parse the response content, which may not be functioning properly. To resolve this issue, you can use the Invoke-WebRequest command with the -UseBasicParsing parameter to use the basic…
-
How To Fix “Windows Can’t Be Installed On Drive 0 Partition 1” Error
Just encountered this titular error when I tried to reinstall Windows 10 on a 5-year-old laptop with a SATA disk under AHCI mode. After a simple search, YouTube/Google did give back a slew of videos that feature, most likely, a very welcoming Indian accent. However, they are all quite lengthy and wordy. Luckily the below…