Showing posts with label WINDOWS HACKING. Show all posts
Showing posts with label WINDOWS HACKING. Show all posts

Download Handy Short-Cuts for Windows

Posted by Aamir khan

Here is a Simple Utility for Windows User to Access some useful Windows programs/services
that they may find little bit annoying to Opening them so this App Has those Short-Cuts at a place to open them with a single Click....














All the Short-cuts are Actually Windows Predefined Shot-Cuts that you can Also type in RUN Tab...
I have just Add all of them at one Place....


Download - Handy-ShortCuts (3.50 kb)


Please Note that this Application is Written in java so you may need to Install JRE to run this App...
/*---google search--*/
More aboutDownload Handy Short-Cuts for Windows

Make up Your Windows with 5 Cool Desktop Apps

Posted by Aamir khan

Hi Here i have 5 Awesome Windows apps  that will change your Windows Experience.
The Internet Is Full of Windows customizing apps and i did alot search and download Many apps but Did not find any of them useful. but eventually i got these 5 cool apps that i would also Like to share With you. 

1. WinRoll
Make a window roll into its title bar, send it to the back or make it stay on top.
Nothing much to Say Just Download it and test it

2. Classic Shell
Adds Some Missing Features to Windows 7, Enhance Taskbar, Explorer  and Start Menu

3. Windows Pager

Nyan Cat Progress Bar
NyanCatProgressBar
5. Windows 7 Boot Updater
one my Favorite tiny utility to change your windows 7 boot screen with the help of this you can animate your boot screen and change text ..
you may need some boot files to use this app that you can find here

so that was some awesome apps for windows user to make up thier windows.
if you have any kind of app or you think this should be  in 5 apps than feel free to comment till than B.Bye keep Visit...
/*---google search--*/
More aboutMake up Your Windows with 5 Cool Desktop Apps

Make fun by Hacking your system DLL

Posted by Aamir khan




Before we start you must know :

What is DLL?

DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (for legacy system drivers). The file formats for DLLs are the same as for Windows EXE files — that is, Portable Executable (PE) for 32-bit and 64-bit Windows, and New Executable (NE) for 16-bit Windows. As with EXEs, DLLs can contain code, data, and resources, in any combination.

What is DLL Injection?

In computer programming, DLL injection is a technique used for running code within the address space of another process by forcing it to load a dynamic-link library.

ok now back to fun. as you know what is dll Injection here we will make fun.
so if you are a programer than you can use it with more fun by writting your own DLL
or if you are normal user than it still fun for you.

How?

First we will Download an App Called RemoteDLL
from http://securityxploded.com/remotedll.php
now fire up the Application and Choose your Action
e.g, free DLL (free DLL lets you Remove some already injected DLL with your windows procees)
Click on the Window icon and choose the process and than
click next bottom button to choose the related DLL and free your process with that DLL.

Some time it is very Usefull because many Malware & Spyware programs use the DLL Injection technique to hide themselves into legitimte system process. Once injected there is no way to remove such DLL other than killing the process itself. so this app can do that for you.

So Go ahead and have fun....and feel free to comments or
Contact me  , @hacktw
/*---google search--*/
More aboutMake fun by Hacking your system DLL

Theme your Windows 7 with Windows 8

Posted by Aamir khan




Experience the New Windows 8 on your Windows 7


Windows 8 UX Pack will theme your Windows 7 desktop with Windows 8
Login Screen, Themes, Wallpapers, Sounds, Metro/Modern UI, Aero’s Auto-Colorization, Taskbar UserTile and more.

Download



/*---google search--*/
More aboutTheme your Windows 7 with Windows 8

Windows Movie Maker For Win 7

Posted by Aamir khan



Windows Movie Maker is an Awesome Movie Maker.
But unfortunately it is removed in Windows 7 .
Wow wow Wait .....
what if It has been Removed 
the World is full of Good people so they have find to run it on Win 7 .
so here i have got the Solution that you can try if you have Win 7 and addicted to window Movie maker like me..



Click here to Download



Note:- it may not work Properly sometimes on your window 
i was also having trouble with it
so i just click on properties and change the compatibility
and boom now it is working awesome as it Does....

