Sunday 27 November 2011

How to Crack Password of any windows Computer

I will use linux to crack the password of any user account on windows PC using Pendrive.
  1. First download wincrackd.rar .(click on "SKIP AD" Button to download ).
  2. Connect Pendrive and Extract wincrackd.rar to this pendrive.
  3. Now open command prompt (open cmd as administrator ).
  4. Nevigate to your pendrive (If " j " is your pendrive letter then type " J: " and press enter ).
  5. Now type " j:\syslinux.exe -ma j: ".
  6. On some drives, you may have to omit the -ma option if you get an error. If it says nothing, it probably did install the bootloader.
  7. Now Insert this pendrive on any windows PC and Boot this Pendrive from boot menu and follow instruction to reset account's password.
I have tested it for win 7 and win vista x64 & x32 bit versions.....If you face any problem then post comment...........

Hide .RAR file Behind Any Picture

I found to Hide a .rar file in jpeg so that you can open it as either image or rar...
  1. Put .rar file and your image file in same folder ( e.g. c:\newfolder).
  2. Open command prompt.
  3. Type " cd c:\newfolder " to nevigate to the folder.
  4. Type " copy /b input.jpg + input.rar input.jpg " ( input.jpg is your image file and input.rar is your RAR file ).
  5. That's it.
you can double click the image file and it will show it as a picture , But if you open it with "winrar" or "winzip" you will see the containing files.

Saturday 12 November 2011

Make Windows Greet you with a Voice Message at Startup

You can make your computer say "Welcome to your PC." or any message.
  1. Open Notepad and write following code:
Dim speaks, speech
speaks="Message"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

2. save it as welcome.vbs and place it to the location: (for win 7)
C:\Users\DARPAN\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
(for Windows XP: C:\Documents and Settings\All Users\Start Menu\Programs\Startup )

Create Simple Virus that will eject CD Drive Continuously

Make simple virus that will eject CD Drive Continuously.
  1. Open Notepad and Write Following code:
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
2. Now Save this file as "Eject.vbs" . Run this file and it will start ejecting cd drive.

that's it and this is only for fun.............

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.