How to change windows 7 boot screen
If you are bored with the original boot screen in win7 and want to change it to pictures or animation of your owns, here is the steps of how you can do it..
Tweaking
Wednesday, 1 February 2012
Saturday, 28 January 2012
How to lock folders without using any software
Lock and hide folders using notepad
1. Open Notepad
2. Copy the code below and paste it in notepad.
cls
:End
@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%==12345678 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
1. Open Notepad
2. Copy the code below and paste it in notepad.
:End
@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%==12345678 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
Wednesday, 25 January 2012
Monday, 23 January 2012
Increase Your Internet Speed By 20%
How to increase your internet speed by 20%
Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Update and interrogating your PC, etc...
so, this is how you can get the used 20% bandwidth back:
1. Click start menu, and open Run, or you can use shortcut by pressing "Windows logo + R", and type "gpedit.msc" without quotes. This will opens the group policy editor.
2. From the left hand side of the windows:
> double click on "Local Computer Policy"
> double click on "Computer Configuration"
> double click on "Administrative Templates"
> double click on "Network"
> double click on "QOS Packet Scheduler"
Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Update and interrogating your PC, etc...
so, this is how you can get the used 20% bandwidth back:
1. Click start menu, and open Run, or you can use shortcut by pressing "Windows logo + R", and type "gpedit.msc" without quotes. This will opens the group policy editor.
2. From the left hand side of the windows:
> double click on "Local Computer Policy"
> double click on "Computer Configuration"
> double click on "Administrative Templates"
> double click on "Network"
> double click on "QOS Packet Scheduler"
Subscribe to:
Posts (Atom)