Extra:-  i will Strongly Recommend to check this  link







/*---google search--*/
More aboutWindows Movie Maker For Win 7

How To Add ShutDown ShortCut To Your Desktop Right Click

Posted by Aamir khan

/*---google search--*/
More aboutHow To Add ShutDown ShortCut To Your Desktop Right Click

How to Change Removable Disk Default icon (including windows 7)

Posted by Aamir khan

HI, guys this is Aamir Sorry for posting too late actually i was busy
But Now i am free and here 4u...

so today i am going to tell you a simple registry hack to change your Removable disk Default icon to your
desire icon.........
this Icon appear when you will plug-in your usb or Micro SD card in your PC....
check below my Removable Disk Icon that i have changed

changed icon










So Lets Start the work....
Go to >Run Type Regedit.exe

Now Locate the Shell Icons key in Local Machine by Going

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] 




Note:- If YOu are Using Windows 7 You Might not be able to locate shell icons but Don't worry just Right Click on Explorer and Create Your Own One


















OK After Creating A new Key(Shell Icons) Look Right Side
Right-Click In Blank Area And Create a New String Value
And Fill 7 in Value name
And SHELL32.dll,243  (you can also type a full path of your icon: like "C:\my-icon.ico)

string name and value



















Now Press F5 and plug-in your usb Walllaaaaaah!
Your Icon Changed
Your Final Look Will be Like This
Usb Final view








If You Need Some Icons For Play this Trick You can Check Out Beautifull Icons Pack here
/*---google search--*/
More aboutHow to Change Removable Disk Default icon (including windows 7)

How to Hide Windows Notification area(WINDOWS HACK)

Posted by Aamir khan

The trick is pretty simple just open notepad and type the following lines



Message = "The script will close" & vbCR
Message = Message & "and restart the Windows Explorer shell." & vbCR
Message = Message & "This will not harm your system." & vbCR & vbCR
Message = Message & "Continue?"
X = MsgBox(Message, vbYesNo, "aamir-4u.blogspot.com")
If X = 6 Then
On Error Resume Next
Dim WSHShell, n, MyBox, p, t, errnum, vers
Dim itemtype
Dim enab, disab, jobfunc
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoTrayItemsDisplay"
itemtype = "REG_DWORD"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Notification Icons are now "
t = "Computer Helper"
Err.Clear
n = WSHShell.RegRead (p)
errnum = Err.Number
if errnum <> 0 then
WSHShell.RegWrite p, 0, itemtype
End If
If n = 0 Then
n = 1
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & disab & vbCR, 4096, t)
ElseIf n = 1 then
n = 0
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & enab & vbCR, 4096, t)
End If
Set WshShell = Nothing
On Error GoTo 0
For Each Process in GetObject("winmgmts:"). _
ExecQuery ("select * from Win32_Process where name='explorer.exe'")
   Process.terminate(0)
Next
MsgBox "Finished." & vbcr & vbcr , 4096, "Done"
Else 
MsgBox "No Changes were made:Computer Helper" & vbcr & vbcr, 4096, "Computer Helper"
End If


save as hidder.vbs
that is it just run the hidder.vbs
/*---google search--*/
More aboutHow to Hide Windows Notification area(WINDOWS HACK)

Add Uninstall Option in Right-Click Menu

Posted by Aamir khan




If you stumble upon unwanted Windows programs, you usually have to head all the way to the Control Panel to remove it. MenuUninstaller adds an "Uninstall" option to the Windows context menu so you can remove programs right from their shortcuts.
While you probably make occasional sweeps through the Add/Remove Programs dialog, it's more likely that you discover unwanted programs when you're scrolling through the Start Menu, and rarely do you want to go all the way to the Control Panel just to remove a program. MenuUninstaller adds a simple "Uninstall" option to the context menu for any shortcut on your computer, letting you uninstall a program from nearly anywhere. Just install MenuUninstaller and start removing programs—it's as simple as that.

 Download Menu Uninstaller 1.2.3 (Win7/Vista/XP) :
