Showing posts with label pc tricks. Show all posts
Showing posts with label pc tricks. Show all posts

Friday, December 21, 2012

Delete files without moving deleted files to Recycle Bin

Whenever a file is deleted , it moves into recycle bin.But not from the hard disk.So to remove any file from hard disk directly without moving it to Recycle Bin just follow these steps:

Increase your RAM and so system speed

1). Start any application, say Word. Open some large documents.


2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.

Friday, December 14, 2012

101 Tips For increasing Blog Traffic




101 Ways to Drive Blog Traffic:

Traffic is very important to the success of every webmaster and blogger. It doesn’t matter how great your content is, it still needs to be read and it is traffic that makes this possible. This post will be listing 101 ways by which you can Drive Blog Traffic.

By driving traffic doesn’t mean just getting more visitors. Before you start with your drive traffic campaign, make sure you set your goals. For example, if you are building traffic for your consumer website, you need to take care of demographics. Getting those visitors, who doesn’t have purchasing power is waste of time and resource. Similarly, on blogs, if you are not getting targeted traffic from search engines or from referral sites, your conversion rate and CTR will be too low.

So let’s start with my big list of traffic driving formula for your blog. Do remember, we keep updating the article as we learn more. Don’t forget to bookmark this page for future reference.


101 Awesome Tips to Drive Blog Traffic

Tuesday, December 4, 2012

Difference between Core i3, i5 and i7

Difference between Core i3,  i5 and i7


Apple compony will quit promoting Primary 2 Duo and Primary 2 Quad truly.

Tuesday, October 30, 2012

amazing trick for pdf document

Now u can listen to whats there in a pdf document instead of reading the whole document....
Try out the following key

Monday, October 29, 2012

Sunday, October 28, 2012

acess your folder as drive

You can make Exclusive Pushes in your Pc & you can accessibility your Preferred Files as a generate in My Pc.

Wednesday, September 19, 2012

Web page 2 pdf

site, web , web2pdf, site2pdf, site to pdf, web to pdf, pdf, site2pdf , tricks WEB2PDF
Today I Am Sharing A Trick To Store Website As .pdf File

Monday, June 18, 2012

All dos commands

dos command, run commands ADDUSERS Add or list users to/from a CSV file

ARP Address Resolution Protocol

ASSOC Change file extension associations

ASSOCIAT One step file association

AT Schedule a command to run at a later time

ATTRIB Change file attributes

Sunday, June 17, 2012

VGA Card ka size check karo

check your vga size Sb Se Pehlay Destop pe Right Click Karen aur Properties pe Click Karen to aik Window nazer aay gi Us mein Setting pe Click Karen Jaesa k Neecha dikhaya gea hai Setting pe click kernay k baad aik window open ho gi jis mein Advance pe click karen Jaesa Picture mein dikhaya gaya hai Advance pe click kernay k baad aik window khulay gi jis mein Adapter pe click karen jaesa Picture mein dikhaya gaya hai Adapter pe click kernay k baad aik window khulay gi jis mein app k VGA (Memory Size) k baray bataya gaya ho ga

shortcuts

                               Shortcut icon, not texts

If the desktop of your computer, there are several shortcut icons with text underneath them. The texts are usually the names of the programs.

Now let's skip the texts. Follow these steps:
Click the shortcut icon.
Press F2 button.
Delete the text.
Press Alt button and type in 0160 in the num lock.
OK ... now you can see their icons. The text disappears, right?

Thursday, June 14, 2012

Create a folder locker ...!!!!!!!

Ensure the confidentiality and personal data is always considered as a sophisticated task.You can use free software to encrypt your data.If third somehow can not use these programs (installation restrictions), then you can protect your data notepad.This trick works in Windows XP, Vista and Windows 7.


       Make Your Own Folder Locker: -
  • Open Notepad [Start -> Run -> Notepad].
  • In Notepad, just copy / paste the code below.

    CODE:
    cls
    :End
    @ECHO OFF
    title Folder Locker [naushadmalik.Blogspot.Com]
    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%==naushadmalik 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


    In the above batch code the password has been set as hack_now.But You can change it by following steps-
    1. Press ctrl+h. A window will come out.
    2. type hack_now in the blank Find what and your desired password in the blank Replace with.
    3. Now click on Replace All.

                                       

    • Now save this notepad file as any name.bat ,here .bat is extension of your file. For now I am creating Hack Now.bat file.




    • Now a .bat (system) file will be created.
    • Double Click on this .bat file and you will see a Locker Folder at the same location where your .bat file is saved.
      .
    • Double click on that Locker folder and store your personal data in it.
    • After storing all your data in that folder again double click on .bat file and pressY there to Lock the folder and press Enter.

    • Now your Locker will hide and only .bat file will be there.
    • Double Click on this .bat file and give your password (here hack_now) and hit Enter the folder(Locker) will be unlocked.

      That's it! Now, every time you open your secret folder you have to enter the password. You can update this folder at any time and infinite number of times.