Posts tagged windows

Empty the clipboard as keystrokes with AutoHotKey (Windows)

This is an AutoHotKey script for pasting the clipboard contents by simulating hardware keystrokes. It also fixes for stuck keys such as control and shift keys after the shortcut runs which are useful when pasting into a KVM, VMware console, RDP or Citrix session where latency is high or clipboard support doesn’t exist.

Read more ...


2147943712 Task Scheduler

When trying to get the Task Scheduler to run regardless of if a user is logged on or not.

Read more ...


Make any Windows window transparent

Everything displayed in the Windows user session is ultimately controlled by the Windows GDI Any everything displayed in a users session must run as that user (without modifying kernel or display drivers). Python provides a convenient API to control GDI.

Read more ...


Failover Cluster add disk fails on Windows

When trying to add a new cluster disk in a Failover Cluster the following error comes up in the report.

Read more ...