Liked us?

d

Welcome to This Blog

Hello and welcome everyone to this blog.Here you can get wonderful computer tricks and tweakz .Also I will provide you freebies time to time so just seat back and explore this blog.......

Make your own virus - DELmE's Batch Virus Maker

Hackforums.net has made a virus generator program with the use of it you can make your own virus..........thes virus are so dangerous that it can destroy your whole PC so I warn you use this program at your own risk.But thes program is best to destroy your enemy's computer,If you want to know how a virus is made then these programme is best for you

Making a dangerous virus -Matrix !!!!! For EDUCATIONAL PURPOSE ONLY

This virus will wipe out your whole HD using an animation of 10secs, it will also use your IP to harm you and your isp (not bad in my case tongue.gif ) and spread to all your contacts...

How to create a fake error message-mostly for windows

With this help of this page you will know come to know how to create a fake error message which works mostly for windows

Windows explorer shortcuts

In this page you will came to know about the windows explorer shortcuts which will help you in using your computer faster

Annoying Google - Google hacks

In this trick the capitalisation of your searches will change automatically.Some words will change into small letter and some into capital letters in your search result.Also there will be the change of logo as you can see in the picture

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

Create matrix effect without any Software 2

Coder Himanshu | Friday, July 08, 2011 | , , , , , , ,




Greetings!!!! 


Do you know you can create matrix effect in your computer ???? You may be asking what is matrix effect !!!! Matrix effect is nothing but a special effect by which greenwords comes running down your screen as you can see in the picture below.  Cool Isn't !!!!!



undefined: undefined »

Funny Microsoft Office Problem 1

Coder Himanshu | Friday, May 20, 2011 | , ,

Today I am going to tell you about a wonderful  Ms Office Trick which is so mysterious that even till know whole Microsoft Team including Bill Gates had failed to answer any thing about this problem.It was discovered by a Brazilian.This trick works properly with ms office word and works partially with other ms office programs like ms powerpoint..etc



 
Try it out yourself...



Open Microsoft Word or any other ms office programs and type the words in bold letter below :--------
=rand (200, 99)
 and just press enter.....

AND BE SHOCKED.....



pass a comment if you like it



undefined: undefined »

Useful Windows xp dos command 0

Coder Himanshu | Saturday, March 05, 2011 | , , , ,




Windows Command Line prompt is a most efficient and faster way of doing things in Windows XP. Here's a run-down of the most useful DOS commands available in Windows XP. Some of these DOS commands even do not have an visual alternative.
.
ipconfig - Windows IP configuration
Useful for troubleshooting your internet connection.Displays the current IP address of your computer and the DNS server address. If you call your ISP for reporting a bad internet connection, he will probably ask you to run ipconfig.

fc - Free BeyondCompare in XP
FC is an advanced DOS Command that compares two files and displays the differences between them. Though the file comparison results are not as interactive as BeyondCompare or Altova DiffDog, fc is still very useful. You can even set fc to resynchronize the files after finding a mismatch.
type - open text files sans Notepad
Similar to Unix cat command, Type is my favorite DOS command for displaying the contents of a text files without modifying them. When used in combination with more switch, type splits the contents of lengthy text files into multiple pages. Avoid using the type command with binary files or you'll hear alien PC beeps and see some greek characters on your PC. 

ping - Say hello to another Computer
Ping network command followed by the web-address or IP address tells you about the health of the connection and whether the other party is responding to your handshake request. Ping tool can also be used to convert the web address to a physical IP address.
tree - visual directory structure
You often need to take prints of your physical directory structure but XP has no simple "visual" commands for printing directory contents. Here, try the Tree DOS command and redirect the output to a text file. 

