Windows RDP Lockout
When connecting to a windows RDP server, i got error We couldn’t connect to the remote PC because the user account has…
When connecting to a windows RDP server, i got error We couldn’t connect to the remote PC because the user account has…
When trying to mount a Windows NTFS partition on Linux, I got the following error message This is because Windows Machine is…
If you lost your windows user password, you can boot into Linux Live CD or Rescue CD and reset your Windows password…
If you are using a Windows Server, you may need to backup your data as storage devices can fail at any time.…
MS SQL Server does not allow remote connection by default. To enable MS SQL remote connection, you need to open port 1433…
To uninstall a PowerShell module use the Uninstall-Module command. The module should not be in use to uninstall it. Uninstall-Module -Name MODULE_NAME_HERE…
PuTTY is a very lightweight SSH Client software for the Windows Operating system. Sometimes you need to back up and restore Putty…
To restart IIS from command line, click on start, search for “cmd”, right click on “Command Prompt” select run as Administrator. On…
You can download nginx for windows from https://nginx.org/en/download.html To download nginx from command line, use following command in PowerShell Invoke-WebRequest -Uri https://nginx.org/download/nginx-1.19.6.zip…
To download a file using PowerShell, run Invoke-WebRequest -Uri URL_HERE -OutFile FILE_NAME_HERE Example Invoke-WebRequest -Uri http://nginx.org/download/nginx-1.17.10.zip -OutFile nginx-1.17.10.zip See Windows
Windows Server 2008 R2 come with IIS 7.5, latest supported TLS version is 1.1. Recently Google Chrome starting showing sites using TLS…