ALT_IMG

Featured 1

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat Readmore...

ALT_IMG

Featured 2

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat Readmore..

Alt img

Featured 4

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat Readmore...

ALT_IMG

Featured 4

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat Readmore...

ALT_IMG

Featured 5

Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat Readmore...

Wednesday, 10 August 2011

How to add "Take Ownership" option to context menu or simply right click of mouse of a file on windows XP , Vista and Seven (w7) without using any 3rd party software

0 comments
This process will add an extra option "take ownership" on the context menu of a selected file or folder. By using this any local user can find the ownership same as the administrator.before going through this tutorial you must create a back up of your Windows Registry.
Also Check: Process to take ownership of a file in Windows XP, Vista and Seven
                      How to create Windows Registry back up
Now open your notepad or any other text editor and enter the following Information:-

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\takeownership]
@="Take ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\exefile\shell\takeownership]
@="Take ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\exefile\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership]
@="Take ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\takeownership]
@="Take ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

Note:
Please make sure that the first line (the one starting with "Windows Registry Editor..." appears in the text file. Now save the notepad file anywhere on your computer and give it a .reg extension.(suppose xxx.reg).Now you need to install that registry file to Windows registry..
Also See: How to insert a registry file to Windows Registry
After installing the registry Now reboot your computer and Enjoy the change.

Other Similar articles that may interest you:
1. Winrar Free download Full Evaluation copy in Various languages
2. Create a con folder without using command prompt (cmd)
3. Keyboard shortcuts to create a new folder in window seven
4. Latest opera browser free download for Windows, Linux and Mobile
5. How to download eBook from Google Books Search
6. how to enable Menu-bar appear permanently
7.. Show/Hiide Windows Version on desktop
8.  How hard disk results in system crash
9. Keyboard shortcut keys on MS-Office outlook
10. How to disable copy/move to usb or External device
Continue reading →

How to add "Start Command prompt here" option to context menu or simply right click of mouse of a file on windows XP , Vista and Seven (w7) without using any 3rd party software

0 comments
By this process you will add an extra option as "Command prompt here" on the context menu. By using this you can open your command prompt from a selected folder. No need to first open command prompt and navigate to that folder on the cmd screen. Just open the folder on explorer and right click of mouse there and you will find the option just click there; then you will find that command prompt will open on that folder.
Before trying this tutorial you must make a back up of your Windows REgistry.
Also Check:  How to back up the Windows Registry
Now,  Open your notepad or any other text editor and enter the following information

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
@="Command &Prompt Here"
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command]
@="cmd.exe /k cd %1 "

