Pages

Friday 28 June 2013

To Enable the Task Manager if it is disabled by some reason


1. goto start menu -> run -> type gpedit.msc

enable task manager

2. a local group policy editor window will pop-up
enable task manager
3.under administrative templates go to system and under system click on ctrl+alt+del option
enable task manager
4.click on remove task manager option and disable it
enable task manager

enable task manager

now your removed task manager will work usual.. hope u will enjoy...
















Thursday 27 June 2013

Samsung Secret Code.....


1.*#9999#         Software version
2.  *#06#           IMEI number: 
3. *#0001#       Serial number
4.*#9998*246#   Battery status- Memory capacity
5. *#1111#         S/W Version
6. *#1234#         Firmware Version
7. *#2222#         H/W Version
8. #*5737425#   JAVA Mode
9.. *#2255#        Call List
10. *#232337#    Bluetooth MAC Adress
11. *#5282837#  Java Version
12. *2767*226372#  Camera Reset (deletes photos)
13. #7263867#          RAM Dump (On or Off)
14. *7465625*746*Code#   Enables SIM lock
15. #7465625*746*Code#    Disables SIM lock
16.#*5376#          DELETE ALL SMS!!!!
17. *#9998*947#     Reset On Fatal Error
18. *2878*3855#    To format and erase all the data from the mobile memory.

NOKIA Secret Codes...




1. To see the IMEI (International Mobile Equipment Identity)
          *#06#
   
                   
NOKIA Secret Code
2.To view the mobile software version
      *#0000#
NOKIA Secret Code

3.Reset factory setting of Nokia
     *#7780#
NOKIA Secret Code
4. Nokia Bluetooth device address
     *#2820#
NOKIA Secret Code
5. To see SIM restriction in NOKIA
#pw+1234567890+1#
NOKIA Secret Code

6.To jump on secret menu of NOKIA
   *#92702689#
NOKIA Secret Code

7.To increase the signal Strength of NOKIA mobile.
    *#3370#
NOKIA Secret Code
8. To increase NOKIA mobile phone battery life upto 30%
    *#3370*
NOKIA Secret Code
9.To format the content of the NOKIA phone type
   *#3925598# and if ask for lock code type 12345,it will erase all content of the mobile.
NOKIA Secret Code

10. To see the WLAN Mac Address
   *#62209526#
NOKIA Secret Code

To use mouse Pointer using keyboard keys......




If your mouse or touch pad doesnt work because of any reason,u can control your mouse pointer using your keyboard. To do so Follow the given steps to activate the keyboard mouse:

1. log into your computer with administrative rights.
2. To activate this feature, press left Alt+left Shift+NumLock keys at once and you will receive a small
MouseKey box.


3. To keep MouseKeys on, click on Ok button or click on cancel button to cancel MouseKeys box.
4. Click on Settings button, if you want to adjust the mouse cursor detail settings.
5. A new dialog box will appear with “Settings for MouseKeys”, now you can do all mouse settings ,for
example mouse cursor speed, acceleration and some other features.
6. Now using Numeric keypad, you can move your mouse pointer where you want to move on desktop.

1,2,3,4,6,7,8 and 9 keys are used to move the mouse cursor into different directions on desktop
Key 5 is used as mouse click button.


This work on all windows. To remove this control again press  left Alt+left Shift+NumLock keys at once.
now enjoy the trick... :)

Thursday 6 June 2013

Preventing low memory problems




When your computer doesn't have enough memory,Windows and your programs can stop working.Low memory problems occur when your computer runs out of RAM and becomes low on virtual memory. This can happen when you run more programs than the RAM installed on the computer is designed to support. Low memory problems can also occur when a program doesn't free up memory that it no longer needs. This problem is called memory overuse or a memory leak.

To prevent low memory problems

  • Install more RAM
  • Increase the paging file (virtual memory) size
    • Windows automatically attempts to increase the paging file size the first time your computer becomes low on memory, but you can also manually increase it up to a maximum size that is determined by the amount of RAM installed. 
      steps to increase the virtual memory size manually in win 7
      1. Click to open System.
      2. In the left pane, click Advanced system settings.



      3. On the Advanced tab, under Performance, click Settings.
      4. Click the Advanced tab, and then, under Virtual memory, click Change.
      5. Clear the Automatically manage paging file size for all drives check box.

      6. Under Drive [Volume Label], click the drive that contains the paging file you want to change.
      7. Click Custom size, type a new size in megabytes in the Initial size (MB) or Maximum size (MB) box, click Set, and then click OK.
      enjoy....

Wednesday 5 June 2013

Create a password protected hidden folder using notepad....



steps:
1. open a drive where you want to create the folder. for eg D drive

2. and open a text document here.














3.now paste the following code on the text file and save as abc.bat
cls
@ECHO OFF
title Folder doc
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST doc goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren doc "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== change_your_password goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" doc
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md doc
echo doc created successfully
goto End
:End
PAUSE

4. type your password in place of   change_your_password in the abc file.

5. now in d drive there exist a batch file named as abc



6. double click abc file
7. now a folder created named as doc


8. copy all the files or documents which you wants to secure in the doc folder.
9.now again double click the abc file,it ask for  Are you sure you want to lock the folder(Y/N)
     then type yes for y and no for n.

10. if you type y your file doc now disappear from the d drive.
11. if you want to see the doc file double click the abc file,now it ask for password,now enter your password which you placed in place of  change_your_password in the abc file.

12.if password matched you can see your doc file.
13.to again change the password right click on the abc file and select edit and change the password.
enjoy the magic.

To make bootable pendrive in windows using command prompt....


things we required:
1. a windows ISO files.
2. a minimum 3 Gb pen drive.

steps are:
1. plug the pendrive at usb.
2.open the command prompt.
3.follow the following commands
a. diskpart
b.list disk
c. select disk which indicate the pen drive here disk 1 represents pen drive,we can justify it by the size of disk.
d.clean
e. create partition primary.
f.select partition 1.
g.active
h.format fs=fat32 quick
i.assign
j.now copy the windows file from iso file and paste it in the pen drive.
k.exit




now ur pen drive become bootable for that operating system which u copied on the pen drive. Now you can restart your computer,and boot your system from the pen drive by changing boot option from the BIOS setting.. Enjoy

Trick to create your virtual own drive.....



Follow the following step.
1. goto Strat->run->cmd
2. type subst z:  c:\
Virtual Drive


3.Now go to my computer and check it.New drive should be shown. A copy of C drive
Virtual Drive

4. To remove the drive go to command prompt and type subst z: /d
Virtual Drive


enjoy the trick....
How to Change Windows 7 Logon Screen Background...


1. The image you need to set as the background should be a .jpg file and it’s size should not exceed 245KB.The image resolution can be anything of your choice. However I prefer 1440 x 900 or1024 x 768.
2.You will need to copy this image to C:\Windows\system32\oobe\info\backgrounds
You will need to create that path if it does not already exist on your computer.
3.Now open the Registry Editor (Start -> Run -> Type regedit) and
navigate to the following key
HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background
If Background does not exist rightclick LogonUI, select New and then Key, and then name it Background.
Now locate OEMBackground (listed on the right side). If it does not exist, right-click Background and
select New and then DWORD and name it OEMBackground.

4. Double-click on OEMBackground and set the Value Data to 1.





5.Now log-off to see the new logon screen background. If you would like to revert back to the default
background, just set the Value Data back to 0.