Skip to content

Instantly share code, notes, and snippets.

@shahriarhossain
shahriarhossain / Desktime.Hack.ps1
Created August 23, 2020 11:20 — forked from nayan2/Desktime.Hack.ps1
This is a script that will help you to hack your desktime activity by moving mouse
# Clear the host
Clear-Host
# Write/Log the starting date and time
Write-Host "Desktime Hack Started At" (Get-Date -Format G)
# Load assembly to manipulate mouse funationality
Add-Type -AssemblyName System.Windows.Forms
# Load Win 32 dll method for minimize and maximize window