docs

Home All functions Categories

vuWindowsKey(Disable)

vuWindowsKey(LONG), Signed

Description

Modifies the system registry to enable or disable the Windows key on the keyboard. Changes take effect only after the computer is rebooted.

Parameters

Parameter Data Type Description
Disable LONG Set to 1 to disable the Windows key, 0 to enable it.

Returns

A BYTE value:

Example

! Disable the Windows key
vuWindowsKey(1)

! Enable the Windows key
vuWindowsKey(0)

Notes

Home All functions Categories