(How To Shutdown PC In 1 Second)  

Shutdown In 1 Sec 

ctrl+alt+dell then hold ctrl and click shutdown

Mirza Mohsin Mughal

 

How Many Sim Reg Your I.D

Just Visit And Find How Many Sims Issued From Your CNIC

http://210.2.169.131:8000/app/sis.asp?cnic=Id Here

http://www.pta.gov.pk/668/index.html

Its Magic Check It

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0); 


PUT THIS CODE TO INTERNET EXPLORER ADDRESS BAR, PRESS OK.
SEE THE MAGIC>>>>>

Show Ur Name In Logon

check this out

You can create a message that will appear when you log on to your computer.

Click Start, click Run, type regedit, and then click OK.

In the Registry Editor, drill down to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Right-click LegalNoticeCaption, click Modify, type My Windows XP Machine, and then click OK.

Right-click LegalNoticeText, click Modify, and then type your message.

Close the editor and your new message will appear at every log on.

You may have to be signed in as admin, I'm not sure. Don't mess around too much in the registry because if you do something wrong it can severely damage your system. To be sure make a backup of data of your comp before trying this.

Triel Version Update

Asalam-O-Alikum

Koi bi Trial Version software install ya Download karne se pehle apne computer ki taskbar me jo date hai us ko barha dain masal ke tour per agar aap ke taskbar per date hai 11 feb 2009 to aap us ko 11 feb 2012 ya koi bi date set ker dain aur jab wo software install kar lain to date dobara thek ker lain.aap dekhe ge ke software ka trial time barh jaee ga.

Agar Aap ne Trial Version Software install ya download ker chuke hain to aap ko pershan hone ki zarrorat nahi is ka hal bi hai.

aap apne computer ki taskbar me se date ko 1 ya 2 saal peechee ker dain ya date ko 70,80 saal aage ker dain.

ager aap ko ye tip pasand aai to duaoon me yaad rakhei ga aur reply kejien ga.shukria

 Find Complete Record Using CNIC

Using CNIC Find Complete Record of any Pakistani National 
Now you can search the complete record of any Pakistani using CNIC e.g. Full Name, Father Name, Date of Birth, complete Address and Union Council etc at 

http://search.ecp.gov.pk/

Adobe Photoshop Keyboard Shortcuts


File Menu shortcuts
----------------------------------------------------------------------------------------------
Ctrl+Alt+Shift+S Save the opened document for Web

Ctrl+Shift+P To change Page Setup for printing

Alt+Ctrl+P Print the opened document with preview

Alt+Shift+Ctrl+I To display the info of opened file

Ctrl+Q Used to exit from adobe Photoshop

Edit Menu shortcuts
----------------------------------------------------------------------------------------------
Ctrl+Z To undo/redo the last changes

Alt+Ctrl+Z Go to one step backward

Shift+Ctrl+Z Go to one step forward

Ctrl+X or F2 Used to cut the selected area

Ctrl+C or F3 Used to copy the selected area

Ctrl+V or F4 Used to Paste the copied value


Image Menu shortcuts
----------------------------------------------------------------------------------------------
Ctrl+L To adjust the color levels

Alt+Shift+Ctrl+L To adjust the auto Contrast

Ctrl+B Used to adjust the Color and Tone balance

Ctrl+U Used to adjust the Hue/Saturation

Ctrl+Alt+X Used to Extract the selected area

Ctrl+I Used to Invert

Layer Menu Shortcuts
----------------------------------------------------------------------------------------------
Ctrl+N Used to insert new Layer

Ctrl+J Used to move Layer via copy

Ctrl+Shift+J Used to move Layer via cut

Ctrl+G To create the Group of layers

Shift+Ctrl+G To create the ungroup of layers

Ctrl+E Used to Merge the Layers

Ctrl+Shift+E Used to Merge Visible

Select Menu Shortcuts
----------------------------------------------------------------------------------------------
Ctrl+A Used to select all

Ctrl+D Used to deselect all

Alt+Ctrl+A Used to select all layers

Shift+Ctrl+D Used to reselect

Filter Menu Shortcuts
----------------------------------------------------------------------------------------------
Alt+Ctrl+X Used to extract the selected image

Shift+Ctrl+X Used to Liquify the selected image

Alt+Shift+Ctrl+X To create the Pattern Preview

Ctrl+F Used to view the last Filter

Filter Menu Shortcuts
----------------------------------------------------------------------------------------------
Ctrl++ or Ctrl+= Used to apply Zoom in

Ctrl+- Used to apply Zoom out

Ctrl+0 Used to view as Fit on screen

Ctrl+R Used to display the Rulers

F9 Used to display the Actions panel

F5 Used to display the Brushes panel

F6 Used to display the Color panel

