Cannot connect to an AWS EC2 Windows instance with WINRM
When we launch an AWS EC2 instance with Windows 2012, Windows 2016, Windows 2019, the “Administrator” local account is automatically created and added to the Administrators group. We can decrypt the Administrator password using the private…
Speed up your Windows computer
Windows executes an application every day to check the compatibility of the programs on your computer. Microsoft Compatibility Appraiser runs randomly between 3 am and 5 am in the morning, and in the first 2 hours when you turn on your computer. It can…
Speed up the Windows 10 user interface
Windows 10 has pretty effects to fade in and out windows, animate the opening of menus and other objects. If you prefer a relaxed appearance, it is for you, but if you want to complete your tasks and view the result of your actions faster, here is the…
Configure Epson WF-3520 scanning on Windows 11
Install the Epson WF-3520 scanner driver and scanning utility Connect to the Epson WF-3520 scanner To enable the Preview function In Windows 11 the Preview button is not visible by default. To make the Preview button visible on the Epson Scan page, we…
Configure the target server for PSEXEC
PSEXEC is a remote procedure execution tool written by Mark Russinovich at Microsoft and available for download at https://docs.microsoft.com/en-us/sysinternals/downloads/psexec. To use PSEXEC you need to open ports 135 (TCP) and 445 (TCP) on the target…
Map the host drive in a VMware Fusion Windows virtual machine
Every time I start a PowerShell terminal on my Windows VMware Fusion virtual machine I have to map the host drive of my MacBook Pro. I execute this command in PowerShell:
The installation of this package failed
When we tried to install the Microsoft Access Database Engine and Office 2007 System Driver on a Windows Server 2016 an error message popped up immediately: The installation of this package failed When we ran the installation with the logging option, we…
Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel.
Older PowerShell versions do not use TLS1.2 as the default version during the SSL handshake. When the API requires TLS1.2 the error message appears: Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel. To…
Computer failed to join domain from its current workgroup ‘WORKGROUP’ with following error message: The system cannot open the device or file specified.
When you use PowerShell to join a Windows server to the domain make sure the -OUPath is correct. Computer failed to join domain from its current workgroup ‘WORKGROUP’ with following error message: The system cannot open the device or file…
Computer ‘…’ failed to join domain. The value provided as the current password is incorrect.
Computer ‘…’ failed to join domain ‘…’ from its current workgroup ‘WORKGROUP’ with following error message: Unable to update the password. The value provided as the current password is incorrect. If you can…