This Month:Four Letter "F" Word At the Shop Frivolous Lawsuits Y2K Again? Network Disconnect VoIP Troubles Different Spam Approach? Keep It Updated! Laptop Theft More Individuals Sued Anti-? Applications Adware/Spyware AOL Batch Files
We are PC correct but not necessarily when it comes to
humor.. :-) Any suggestions, recommendations or ideas found on this site are applied at your own risk.
|
Have problems
or ideas you would like to have us address? Let us know! A Few Reminders...If you have a new computer:
Looking to buy a new computer:Click here for some ideas that may help your decision. |
||||||
--top
|
|
Fall At the ShopDue to "restructuring," sometime by mid October, we will be discontinuing retail sales for items like printer ink, paper, labels, etc. Ben Franklin will apparently continue to offer these types of products for the Annandale area. We appreciate everyone's support over the past few years but the retail end of the business is distracting from what we do best: customer service and computer repair. Frivolous LawsuitsSoon to be under control? H.R. 420 if passed would curtail many of these frivolous lawsuits, e.g. a youth baseball coach being sued for a winless season or the couple that sued a Health spa because the husband began a cyberspace romance. More examples of our runaway litigative society here. The proposed bills: http://www.govtrack.us/congress/bill.xpd?bill=h109-420 and http://www.govtrack.us/congress/bill.xpd?bill=h109-554 Will Y2K-like Problems Reoccur?If the proposed changes to daylight savings time pass, there may be minor problems for many electronic devices. Microsoft indicates a Windows update will make this transition seamless but devices that do not receive automatic updates may become date/time confused. The article Network DisconnectIntel is currently testing Automatic Network Outbreak Containment with good results. So future machines, when infected, will automatically close all network connections stopping the virus from spreading. If this technology existed in (all) computers today, as many as one million machines would be denied access to the Internet and the owners would be forced to address the problem. More and more Internet Service Providers are watching for viruses and pulling the plug, but unfortunately there are just too many that do not. Consequently the Internet is alive with viruses. Have a VoIP Phone System?Maybe not for long! An estimated 100,000 VoIP customers may find their phone system will not work by the end of the month. Original article and a follow-up Deadline Extended |
--top
|
|
A Different Approach to Spam?One of our customers recently received this interesting email message:
We especially love this next part...
Keep It Updated!Windows XP machines, without Service Pack 2 are vulnerable to attack and takeover. Without SP2, visiting the "wrong site" may download and install a key logging application without your knowledge. Earlier versions of Windows (98, ME and 2000) may be at risk even with all available updates in place. The article Have a Laptop?In 2003, 600,000 computers were stolen in the United States. Microsoft article. But in addition to the Microsoft article's hints, we suggest the following (Windows XP only):
Still File Sharing?The Motion Picture Association of America filed 286 lawsuits against individuals that used a peer-to-peer file sharing network to trade movies. The article
|
--top
|
|
Anti-? ApplicationsAntispyware and antivirus are not synonymous, but do you need both? Maybe! All machines need a good Antivirus application! You will not need AntiSpyware software if you are running Windows XP with all the latest service packs and patches and you:
If however you have installed junk, been hijacked, are not behind a firewall or are running any operating system other than Windows XP with all the latest patches, you likely need an antispyware application. But which one? We have seen many computers with various different antispyware applications but none have thrilled us. Here are a couple reviews but keep in mind, the results may have been be swayed by sponsorship. Review 1 Review 2 Adware/SpywareIt is estimated that 80% of home users' computers are infected with spyware of some kind and most are unaware of the problem. Webroot names their top threats starting with CoolWebSearch, followed by Elite Bar, PowerScan, Look2Me, PurityScan, Clkoptimizer, 180search Assistant, Web Search Toolbar, ISTbar and aBetterInternet in that order. We have run across some of these and although most offered an "uninstaller" via the Control Panel's Add/Remove Programs, a few did not uninstall! It was then necessary to manually remove the adware/spyware. In a couple cases we could not remove the application at all, making it necessary to format the drive and reinstall Windows.
AOLWhen does "cancel my subscription" not mean cancel the subscription? AOL found out the expensive way... more on this
|
--top
|
|
Batch Files (Description)"DOS Ain't Dead" (yet), in fact, we use it a lot. One very useful command is Xcopy. Unlike the copy command of earlier Windows, Xcopy maintains the long file name. Additionally it can copy the folder structure. Much more on the Xcopy command here We use the Xcopy command for backing up files. Xcopy is a very straightforward and logical command. It copies whatever you specify to wherever you specify.
So if you want to backup (copy) all of the files found in your My Documents folder to the D:\ drive, you could create a batch file with this command line. xcopy "C:\Documents and Settings\Username\My Documents\*.*" D:\ /E /Y The /E switch tells Xcopy to include all subfolders (and
files), e.g., The term "batch" means multiple commands so a single batch file could have many individual lines, example: xcopy "C:\Documents and Settings\Username\My
Documents\*.*" D:\ /E /Y
More on using Xcopy to backup and more on using wildcard characters (*.*) Create a Batch FileThe easiest way to create a batch file is via Notepad.
Type your batch file command line(s), save and close the notepad file, then change it from a TXT extension to a BAT extension. If you cannot see file extensions, click here. Remember, computers do what you instruct them to
do! So think, backup and test before using batch files! |
-- top
|
You
know you're living in 2005 when (Thanks Tom): |