- For this a Windows XP cd required.
- Now place the Windows XP cd in your cd/dvd drive.
- Go to start menu and click on Run button and type sfc/scannow or chkdsk/r.
this is meant for windows XP users alone.
Welcome to the Mystic Computer Land. Where you get all your necessary computer Tips and Tips.
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
network.http.max-connections : 48
network.http.max-connections-per-server : 24
network.http.max-persistent-connections-per-proxy : 12
network.http.max-persistent-connections-per-server : 6
network.http.pipelining : true
network.http.pipelining.maxrequests : 8
network.http.proxy.pipelining : true ( double click to 'true')
cls
@ECHO OFF
title Folder LockerByPrabirGhoshIndia
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%==12345 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
Dim message, sapiAfter saving it double click on .vbs file and write anything (in English) into the box and click OK.
message=InputBox("What do you want me to say?","Speak to Me powered by 001 Easy Tricks")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message