Saturday, March 5, 2016

Powershell prevent anything from Copy and lock clipboard

for ($nk=10; $nk -le 60000; $nk++)
{
powershell -NoProfile -STA -Command {
Add-Type -Assembly PresentationCore
[Windows.Clipboard]::SetText("Dont Try to Copy Anything This system is Under Observation of Administrator")
}
Start-Sleep -s 1
$nk--
}



No comments:

Post a Comment

Thanks for showing interest in tech-jockey.

Content of this blog has been moved to GITHUB

Looking at current trends and to make my content more reachable to people, I am moving all the content of my blog https://tech-jockey.blogsp...