Lock your Windows XP
1: Shortcut2: Using DOS
3: Create a .bat file
There are several ways available to be able to lock Windows XP (including Home Edition and XP Pro)
1: Shortcut
(I) Right click on your desktop and select New > Shortcut from the list
(II) Copy and paste the command rundll32.exe user32.dll, LockWorkStation and click "Next" (III) You can choose to label the shortcut before choosing the "Finish" option
2: Using DOS
(I) Go to the "Start" button and choose the "Run" option
(II) Type in "CMD" and when the command window pops up, copy and paste rundll32.exe user32.dll, LockWorkStation before pressing the Enter key 3: Create a .bat file
(I) Open a new Notepad document and copy and paste the command
@echo off rundll32.exe user32.dll, LockWorkStation cls
(II) Save the text file as a .bat file
(III)Once done, all you have to do is to run the file by double clicking on it
Comments
Post a Comment