Skip to content

Releases: 5GIGABYTE/autologoff

1.7.4 (Stable Release)

20 Feb 00:54
80995c2
Compare
Choose a tag to compare

IF THERE ARE ERRORS EMAIL THIS BELOW

[email protected]

This release can work for the following operating systems.

Windows XP
Windows Vista
Windows 7
Windows 8
Windows 8.1
Windows 10 (2015+)
Windows 11 (Full Support)

Version 1.7.1 + 1.7.2 uses a basic Windows VBS Script provided by Notepad. Please do not edit the script unless you know what you are doing.

Following articles used to create this software

https://www.wikihow.com/Make-a-Fake-Error-Message-in-Windows

You can use this article to create it yourself as well!

The code I used is below


x=msgbox("This is a testing VBS script that will automatically log you off your computer.", Button+64, "Logging Off Command")
x=msgbox("Do you wish to continue?", Button+64, "Wish or no?")
x=msgbox("Fork me on GitHub at @5GIGABYTE", Button+64, "Fork Me")
Set oShell = CreateObject("WScript.Shell")
WScript.Sleep 0
oShell.Run "logoff.exe", 0, False

Fork me at @5GIGABYTE

Full Changelog: 1.7.1...1.7.4