Monday, 20 January 2014

When I right-click on Start button and select "Open", a "Copy To" or "Move To" dialog box opens automatically.

Solution :
  • Start -> Run
  • Type regedit
  • Goto Code:
  • HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\
  • Now delete following 2 keys:
  • Copy To
  • Move To

Saturday, 18 January 2014

How to get trash deleted emails from gmail

  • To recover permanently deleted emails even after deleting them from your trash folder
  • Open gmail then click the drop down arrow from your search box at the top of the screen.
  • It'll ask you several question such as to: or from: subject, has words or date with in.
  • Don't answer any question just click on the blue search button on the bottom left of the search box and all of your deleted emails will be revealed.

Windows Explorer has encountered a problem and needs to close.

Solution :
    • Start ->Run
    • type "regsvr32 /u vsfilter.dll" (without the quotes) press enter.
    • Nothing happened except a message stating expired or something
    • Go to start -> run and type - regsvr32 /u shmedia.dll click OK.

      Unable to open or formate my Pendrive

      Solution :
      • Insert the pendrive
      • Don't open or format it directly
      • Right-click on my computer and go to manage
      • Select disk managment option
      • Right click on the removable disk
      • Select format

      Pen drive show empty even when data exists | All the data become shortcut file | .lnk file

      Solution :

      • "Start" type cmd and press "Enter".
      • "Command Prompt" will be opened.
      • Enter this command.
      • attrib -h -r -s /s /d d:\*.*
      • Here you can replace any drive name instead of  "d:\ "

      MICRO SD card - Lost password

      Solution :
      • Go to file manager on your mobile
      • In Settings choose system folders,
      • In the System folder, find a file called mmcstore
      • Send the file to your PC using IR/Bluetooth
      • Open the file in Notepad
      • The password you need for your memory card is located within that file
      2nd Solution :
      • Insert your card into your phone, without accessing it through the phone
      • Run FExplorer and Open the path C:\system
      • Find the file called mmcstore, and rename it mmcstore.txt
      • Copy that file (mmcstore.txt) to your PC and open it in Notepad
      • Your password will be located within that file.

      Sunday, 15 September 2013

      Disabling sharing of administrative task


      Solution :

      Do as follow :

      • Open Run(Ctrl+R)
      • Type Regedit
      • Go to following path

      HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ LanmanServer \ Parameters

      • Create a new DWORD value named AutoShareWks and set it to 0.

      Using CMD :

      Administrative shares also temporarily disabled using CMD

      • net share c $ / delete
      • net share admin $ / delete
      • net share IPC $ / delete