<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Adds -->
<ins class="adsbygoogle"
     style="display:inline-block;width:320px;height:100px"
     data-ad-client="ca-pub-0041633244687780"
     data-ad-slot="9478097269"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

Disable the Fn key of my keyboard

Greetings,

Try FN+NumLk to deactive the Fn key.

Good luck and let me know!

How To Lock A Folder Using Notepad

1. Start--> Run --> Notepad and hit enter.
2. Now Copy below code and paste it in notepad

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Now Save Notepad as FolderLock.bat.

3. Now double click on FolderLock.bat file then a new folder named as Locker is created.

4. Save your files in Locker folder then again double click on the FolderLock.bat, a prompt is displayed.

5. To lock the folder(Locker) press "y " in the prompt, to unlock press "n" in the prompt.

Protect Mozilla Firefox With Passward

Lock Mozilla Firefox to Protect Your Data From Others.

Step1:-
Go to www.google.com
Type:-adss on profile passward for Mozilla Firefox.

Download "adss on profile passward"
save it................................Then install....

Now Go to Tools-> General Tab->Manage Addson->Give Passward To Mozilla Firefox.
Enjoy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

How To Display Message On Windows XP Welcome Screen

  • Go to Start --> Run and type regedit and hit Enter.
  •  Now Navigate for the Path HKEY_LOCAL_MACHINE\SOFTWARE\Mcft\Windows NT\CurrentVersion\Winlogon.
  • Now change the key legalnoticeaction and change the name what ever you want, this key is used to give the name of the window to appear.
  • Modify the key legalnoticetext with what you want the window to display.
  • Restart Your Computer.