/*---google search--*/
More aboutAdd Uninstall Option in Right-Click Menu

PERMANENTLY ACTIVATE OFFICE 2010 PRO +.(phone activation )

Posted by Aamir khan


The notes are based on using Word, but any other Office 2010
application can be used (phone activation takes less than 2 minutes).


01. Disconnect internet, and start Word.

02. If the activation window appears close it.

03. Go to menu File, Help, Change Product Code, and then enter key:

828CH-G4FPY-HMH4R-32GCK-6D9BH
 -or-
 3W3MQ-H7M6X-3WYP7-TPCH6-8G8T2

04. Untick the "Activate over internet" box at the bottom, and click "Next".

05. In the window that appears click "Install".

06. When finished the Install process, close word an then reopen Word.

07. An activation window will appear (if not, go to menu File, Help, Activate).

08. Select the "Phone Activation" option, and click "Next".

09. Pick your country, then ring the number and follow the instructions.

10. When asked for your ID, input the code given in the Word activation window.

11. When asked which edition, choose business/volume use, used only on 1 pc.

12. A code will be given back, and enter the code into the activation box.

13. Click "Next", and Office will say that it's permanently activated.

14. Close Word (and any other Office 2010 application).

15. Restart Word, and go to Help to check the subscription status.

Note:
- If you don't get the automated system when calling then phone back in the evening or Sunday.
- If you are put trough to an operator then just lie and they give you the code.
- If you had used a kms activator previously for 180 day activation then just use the same activator
  to uninstall the kms process and any scheduled reactivation., you don’t need to deactivate Office.


/*---google search--*/
More aboutPERMANENTLY ACTIVATE OFFICE 2010 PRO +.(phone activation )

Automatically save what you type in Firefox

Posted by Aamir khan


Have you ever filled out a comment on a blog or forum, only to have your browser crash, losing everything you wrote? Or maybe you have an itchy thumb and accidentally hit the back button. Frustrating, isn't it?
With a Firefox extension called Textarea Cache, you can automatically save what you type in a comment box or Web form and retrieve it, even if your browser crashes. Here's how:
Step 1: Install the Firefox extension, Textarea Cache.
Step 2: Fill out a blog comment or post to a forum.
Sample Textarea box(Credit: Screenshot by Ed Rhee)
Step 3: To retrieve your text, go to your Firefox add-ons by hitting CTRL+SHIFT+A, then click on the "Options" button under Textarea Cache.
Add-on options(Credit: Screenshot by Ed Rhee)
Step 4: Click on the "Open cache window" button.
Textarea cache options(Credit: Screenshot by Ed Rhee)
Step 5: Review the text that was automatically saved and copy the text, remove it, or empty out the entire cache.
Textarea cache window(Credit: Screenshot by Ed Rhee)
Step 6: To get quicker access to the Textarea cache window, hit CTRL+/ to display the Firefox add-on bar, then click on the Textarea icon in the lower right-hand corner.
Textarea cache icon(Credit: Screenshot by Ed Rhee)
That's it. Now you can automatically save the text you type over the Web. If you're concerned about Textarea Cache saving credit card numbers or passwords, worry not. The extension only saves text from large textarea boxes, not from small field boxes. Also, the cache is saved locally. Mozilla has reviewed the extension itself and given it its seal of approval
Via Cnet
/*---google search--*/
More aboutAutomatically save what you type in Firefox

UseFull Windows 7's seven Tricks

Posted by Aamir khan


