Hard Disk Drive Access Denied.

Some times after new installation of OS or due to some error drive permission may be denied, this can resolved by applying these simple steps.
  • If the file system is NTFS, the best way to destroy NTFS permission is to convert drive to FAT32.
(OR)
  • Download the file takeown(Click here TakeOwn), save it to your computer and extract it to your d:\
  • Go to a command prompt and type
  • takeown D:\(insert name of folder)
  • This "should" give your current user rights to the folder. Better to do this with your administrator account.
(OR)


  • Right click on I drive and select Properties
  • Click on the Security tab
  • Click Advanced
  • In the advanced window select your administrator account and choose to apply onto “This folder, subfolders, and files” click ok
  • Then check the box at the bottom of this window “Replace permission entries on all child objects with entries shown here.
  • Click OK.










Making Bootable XP CD

1. Download the file BOOTXP(Click BOOTXP to Download) and note the location.
2. Open
Nero Burning Rom. Burning Rom is better than Nero Express.
3. In left pan scroll down and select CD-ROM(BOOT)
4. In Radio Button Select Image File
5. Click Browse and select the downloaded file BOOTXP
6. Change Boot Message to Nero Boot-Loader 07C0
7. Make Number of loaded sectors to 4
8. Now Click on New Button.
9. Drag the Windows XP files to left pan.
10. click on burn current compilation and press ctrl+B after dragging files.
11. Click Burn.
12. Bootable XP C.D is ready.









WinKey Shorcuts

Keyboard Shortcuts Using WinKey


  • WinKey--------------------- -------------Displays taskbar and Start Menu
  • WinKey + E------------------------------Opens Explorer
  • WinKey + F------------------------------Opens Find
  • WinKey + R------------- ----------------Opens Run
  • WinKey + D----------------------- ------Maximize/Minimize all windows
  • WinKey + M-----------------------------Minimize all windows
  • WinKey + L------------------------------Switch User or Displays welcome screen
  • WinKey + Pause----------------- -------Opens System Resources
  • WinKey + Tab---------------------------Flip between open application the taskbar
  • WinKey + CTRL + F--------------------Finds a computer(when connected in Network)
  • WinKey + Shift + M---------------- ----All "WinKey + E" minimized windows
  • WinKey + Break------------------------Displays the System Properties sheet







Deleting Undeletable Files

Many times when trying to remove an unwanted file, especially a adware or spyware, you may run across a the error message telling you "access denied" and explaining the file may be in use. You may also receive one of the following messages.

Cannot delete file: Access is denied
There has been a sharing violation.
The source or destination file may be in use.
The file is in use by another program or user.
Make sure the disk is not full or write-protected and that the file is not currently in use.

In that Follow these simple steps

If you already know the path to the file, please skip to Step 7
  1. Click on Start, Search, All Files and Folders
  2. Type the name of the undeletable file in the box shown
  3. Make sure the Look In box shows the correct drive letter
  4. Click Search and let the computer find the file
  5. Once the file is located, right-click on it and choose properties, make a note of the file location. Usually this is something similar to

    c:\windows\system32\undeleteablefilesname.exe

  6. Close the search box
  7. Click on Start, Run, and type CMD and Press Enter to open a Command Prompt window
  8. Leave the Command Prompt window open, but proceed to close all other open programs
  9. Click on Start, Run and type TASKMGR.EXE and press Enter to start Task Manager
  10. Click on the Processes tab, click on the process named Explorer.exe and click on End Process.
  11. Minimize Task Manager but leave it open
  12. Go back to the Command Prompt window and change to the directory where the file is located. To do this, use the CD command. You can follow the example below.

    Example: to change to the Windows\System32 directory you would enter the following command and Press Enter

    cd \windows\system32

  13. Now use the DEL command to delete the offending file. Type DEL where is the file you wish to delete.

    Example: del undeletable.exe
  14. Use ALT-TAB to go back to Task Manager
  15. In Task Manager, click File, New Task and enter EXPLORER.EXE to restart the Windows shell.
  16. Close Task Manager