Note:
Please make sure that the first line (the one starting with "Windows Registry Editor..." appears in the text file. Now save the notepad file anywhere on your computer and give it a .reg extension.(suppose xxx.reg).Now you need to install that registry file to Windows registry..
Also See: How to insert a registry file to Windows Registry
After installing the registry Now reboot your computer and Enjoy the change.

Other Similar articles that may interest you:
1. Replacer free download for Windows
2. Keyboard shortcut keys to lock Windows
3. How to choose the high quality video file from its name (tags)
4. How fatal error causes system crash
5. Keyboard hotkeys of Microsoft office front page
6. How to add a transparent logo to a video file
7. Change the default name of new folder to your own name
8. Add Program and Features to context menu
9. Add Copy/Move to Folder option to the right click of Selected item in Windows
10. Add your personal Information to the System property Window
Continue reading →

How to add "open with notepad" option to context menu or simply right click of mouse of a file on windows XP , Vista and Seven (w7) without using any 3rd party software

0 comments
This process will add an extra option "Open with notepad" to context menu or simply right click of mouse for a selected item. Before doing so you should make a back of your registry.
Also Check:   Process to create Back up of Windows REgistry
Now,  Open your notepad or any other text editor enter the following Information:-

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
[HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
@="notepad.exe %1"

Note:
Please make sure that the first line (the one starting with "Windows Registry Editor..." appears in the text file. Now save the notepad file anywhere on your computer and give it a .reg extension.(suppose xxx.reg).Now you need to install that registry file to Windows registry..
Also See: How to insert a registry file to Windows Registry
After installing the registry Now reboot your computer and Enjoy the change.

Other Similar articles that may interest you:
1. Keyboard shortcut keys on MS-office Power Point
2. How to Increase the torrent download speed
3. Add "Task manager" to" context menu of Windows
4. Add or remove desktop icon in windows
5. Break Administrator and user login Password in Windows
6. Change Boot-Screen, start up logo and log-in Screen in Windows
7. Definition of User Account in windows
8. Customize the power button action in windows Seven start menu
9. Serial key of typing master Pro V7.0 free download
10. What was new in Internet Explorer 9
Continue reading →
Tuesday, 9 August 2011

Free Download Full version of Latest Avg PC Tune up 2011 v10.0.0.26 with serial key, crack and key generator

1 comments
All the Features of Avg PC tune up 2011
Increase speed and performance:
Internet Optimizer - Speeds up your Internet access by tuning settings specifically to your connection type
Service Manager - Disables unnecessary services that use up valuable memory, processor power and space
Tweak Manager - Customize 280+ Windows settings to improve your system’s speed and performance
Registry Defrag - Rewrites your registry to consume less memory and give your applications faster access
Startup Manager- Frees up system resources by turning off unnecessary programs that run on startup
System Information- Provides a comprehensive overview of your PC - invaluable when getting technical support

Improve your PC’s stability:
 Uninstall Manager - Removes applications quickly and properly deletes installation files from your registry
Registry Cleaner - Fixes corrupted registries that cause your PC to slow down, freeze and crash

Free up space on your hard drive:
Disk Cleaner-Removes clutter and junk files from your hard disks
Duplicate File Finder- Eliminates duplicate files and gives back valuable space
Disk Explorer - Identifies large files and save the ones you don’t need to a removable drive

Protect your privacy:
File Shredder - Ensures sensitive files can’t be recovered and read by prying eyes
Disk Wiper - Wipes entire drives, making sure that deleted files can't be restored
Track Eraser - Prevents others from learning which websites, files and applications you’ve opened


Protect and recover personal files:-
File Recovery - Recover lost files as a result of software errors and accidental deletion
Disk Doctor - Identifies bad sectors, lost clusters and directory errors that can cause data loss


The serial key of the Avg PC tune up 2011 - v 10.0.0.26 is

000025-TZUG16-4D91MX-2M54JV-U6B352-MBZZ5Y-P59QMC-2FJ2V6-XRZG6R-5EU4PG-CB39X5

Other Similar articles that may interest you:
1. Add your own photo as a background image on USB Pendrive
2. Add Network Connection as a shortcuts in Mouse right click
3. Make a Windows Drive hidden and unsearchable
4. Create a folder with no name or with a blank space
5.  Working codes on Nokia Mobile
6. How to add/Remove user Accounts in Windows
7. Process to open Registry editor and Group policy editor
8. How to make Windows 7 Genuine
9.  How to create an invisible folder
10.  Latest version Safari browser free download
Continue reading →
Thursday, 4 August 2011

How to take screen shot in Windows 7 and XP from your computer screen or desktop photo without using any 3rd party software or with the help of keyboard

0 comments
This will take a full or entire screen shot from your computer screen:

1. Open the program or explorer window or anything else that you want to take a screen shot/
2. Now Click PrtSc/SysRqButton On Your Keyboard.
3. Then press Ctrl + C
4. Now open "Paint"
5. Then press  Ctrl + or go to edit then click on paste of the paint menu bar.
6. You will find the screen shot on the paint.
7. Now save it as a image file and enjoy it.

Other Similar articles that may interest you:
1. Keyboard shortcut keys on MS-office Power Point
2. How to Increase the torrent download speed
3. Add "Task manager" to" context menu of Windows
4. Add or remove desktop icon in windows
5. Break Administrator and user login Password in Windows
6. Change Boot-Screen, start up logo and log-in Screen in Windows
7. Definition of User Account in windows
8. Customize the power button action in windows Seven start menu
9. Serial key of typing master Pro V7.0 free download
10. What was new in Internet Explorer 9
Continue reading →
Wednesday, 3 August 2011

How to prove that a man who is studying will be failed (i.e. study=fail)

0 comments
Study means fail - This is not actually possible.Because any one who is studying sincerely will surely pass and get succeed.

But here  I will prove it that a man who is studying will get fail. I will prove it mathematically.
Everybody knows no study = Fail and study = no fail

By combining these two

=>no study + study = fail + no fail
=> study(1+no) = fail (1=no)
=>  study = fail  (by deleting 1+no from both sides)

These are opposite to what we take previously. So our thought is wrong
=> study = fail.
            (proved)

Very Important Note:
           This is not the actual thing. This is just a thought that is proved mathematically. As this is a thought so it should be proved by taking various thought of philosophy not by mathematically.
So keep studying and show that the chemistry behind this is wrong.

Other Similar articles that may interest you:
1. create modify login password of other user in windows
2. how to insert or delete from a registry
3. How to change drive letter in windows
4.  Serial key of tune up utility 2010 free download
5. Add your Own folder to the favorite bar of windows Vista
6. Mozila Firefox latest version free download
7. Resource hacker and how to use it
8.  Disable "Open file Security warning" in Windows
9. What to see before buying a Laptop
10. How virus causes system crash

Continue reading →

How to change the default name of "New folder" to anything else or our name or any desired name in windows

0 comments
When you click on the right-button of mouse to create a new folder. The Folder is automatically named "New Folder"We can change the default name from "New Folder" to anything else.
Process:
1. Open the Program "Resource hacker"
Also See: Free download Resource hacker for Windows XP.
2. open the file Shell32.dll in "X:\Windows\System32\”, where X refers to yourSystem Drive.
       Navigate to: Strings\ 1896\ 1030
3. In the right pane you can find "New Folder" . Change it to "MIHIR" or "AKRAM", whatever   you like!
4.Choose "Compile Script" from the Menu. Save it as shell32.dll in the desktop or anywhere in your disk, but beware of saving it in "X:\Windows\System32\" 
5. Now you need an application named "Replacer" replace the old file with the new one.
Also See: Replacer free download for windows XP
Now using replacer replace the old Shell32.dll file with the new one,
After restarting your computer. Whenever you create a new folder its default name will be “MIHIR” Or anything else instead of “New Folder”

The process only works in windows XP. I don't know how to do so in other operating system. If anyone know then kindly share it to us.

Other Similar articles that may interest you:
1. create modify login password of other user in windows
2. how to insert or delete from a registry
3. How to change drive letter in windows
4.  Serial key of tune up utility 2010 free download
5. Add your Own folder to the favorite bar of windows Vista
6. Mozila Firefox latest version free download
7. Resource hacker and how to use it
8.  Disable "Open file Security warning" in Windows
9. What to see before buying a Laptop
10. How virus causes system crash
Continue reading →
Tuesday, 2 August 2011

How to Set Your Desired things as icon, text color and Background Image of a pen drive

0 comments
A.Using “Desktop.ini” Hack to Set Wallpaper as Background Image and give a particular text color of the pen drive.The process is very similar to add a  background and text color in a Windows folder.
Also See: How to set our desired photo as a folder background image
Now open Notepad and paste following code:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=image name
IconArea_Text=0x00000000

Now change "image name" with the wallpaper which you want to set as background. Suppose the wallpaper is “xxx.jpg", then the code will be as following

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=xxx.jpg
IconArea_Text=0x00000000

NOTE:-
    For adding xxx.jpg wallpaper as pen drives backgrounds it should be present inside the pen drive.

"IconArea_Text" stands for the text color, you can change it to white, yellow, blue, black or any other color. You just need to know the hexa-decimal number of the color and then replace the code in "IconArea_Text" section. A few most used color codes are as follows:
 
Black - 0x00000000
 White - 0x00FFFFFF
Green - 0x0000FF00
Blue - 0x00FF0000
Purple - 0x00C000C0
Red - 0x000000FF
Yellow - 0x0000FFFF
Indigo - 0x00FFFF00

Now save the notepad file as “Desktop.ini” (excluding quotes) and save it inside the pen drive.
 Now close and reopen the pen drive .you can enjoy the change.

B. for adding a personal icon to pen drive , you have to hack a “autorun.inf” fileNow open Notepad and paste following code:

[autorun]
OPEN=an.exe file name
ICON=an .ico file name
LABEL=pendive name

“an.exe file name” is stands for a file which you want to execute when you pin the pen drive to your system.
You can change it. Suppose you want to execute “xxx.exe” when you pin the pendrive to your system.
Then the code will be like:

[auto run]
OPEN=xxx.exe
ICON=an .ico file name
LABEL=pendive name

“an.ico file name” is stands for the icon which you want to see when you pin the pen drive to your system
You can change it. Suppose you want to see “xxx.ico” when you pin the pen drive to your system.
Then the code will be like:

[autorun]
OPEN=xxx.exe
ICON=xxx.ico
LABEL=pendive name

“Pendive name” stands for the name of the pendrive. Suppose name of your pen drive is “MIHIRBABU”.
Then the code will be like:

[autorun]
OPEN=xxx.exe
ICON=xxx.ico
LABEL=MIHIRBABU

Now save this note pad file as “autorun.inf” (excluding quotes) inside the pen drive.
NOTE:
      For change of icon the icon file (here “xxx.ico”) should present inside the pen drive.
Now remove the pen drive and pin it and enjoy the change.

NOTE:
   If you have installed an antivirus which can delete or block autorun.inf file. Then autorun.inf file will be blocked and you are unable to see the change.

Other similar articles that may interest you:
1. Create a boot able pen-drive for Windows Xp, Vista and seven
2. Avg Pc Tune up latest with key free download
3. Add change theme option as a shortcut to context menu
4. Idm full free download
5. How to create an invisible folder so that others can not see
6. How to make Window 7 genuine
8. How to become a fast typist
9. Shortcuts to Create a new folder in Window 7
10. How to create a con folder without using Command Prompt
Continue reading →

How to set or add wallpaper or photo as a folder background in windows without using any 3rd party software

1 comments
Using Desktop.ini .Hack to Set Wallpaper as Folder Background Image.

1. Open Command Prompt and set folder attribute to "system".
 Suppose there is a folder "Setup" in "D:\" drive, in which you want to set wallpaper as background image. So give following command in Command Prompt:
attrib +s D:\Setup
It'll change the attribute to "system".

2. Now open Notepad and paste following code:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=path_of_the_wallpaper
IconArea_Text=0x00000000

Now change "path_of_the_wallpaper" to the exact path of the wallpaper which you want to set as background. Suppose the wallpaper is stored in "D:\Wallpaper\Image1.jpg", then the code will be as following:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=D:\Wallpaper\Image1.jpg
IconArea_Text=0x00000000

NOTE: If you copy the wallpaper in the same folder which you are editing, then you can simply put the wallpaper name in the file. E.g. if you copy the "Image1.jpg" file in "Setup" folder, then the code will be as following:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=Image1.jpg
IconArea_Text=0x00000000

"IconArea_Text" stands for the text color, you can change it to white, yellow, blue, black or any other color. You just need to know the hexa-decimal number of the color and then replace the code in "IconArea_Text" section. A few most used color codes are as follows:

Black - 0x00000000
White - 0x00FFFFFF
Green - 0x0000FF00
Blue - 0x00FF0000
Purple - 0x00C000C0
Red - 0x000000FF
Yellow - 0x0000FFFF
Indigo - 0x00FFFF00

3. Now save the file with name "Desktop.ini" (excluding quotes) and copy the file in the desired folder which is "Setup" in our example.

4. That’s it. Close the folder and re-open it. Now it should show the wallpaper as background.

Other Similar articles that may interest you:
1.Add Disk Defragment option to context menu as a shortcut
2. How to Remove the Arrow from the shortcut Icons
3. Add Start Command Prompt from here to Context menu as a shortcut
4. Latest VLC Media Player Keyboard shortcuts
5. Add Window Colorization option to Context menu as a shortcut
6. Add Appearance Setting to Context menu As a shortcut
7. Add Administrative tool option to context menu as a shortcut
Add a warning or Legal notice before the Log-in Screen of Windows
9. How to break a BIOS/CMOS Password
10. Customize Winrar Commands on Context menu
Continue reading →
Monday, 1 August 2011

How to get Missed call alert free in BSNL or Cellone Mobile in India Orissa

0 comments
There are number of mobile service provider. All are providing various service to help the consumers. One of those service is "Missed Call alert". By activating this service we will be able to know about the people those are called us whenever our phone is in switch off condition or not in network coverage.
For activating this service all the provider (Bsnl, Cellone, Airtel,Aircel, Tata Docomo, Vergin Mobile, Uninor, S tel etc..) charged a monthly or weekly basic charge.

Here is the process on how to activate that mobile service free in BSNL or Cellone Mobile.

For this just divert the Unreachable call of your mobile  to "17010" or "+9117010" (without quotes).
Then switch off your mobile phone and turned on.
Now whenever your phone is not in Network coverage or in switch off condition and some people are contact you. Then you will be get notified after you switch on the mobile.

I have tested this in my Orissa state bsnl number. I don't know whether it is working or not in other states in India. Try it your self  and tell your result to others below.
If anyone know about how to activate other service of any provider then kindly tell us. The reader of the blog will be thankful to you and you will be become a good member of this blog.

Other Similar articles that may interest you:
1. Add Change Wallpaper option as a shortcut to context menu
2. How to make turbo c++ full screen in Windows Vista
3. Some Working Mobile codes on Samsung Mobile
4. Google Chrome Offline Installer free download for windows
5. How to Hard reset or format a Nokia E-Series Mobile.
6. How to change the look of vlc media player to Windows Media Player
7. Latest Phaseout Internet browser free download
8.  How to Start Private browsing in Mozila-Firefox
9. How to Increase the system speed
10. List of top reasons why a system hangs or Crash
Continue reading →

Followers