Windows 7 is a good operating system right out of the box, but tweaking some of the settings and using keyboard shortcuts can enhance the Windows experience.
Here are seven useful Windows tips and tricks to help you get more out of
1. Bypass the Recycle Bin
The Windows Recycle Bin is a good safeguard against accidental file deletions. However, when you know you want to permanently delete a file, you can bypass it. Instead of pressing the Del key, press Shift+Del, then Shift+Enter to confirm.
If you prefer, you can also permanently disable the Recycle Bin. First, right-click on the Recycle Bin, then choose Properties. Click on the drive you want to disable the Recycle Bin for, then select "Don't move files to the Recycle Bin. Remove files immediately when deleted." Click the OK or Apply button to save the changes.
Disable Recycle Bin(Credit: Screenshot by Ed Rhee)
2. Open Windows Explorer faster
Are you still mousing over to a Windows Explorer icon or double-clicking on My Computer to browse your files? Try pressing Windows Logo+E instead, to instantly launch Windows Explorer.
3. Enable underlining of keyboard shortcuts
Windows has many menu shortcut keys, but they're hidden by default. To enable the underlining of the shortcuts, go to Control Panel > Ease of Access Center > Change how your keyboard works. Click on the box next to "Underline keyboard shortcuts and access keys," then hit the OK or Apply button to save.
Enable underline shortcuts(Credit: Screenshot by Ed Rhee)
Underlined shortcuts
On the left, underlining is disabled. On the right, underlining is enabled.
(Credit: Screenshot by Ed Rhee)
4. Bypass the Windows splash screen
Disabling the Windows splash screen can shave a couple seconds from your total boot time. Launch the Windows Run command (Windows Logo+R), then type msconfig. Under the Boot tab, check the box next to "No GUI boot." Hit the OK or Apply button to save the changes.
Bypass Windows splash screen(Credit: Screenshot by Ed Rhee)
5. Lock Windows quickly
Whether you're at the office, library, or cafe, it's always a good idea to lock Windows before you step away. To lock Windows quickly, press Windows Logo+L.
6. Show hidden files, folders, and drives
To view files, folders, and drives that Windows hides, open the Windows search box (Windows Logo) and type folder. Next, select Folder Options from the search list and navigate to the View tab. Under Hidden files and folders, check the box next to "Show hidden files, folders, and drives."
Show hidden files(Credit: Screenshot by Ed Rhee)
7. Rename multiples files
To rename multiple files in Windows, highlight the files you want to rename, then hit the F2 key. Rename the first file, then hit Enter. All your files will be renamed and a number in parenthesis will be added to the end of the name. If you change your mind, you can hit Ctrl+Z to undo the rename.
Files to rename
Original file names to rename.
(Credit: Screenshot by Ed Rhee)
Files renamed
New file names.
(Credit: Screenshot by Ed Rhee)
via Download.com
@twitter.com/hacktw
/*---google search--*/
More aboutUseFull Windows 7's seven Tricks

How to Use Your Windows 7 Themes on Your XP or Vista ?

Posted by Aamir khan


windows 7 themeMicrosoft paid close attention to personalization in Windows 7, and shipped it with a gorgeous collection of desktop backgrounds and themes. Windows 7 also makes it easy for users to create their own personalized themes and then share it with other Windows 7 users.
If you are still using an older version of Windows (like Windows XP or Vista), you don't have to feel left behind because, with some simple tricks, you can enjoy all or part of what these Windows 7 themes have to offer.


First, launch the official Windows 7 themes directory and download some of the themes you like to your Windows XP or Vista desktop.
dowload windows 7 themes
These files have a unique .themepack extension which is just another zip format containing all of the elements of a theme including the background images, Aero glass colors, sounds, cursors, icons, screen savers, etc.
To use these files on an older version of Windows, you first need to extract them as only Windows 7 can natively understand the themepack format. You can either change the file extension of the Windows 7 theme file from .themepack to .cab and then extract the files with a right-click, or install the free 7-Zip utility as 7-Zip can automatically hand the themepack file format.
windows 7 themepack file Extract themepack with 7-Zip Rename to CAB and extract in Explorer
Once extracted, your theme files will now be in a new folder that has the same name as your original themepack.

Aero Glass Border and Desktop Backgrounds

Now that you have all the required files, its time to activate the Windows 7 theme on your non-Windows 7 computer.
If your computer is running Windows Vista that supports Aero, simply double-click the .theme file that is present in the them folder you just extracted.  This will set your windows border glass to the color of the Windows 7 theme and your wallpaper to the default background of the theme. However, this background picture will disappear when you reboot your computer, so you need to set that as a permanent background.
Set Windows 7 theme in Vista Vista - change background permanently
Windows XP does not support Aero glass, but you can still use the background images from downloaded Windows 7 theme on your XP desktop. You can find the backgrounds inside the themepack folder itself or in a sub-folder named DesktopBackground. Pick any image, right click on it, and select “Set as Desktop Background.”

