Some new programs may be able to pass through the read only protection, if your program does not you will have to copy to hard drive first, then disable the "read-only" attribute of files by right-clicking files, and selecting "properties". In properties un-check the box "read only" and save.
To copy files to hard drive you will have to use "Command Prompt" accessible from the start menu, or you can go start>run>cmd.exe
Once in command prompt the command to copy read only files is xcopy:
xcopy (directory to copy from ex. e:\) destination (enter destination parameters here) and hit enter
for more information you can also use the command: xcopy /?
if still in trouble try to google xcopy
Copyright © 2026 eLLeNow.com All Rights Reserved.