The way WSL works depends on where Windows is running. In practice, most setups fall into one of these two categories: The installation steps are similar, but the WSL version is different. Installing WSL on Windows running on EC2 Windows on EC2 does not support nested virtualization, so WSL 2 cannot be used. On EC2, […]
Category: Uncategorized
How to run a program as a different user using runas
Using runas command to run an exe with a different user. Many times we will need a program to be run as a different login account than the one we used to login to the server. We can achieve that using runas command as shown below. Open a command prompt and run the following command. […]
How to connect to SQL Server on OpenShift using SQL Management Studio
Detailed steps on connecting to SQL Server on OpenShift using SQL Management Studio from local windows machine using port-forwarding.
