Posted On March 31, 2019

Two Useful Workstation Shortcuts for Non-Savvy Users

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Two Useful Workstation Shortcuts for Non-Savvy Users
Lockdown: %windir%\system32\rundll32.exe user32.dll,LockWorkStation
Shutdown: shutdown -s -m \\computername -t 7200

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Disable Startup Automatic Repair

Problem: Sometimes, a certain virtual machine would not boot correctly when it's being moved between…

Registry Key to Reset Offline Cache

Symptom:File(s) and/or folder(s) is inaccessible from a certain machine when navigating toward the remote file…

PowerShell RandomPassword Function

function randomPassword{    # return a reasonably randomized password that starts with "KimConnect:" plus 25…