Search

Showing posts with label PC. Show all posts
Showing posts with label PC. Show all posts

Making a folder which can't be deleted

Do you know we can make a folder that can't be deleted. HOW???
The ans is : "Using command prompt". For this follow the following instructions :

1. win + R and type cmd.

2. Type the drive name in which you want to create your folder with the format : <drive_name>: and press enter. E.g.: to create a folder in drive d we have to type : "D:"
 *Note: We can't create the folder in the drive c.

3. Now type the command md and any of the  keywords below & \  :
"con, aux, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9"
 E.g.:  "md con\" or "md aux\" etc.



#You can't delete your folder manually.To delete this folder you have to type rd and your folder name(keyword) with \ in command.

Make your computer to be welcomed you

Do you want to be welcomed by your computer???
Yes!! Then simply follow steps given below :
Step 1:
Click on start,All programs and then Notepad.
Step 2 :
Copy the following code :



Dim speaks, speech
speaks="Welcome to your PC, "Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
 








Step 3:
 Replace the   "Username" with the name that you want to put.

Step 4:
Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

Step 5:
  Copy the saved file.

Step 6:
Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.

Step 7:
Paste the file.


How To Make Your PC Fast Using Notepad Only!!

How To Make Your PC Fast Using Notepad Only!! 

 

 


First of all, open Run by pressing Windows+R and then type notepad and hit Enter key.

Next, type exactly the following in Notepad :-

 [box type=”info” size=”meduim” style=”rounded” border=”full”]mystring=80000000[/box]
After it , save this file on Desktop as Boost.vbe and you are all done.


Now whenever you feel that your PC is slowing down, simply double click Boost.vbe file created on the desktop and feel the difference yourself.