Search This Blog

Wednesday, January 12, 2011

My Computer has no Power

My husband was on the computer when all of the sudden it shutdown then it no longer power on. As a tech I tried to troubleshoot it. I removed all peripherals and components until all left is the mobo, p/s and proc, still no power at all. When I tested the power supply on another board it does work. I am now left with the mobo and the proc. I am thinking its my mobo. We had this problem before wherein all of the sudden it shutdown. We tried everything and it did not work. But when we left it not in use for a week all of the sudden it started working. But this time it has no power at all. I am planning to replace the mobo and add one more gig of memory once I have a budget.

Tuesday, January 11, 2011

IE or Firefox

Which do you prefer Internet Explorer or Mozilla Firefox? Since I bought our computer I always had firefox installed and been using that at home. At work I am still using IE because of some applications that doesn't work in a different browser. It is recommended though to have at least 2 browsers installed on your computer so that if in case one browser got corrupted you can still use another to get to the web. I prefer using firefox and google chrome. IE is mostly attacked by spywares and malwares. I guess because it is from Microsoft and since Microsoft is most commonly used OS it is most commonly attacked as well. Install 2nd browser now on your computer so you have alternate option if IE failed which do happens most of the time. 

Monday, January 3, 2011

RASH File Attributes

I remember when deleting malware and spyware there are some cases wherein you cannot see the culprit file that you wanted to be gone. Even if you show hidden files, it still doesn't show up. You can try this in the command prompt.

To open command prompt in Windows, you can click on start and click on run. Inside the box type cmd and click on Ok.
- Go to the directory of the drive and folder you want to access. Ex. C:\Windows
- type dir /ah , this will display files and folders with hidden attributes
- type attrib <filename> -r -a -s -h (Ex. attrib cats.jpg -r -a -s -h) Note: if the filename is more than 6 characters type the first 6 characters followed by ~1. (Ex for celebration.doc, attrib celebr~1.doc -r -a -s -h)

RASH File Attributes


R - Read Only attribute - A file having this attribute cannot be overwritten or erased by standard programs or mischievous users.

A - Archive attribute - A file possessing this attribute has been changed or created recently. DOS commands like  XCOPY use this attribute to keep track of which files changed since they were last copied or backed up. Similarly, backup programs like Seagate Backup Exec, Microsoft Backup, etc. all use this attribute to handle their bookkeeping on what files need to be backed up.


S - System attribute - A file with this attribute usually is a file that's an integral part of your operating system. The system attribute has a special meaning for DOS, Windows, Windows 9x, OS/2, etc. When the system attribute is associated with a file, that file is hidden and cannot be run from the command line in DOS or a DOS session. The only way such a file can be run is by another program loading and running the file. Under Windows 9x, try to perform an operation like deleting a system file, and you'll get a pop-up box telling you that the file is a system file and asking you whether you really want to delete it.

H - Hidden attribute - A file having this attribute cannot be seen by a normal DOS directory search (like using the DIR, CHKDSK, TREE, DEL, or RENAME commands). A file having this attribute cannot be seen if Windows 9x Explorer or similar programs aren't specifically set up to see them (e. g., Show all files hasn't been checked under View Options in Windows Explorer). Files with an 'H' attribute are effectively "invisible." This attribute is used to hide files from prying eyes. Note that most programs can still run a hidden file, but that the DOS COPY and XCOPY commands cannot copy a hidden file or copy to a hidden file.