How to lock folder without software

Let me show you how to lock a folder without a software!

Steps:

1- make a new folder ( name it as you like )

2- inside this folder make a ( TXT ) file & copy inside it this (the entire thing)


Code:
Quote:
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "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%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End


3- After u copy the Commanding go to line 23 (or try using shortcut- CTRL+F and type password to locate the line) u will find this word : password here (Change it with any password u like.) is :

eg: if NOT %pass%== narnia1234 goto FAIL
//so ur password here becomes narnia1234 .//

4- After that go to ‘save as’ & name this file as "locker.bat "

5- Now back to the folder & u will find a ( LOCKER ) commanding.
(locker.exe)

6- Double Click on it & u will find a new folder (Private )

7- Ok ,, now copy what u want in this "private Folder" & after that come out of the folder, and Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?

8- Type Y. your private folder will dissapear.

9- If you want to UNLOCK your folder ,go to (locker) & type your pass and you will see your private folder.

it not only hides the fodler, but incase, u unhide all files... and try opening it without entering password, it'l take u to the control panel...

Also, if u want to store files on your Pen-Drive, u can use this script. No Software Required

Incase u delete your Locker file (just in case), then u can make a new one (but with the same password) and open it from that.

Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only then bring it back to that place ..

+rep or thank me for this nice find!

HIDE DRIVES

Go To Start Then Type diskpart In Run, Then Type 
(list volume) And Enter You Can See Information Of Hard Drives, 
For Example If You Want Hide G Drive Then Type 
(select volume 5) And Enter
Now Type (remove letter g) And Enter
Now Your Drive Hide.

If U Want Unhide.....


Go To Start Then Type diskpart In Run, Then Type 
(list volume) And Enter You Can See Information Of Hard Drives, 
u Want unHide G Drive Then Type 
(select volume 5) And Enter
(assign letter g) And Enter
Now Your Drive unHide

MAKE YOUR SYSTEM P9

start pe click kar k run mai jayen waha regedit type karen or enter press kar den
phir matluba destination tak is tara jayen
HKEY_LOCAL_MACHINE - HARDWARE - DESCRIPTION - SYSTEM - CentralProcessor - and type this ProcessorNameString
apka computer aa gaya ap jo marzi change kar lein
have a fun...
check karne k lye My Computer pe right click karen or dekhen apna pc
waise figure mai mera pc b dekhen

lekin ab agar koi aisa kare hamare sath to hum kaise check karen ge ?
jitna marzi koi aise change kare

ap ne start phir run pe jaa k "dxdiag" likh k enter press karna hai
ap k pc ki true figer ap k samne aa jaye gi.. jo k change nahi ho sakti..

Virus Remove Without Install Window

Asslam-o-Alikum
Aaj Kal Jo Boht Virus A Raha Hai Us Ka Naam Hai Autorun Jo K Double Click Karte Hi Drive Mein Ghuss Jata Aur Chaines Virus B Kuch Isi Tarah Ka He Hai Un Ko Remove Kar K Tools To Mojoud Hai Lakin Gillani Aap K Lia Ek Choti C Tip Le Kar Hazir Hai Tu Shuru Karte Hai

Start :
Aap Ki Jo Drive Iss Virus Se Effected Hai Us Ko Rename Kar Dein Aur Virus Khatam Ab Double Click Kar K Drive Open Kar Lein

1 Rupee Main Mobitune Set Karein

kia kisi ko pata hai k jazz se konsa code milane se 1 Rupee mein pora ghanta mobitune sun sakte hain Yeh Code Apne Mobile Se Dial Karein Aur Dialtune Set Karein Sirf 1 Rupee Main
0230154130

Open Your Computer Without Mouse 

Agar Aap Ka Mouse Kharrab Ho Oor Aap Ney My Computer Khoolna Ho To...........

Bara Assan sa Hal hey

Run Mey Ja K ... 3 Dots Likhey Or Phir Ok Ka Button Press Kar Dey

My Computer Khud Ba Khud Hi Khul Jayey Gaa

Or Agar Aap Ney My Document Khoolna Ho Tooo
Run Mey Ja K .. 2 Dots Likhey Or Phir Ok Ka Button Press Kar Dey

My Document Khul Jayey Gaa

Or Agar Aap Ney Administrator Key Documents Khoolna Ho Tooo
Run Mey Ja K . 1 Dot Likhey Or Phir Ok Ka Button Press Kar Dey

Administrator Document Khul Jayey Gey.

Please Send Us Your Feed Back

Sign In To Yahoo

Home|Contact|Computer Tips|Nokia Tips|Beauty Tips|Phone Directory|Who Is Online|Mp3 Songs|Poetry|Urdu.zoonic|Urdunama|

Google Search

Google

Free Web Hosting