tree > mydirectory.txt
print mydirectory.txt
attrib - make hidden files visible
Attrib lets you change attributes of System files and even hidden files. This is great for troubleshooting Windows XP. Say your XP doesn't boot ever since you edited that startup boot.ini file (Hidden), use attrib to remove the Hidden attibute and edit the file using EDIT dos command.
assoc - which program will open that .xyz file
The assoc DOS command can be used to either isplay or even modify the file name extension associations. The command assoc .htm will quickly tell you the name of your default web browser (see picture)
move - more flexible than copy-paste
Say you got a lot of XLS and DOC files in you MyDocuments folder and want to move only those XLS files that have their name ending with 2006. In XP Explorer, you have to manually select each file and then cut-paste to another folder. However, the DOS move command make things much simpler. Just type the following at the command prompt:
move *2006.xlsc:\2006Reports\                                                  
find - advanced file search with filter
Find is the most powerful DOS command and even more useful than the Windows Desktop Search tool or the Windows Find Wizard. The find command searches for a specific string of text in a file or files. After searching the specified file or files, find displays any lines of text that contain the specified string.
To search your hard disk to find and display the file names on drive C: that contain the string "Google" use the pipe (|) to direct the results of a dir command to find as follows:
dir c:\ /s /b | find "Google"
Quick tip - Drag to avoid typing: When your command acts on a file or folder, you must type the path to that folder after the command. You can save typing time by dragging the file or folder from Windows Explorer into the command window.
 To view help at the command-line, at the command prompt, type the following:
CommandName /?

Pass a comment if you like this post!!!! undefined: undefined »

How to bootup computer 10 seconds lesser- For Windows Xp 1

Coder Himanshu | Monday, February 14, 2011 | , , ,

Do you have to wait a minute to get your bloddy computer get shutdown ....then I have a solution which will surely make your computer shutoff faster than ever which will be told detailed in this post



Follow this easy instruction given below for a faster shutdown :---------


1) Press Windows Key and "R" to launch the run command.

2) Type "regedit" inside the input space.

3) Navigate to the registry key

HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex


image

4) Select Decimal, and change the value to 40000

image


PLZ GIVE FEEDBACK WHATHER IT WORK OR NOT undefined: undefined »

Lock a Folder in Windows XP-without any software 0

Coder Himanshu | Tuesday, February 08, 2011 | , ,


 How many times have you wished of a software using which you can hide or lock files,  restricting its access to other unwanted users. Although there are various software available in market using which you can easily lock/hide files but,I personally dont trust them because most of them are bloatware or spyware.Today
In this post I am going to share a simple yet powerful way of locking and hiding important files using a the following method. Follow the instructions to make you own Locker ( Without any software !! ) :
  • Open notepad.
  • Copy the following code in notepad file :
    cls @ECHO OFF title Folder Locker-created by himanshu if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock folder set/p "pass=>" if NOT %pass%==YOUR PASSWORD HERE goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Locker echo Locker created successfully goto End :End
  • Change the “YOUR PASSWORD HERE” with your password.
  • Save it as batch file ( with extension .bat ) For eg. Locker.bat
  • Now you will see a batch file. Double click it to create a folder locker ( A new folder named Locker would be formed at the same location )
  • Thats it you have now created your own locker and that too without using any software !
  • Brings all the files you want to hide in the locker folder.
  • Double click the batch ( As created above ) file to lock the folder namely Locker.
If you want to unlock your files, simple double click the batch file again and you would be prompted for password ( In DOS window ). Enter the password and enjoy access to the folder. undefined: undefined »

Create a Hidden user account 2

Coder Himanshu | Saturday, January 29, 2011 | , , ,

Wanna need a hidden user account so that your activities will not be noticed even if you are doing illegal or secret work and it should not be even detected by high rated security software.Then this post is your answer as today I will teach you how to create a hidden user account the easy way




1st Step:---First open Run Window(...) and then type regedit

2nd Step:--Navigate to the following location:---

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\
Winlogon\SpecialAccounts\UserList

3rd Step:--Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.\

Data Type: REG_DWORD [Dword Value] // Value Name: Type Name of Account to be Hidden
Setting for Value Data: [0 = Account is Hidden / 1 = Enabled]

Exit Registry and Reboot

And.....here is your hidden user account 


Warning: Modifying the Windows registry can cause serious damage to your Windows Operating System.It is better to backup your Windows registry data before making any changes. We are not responsible for any changes you may make to your system.
undefined: undefined »