Showing posts with label Windows Tricks. Show all posts
Showing posts with label Windows Tricks. Show all posts

Sunday, February 5, 2012

Chat with Friends through MS DOS Command Prompt


Lets do chating via windows command prompt..

FOLLOW THE STEPS:

1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".

Open or Close cd-rom using cmd


For that you have to download NirCmd tool...
To open the door of J: CD-ROM drive 
just type in 
nircmd.exe cdrom open j: 
To close the door of Y: CD-ROM drive  
just type in
nircmd.exe cdrom close y: 

List of CMD(Command prompt) commands

Accessibility Options : access.cpl
Add Hardware : hdwwiz.cpl
Add / Remove Programs : appwiz.cpl
Administrative Tools : control admintools
Automatic Updates : wuaucpl.cpl
Wizard file transfer Bluethooth : fsquirt
Calculator : calc
Certificate Manager : certmgr.msc
Character : charmap
Checking disk : chkdsk
Manager of the album (clipboard) : clipbrd
Command Prompt : cmd
Service components (DCOM) : dcomcnfg
Computer Management : compmgmt.msc
DDE active sharing : ddeshare
Device Manager : devmgmt.msc
DirectX Control Panel (if installed) : directx.cpl
DirectX Diagnostic Utility : dxdiag
Disk Cleanup : cleanmgr
System Information : dxdiag
Disk Defragmenter : dfrg.msc
Disk Management : diskmgmt.msc
Partition manager : diskpart
Display Properties : control desktop
Properties of the display (2) : desk.cpl
Properties display (tab "appearance") : control color
Dr. Watson : drwtsn32
Manager vérirficateur drivers : check

How to temporarily lock pc when someone enter wrong password?

From startup search box search for Local Security Policy and open it.

Then from security settings browse following.

Account pollicies > Account lockout policy > Account lockout threshold
Then give the value after how many invalid password attempts you want to lock your computer.

Saturday, November 12, 2011

Journaling/Note taking software for Windows/Linux


Hi to everyone….
If you are addicted to your computer, you may be thinking of writing your own thoughts/notes in computer using best journaling app. Lets see!!!
Windows:
There are lots of diary apps available in windows but I like Microsoft’s Office Onenote too much for this purpose and it survive its purpose also.It is very nice app to take notes,writing like on diary and you can write anywhere onto the page.
If you want an app that’s synchronize with everywhere than I recommend to use Evernote.its great note taking application supports many platforms like windows,mac os x,android,iOS,blackberry,web.so One account for all things.

Linux:
Now, Linux as no much of softwares as windows but It provides quite better app for journaling purpose.
There are two app called Lifograph and Rednotebook which are bests.
Both provides calendar vise entries and to-do,notes and etc.
Rednotebook provide export support for your written notes to PDF,HTML,Latex and Text.so you can give it to any one.

Saturday, September 24, 2011

Create a Shortcut to REGEDIT

  1. Right click on Desktop , selecting new , then Shortcut.
  2. In command line box enter "regedit.exe".
  3. Click next, Give it name then click finish.

How to CRACK Bios password.

This is password crack but it clears the BIOS in such a way that when the next time you start the PC , the CMOS does not ask for any password. Now if you are able to bring the DOS prompt then you will be able to change BIOS settings to the default. To clear the CMOS , do following : Get Dos prompt and type :

DEBUG
-o 70 2e
-o 71 ff
-q
exit

Thats it and your Bios will be reset.

-try it on your own Risk.....

Sunday, September 11, 2011

Install Windows 7 Using Pendrive

You can install windows 7 using bootable pendrive or flashdrives .
  • How to make Pendrive bootable without any software
first coppy boot folder of win 7 data to any drive

1) Insert 4gb pendrive

2) Navigate to Start > All programs >Accessories > right click on Command Prompt and select run as administrator.(Ctrl+Shift+Enter)

3) Enter following cmds

- DISKPART and enter.

- LIST DISK and enter.

- SELECT DISK 1

- CLEAN

- CREATE PARTITION PRIMARY

- SELECT PARTITION 1

- ACTIVE

- FORMAT FS=NTFS

- ASSIGN

- EXIT

and then write

- D:\boot\bootsect.exe /nt60 h:

Where “H” is your USB drive letter

Where “D” is your drive letter where you coppied boot folder (like d:\boot)

- Copy Windows DVD contents to USB and Boot pendrive .(this will work on only Windows 7)
  • you can also use some software for bootable pendrive which are FlashBoot,Win to Flash,etc.

Sunday, August 21, 2011

Windows XP tricks


Creating Shutdown Icon or One Click Shutdown:

Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up window instructing you to enter a command line path.
Use this path in "Type Location of the Item"
SHUTDOWN -s -t 01
If the C: drive is not your local hard drive, then replace "C" with the correct letter of the hard drive. Click the "Next" button. Name the shortcut and click the "Finish" button. Now whenever you want to shut down, just click on this shortcut and you're done.

Making Google the Default Search Engine in Internet Explorer

Open registry editor by going to Start then Run and entering regedit and navigate to following three keys separately and change it as shown below:

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Search Page"=" http://www.google.com"
"Search Bar"=" http://www.google.com/ie"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
""=" http://www.google.com/keyword/%s"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"=" http://www.google.com/ie" .

Ad

Ad

Ad

Ad