Windows 7 like Desktop Slideshows for XP and Vista

Most Windows 7 themes consist of multiple background images and Windows 7 will automatically change your desktop background at periodic intervals using one of the images from the themepack. Windows Vista and XP do not support desktop slideshows, but you can easily bring that feature use the excellent and free John’s Background Switcher program.
To create a desktop slideshow, click the add button and choose “A folder on your computer.” Now select the Windows 7 theme folder that contains all the background images. The program allows lot of tweaking but you can skip that because the default settings are very similar to what you need for simulating Windows 7 behavior on your XP or Vista computer.
Add folder containing Windows 7 wallpapers Choose your Windows 7 Theme Folder
However, John’s Background Switcher by default shows the name of the image in the top right hand corner of the picture.  To remove this, click the "More…" button that has a gear icon on it. Uncheck the box beside the 3rd entry which says "Show picture info on the top-right corner of the screen." Now click Ok, and then click Ok in the main window, and your desktop slideshow is all ready.
For RSS-enabled Windows 7 Themes
Some Windows 7 themes download images from the internet (via RSS feeds) when switching desktop backgrounds.
To know if the theme you are looking to port on your Vista or XP computer uses RSS or not, open the .theme file in a text editor like Notepad. Then search for the string “RssFeed” without the quotes. If you find that string, copy the link address of the RSS feed and, you can then use the “RSS photo feed” option in John’s Background Switcher program to create an RSS powered desktop slideshow on your XP or Vista machines.
Desktop Slideshow with RSS Add the RSS Feed from Windows 7 Theme

Windows 7 Sounds, Cursor, Screensavers, etc.

Most Windows 7 themes only contain a glass color and desktop backgrounds.  However, some may contain screensavers, sounds, cursors, and icons as well. The good part is that you can use the elements on your Vista / XP theme as well.
Sounds - You can copy the sound files (.wav) to the default media folder (C:\Windows\Media), and if you have set the Windows 7 theme in Windows Vista as described above, it will automatically these sounds. Else, you will have to manually change your sounds from the Control Panel.
Icons - If the Windows 7 theme that you plan to use with XP or Vista contains a different set of desktop and system icons (.ico files), you may follow the directions below to apply them on your version of Windows:
A. For Windows Vista - Right-click on the desktop, select Personalize and choose “Change Desktop Icons.” Select the items you which to change, click “Change Icons,” and browse to the location of new icons that are part of the Windows 7 theme.
B. For Windows XP - Right-click on the desktop, select Properties and choose "Customize Desktop" under the Desktop tab. Select the items you wish to change, click “Change Icon,” and browse to the location of the icons from your theme.
A: Change desktop icons in Vista B: Change desktop icons in Vista A: Change Desktop Icons in Windows XP B: Change Desktop Icons in Windows XP
To change icons of individual programs, simply right-click on the program shortcut on your desktop, select Properties, and click the button that says "Change Icon" in the Shortcut tab. Browse to the location of the icon extract from the Windows 7 theme and select the one you want to apply.
Screensavers - For using a Windows 7 screensaver inside XP or Vista, just copy the relevant screensaver files (.scr) into your Windows system folder usually located at C:\Windows\System32.  Now, change your system screensaver using the usual method. Please remember that not all Windows 7 screensavers will work correctly on previous versions of Windows.
Cursors - You can copy the Windows 7 cursor files (.cur or .ani) to C:\Windows\Cursors on XP or Vista, and then apply the new set using the mouse settings under Control Panel. Use the [Control Panel\Cursors] of the .theme file  to understand the default cursor mappings.
/*---google search--*/
More aboutHow to Use Your Windows 7 Themes on Your XP or Vista ?

..-

Related Posts Plugin for WordPress, Blogger...

If you like this blog,then link back to me.
This is what you will see.



Optionally use this Widget installer to add this link to your blogger blog.