Elite Buyer

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, 12 December 2011

Bump performance in Windows 7 by trimming startup programs

Posted on 11:11 by Unknown

Bump performance in Windows 7 by trimming startup programs

several methods that you can use to investigate startup programs and eliminate some of them to improve performance. The minimum memory (RAM) requirements for Microsoft Windows 7 are 1GB for the 32-bit versions and 2GB for the 64-bit versions. However, we all know that the operating system runs better with more RAM. If you’re currently running Windows 7 on a system with only 1GB or 2GB of RAM, you know that the system can be slow at times — especially when you are running extremely memory-intensive applications.
Of course the ultimate solution would be to add another GB of RAM to your system, but what if doing so is not feasible at this point in time? Are you stuck with a sluggish system? Fortunately, you are not, as you can bump up performance by trimming back startup programs that may not always be needed. By preventing unnecessary programs from automatically starting, you’ll have more memory to spare for the programs that you do want to run.
In this edition of the Windows Desktop Report, I’ll show you several methods that you can use to investigate those programs that run automatically at startup. I’ll also show you how you can eliminate or at least temporarily prevent them from automatically starting up.

WMIC

You can investigate startup programs using a specially configured WMIC (Windows Management Instrumentation Command-line) command. WMIC (pronounced “WeeMek”) is built in to the Windows operating system and allows you to tap into a wide variety of application systems, hardware components, and operating system subsystems. Using a WMIC command, you can easily create a very nice HTML-based report of those programs that automatically start up on your system. You can then print the report to have on hand as you investigate whether you can safely eliminate any of those programs.
To create the report, open a Command Prompt window and type the following command:
wmic startup get /format:hform > startupreport.htm
When you do, the report will be created in a matter of moments. To access the report, just type the following in the same Command Prompt.
startupreport.htm
You’ll then see a report, similar to the one shown in Figure A, displayed in your web browser.

Figure A

Using a specially configured WMIC command you can create a nicely formatted report on startup programs.
As you can see, the report is set up in a table and uses color to make it very easy to read.

Resource and Performance Monitor

You can also investigate startup programs using Resource and Performance Monitor. Click the Start button and type Performance in the Search box. When the results appear, select Performance Information and Tools. When the Performance Information and Tools window appears, select the Advanced Tools. When the Advanced Tools window appears, scroll to the bottom and select Generate a system health report.
When the Resource and Performance Monitor window opens, the utility will begin compiling its report, which will take about 2-3 minutes. Once the report is compiled, expand the Software Configuration section and scroll down to the Startup Programs section, as shown in Figure B.

Figure B

The Resource and Performance Monitor creates a much more concise report on the Startup Programs.

System Configuration

You can investigate and disable startup programs using System Configuration. Click the Start button and type System in the Search box. When the results appear, select System Configuration. When the System Configuration dialog box appears, select the Startup tab, as shown in Figure C. As you can see, the Startup tab provides a straightforward listing of the programs that automatically start up on your system.

Figure C

You can view and easily disable startup programs on the Startup tab of the System Configuration utility.
You can disable a startup program by clearing the adjacent text box. As you can see, the Startup tab makes it easy to keep track of those programs that you have disabled by recording the date and time they were disabled. When you click OK, you’ll be prompted to restart the system to activate your changes, as shown in Figure D.

Figure D

When you click OK, you’ll be prompted to restart the system to activate your changes.

Autoruns

If you really, really want to delve into a deep investigation of startup programs, there is no better application than Autoruns from Windows Sysinternals and Mark Russinovich. This tool, shown in Figure E, provides a very comprehensive look at all the places in the operating system from which a program can be configured to automatically run.

Figure E

Autoruns provides a very comprehensive investigation into startup programs.
You can learn more about Autoruns on the Windows Sysinternals site. The program also comes with a detailed Help file.
Read More
Posted in hep, unc, windows 7, XP tech support. | No comments

Troubleshoot driver problems in Windows 7 with Driver Verifier Manager

Posted on 10:29 by Unknown

how to use the built-in Driver Verifier Manager to troubleshoot driver problems in Microsoft Windows 7. In a recent blog post titled “Troubleshoot Windows 7 Drivers in More Detail with Driverquery,” I told you about Driverquery and how you can use it to gather detailed information about all the device drivers installed on your system. Well, in addition to DriverQuery there is another tool called Driver Verifier Manager that you can use as a troubleshooting aid when you suspect that your problems may be rooted in a faulty device driver.
For instance, if you occasionally encounter unpredictable errors, lockups, or BSODs, there’s a good chance that your system is suffering from the effects of a faulty third-party driver. The device drivers that come with Windows 7 have a Microsoft digital signature that indicates that the driver has met a certain level of testing and that it has not been altered. Any hardware that carries a Certified for Windows 7 logo will come with drivers that have a digital signature from Microsoft, which indicates that the product was tested for compatibility with Windows 7.
However, not all third-party hardware manufacturers are willing to take the time and effort to submit their products to Microsoft for certified testing, and as such they aren’t really interested in having a digital signature from Microsoft assigned to their drivers. And, unfortunately, uncertified drivers can be a source of problems.
In this edition of the Windows Desktop Report, I’ll show you how to use the built-in Driver Verifier Manager to troubleshoot driver problems in Windows 7.

An overview

Windows 7 comes with two versions of the Driver Verifier Manager — a command-line version and a GUI version. I’ll cover the GUI version in this article. (If you want to learn more about the command-line version, check out this article on Microsoft’s MSDN site. You can also download a whitepaper.)
Once enabled, the Driver Verifier Manager will go to work in the background and will essentially perform a series of extreme stress tests on the selected driver(s) in an attempt to cause the driver(s) to fail. Keep in mind that the tests that Driver Verifier Manager performs will occur as you use your system over time under normal circumstances. As such, it may take some time to identify a problem, if there is one at all. In other words, this utility will not yield immediate results.
If the driver does fail, it will cause a BSOD and a Stop Error message that will contain information that you can use to determine and eliminate the problematic driver. If, after a few days, the driver doesn’t fail and cause a BSOD, then the driver may not be the cause of the problem. Either way, you will have to disable the Driver Verifier Manager once you are done troubleshooting.
Remember, that once you enable it, the Driver Verifier Manager will remain active in the background until you disable it. I’ll show you how to disable Driver Verifier Manager in a moment.

Launching the Driver Verifier Manager

To launch the Driver Verifier Manager, click the Start button, type Verifier in the Start Search box, and press [Enter]. When you do, you may encounter a UAC and will need to respond accordingly. You’ll momentarily see a Command Prompt window, and then the Driver Verifier Manager will launch and display a wizard-based user interface, as shown in Figure A.

Figure A

The Driver Verifier Manager runs from a wizard-based user interface.
As you can see, the Create Standard Settings option is selected by default, and in most cases this option is the best way to start. When you use this option, the Driver Verifier Manager selects a standard set of driver verification options.
If you later decide that you want to perform more specific tests, you can select the Create Custom Settings option. When you do, the Driver Verifier Manager will display all the available driver verification options and allow you to select the ones that you want to employ. This option is really designed for developers.
As I mentioned, you will have to disable the Driver Verifier Manager once you are done troubleshooting. To do so, you’ll use the Delete Existing Settings option.
As its name implies, selecting the Display Existing Settings option will show the driver verification options that have been activated and will list the drivers being tested.
Once you enable it, the Driver Verifier Manager remains active and performs its stress tests in the background. If you select the Display Information about the Currently-Verified Drivers option, the Driver Verifier Manager will display statistics on the utility’s current actions.

Using the Create Standard Settings option

Since the Create Standard Settings option is the most common way that you’ll use the Driver Verifier Manager, I’ll cover this option. When you click next, you’ll be prompted to select the drivers that you want to test, as shown in Figure B.

Figure B

The Driver Verifier Manager provides you with several options for choosing which driver you want to test.
Since unsigned drivers are the most likely culprit, the Automatically Select Unsigned Drivers option is selected by default. If you select this option and click Next, you’ll see only those drivers installed on your system that are not digitally signed by Microsoft. If there aren’t any unsigned drivers, an error message will appear.
If you suspect that signed drivers designed for a previous version of Windows may be installed on your system and causing problems, select the Automatically Select Drivers Built for Older Versions of Windows option. If you select this option and click Next, you’ll see a list of drivers that are digitally signed by Microsoft but are designed for previous version of Windows — most likely Windows XP. If there aren’t any signed drivers for older version, an error message will appear.
While not really a very sensible option when it comes to standard troubleshooting practice, you can select the Automatically Select All Drivers Installed on This Computer option. If you select this option, the Next button will change to Finish and you’ll be prompted to reboot your system. (As a general rule of thumb, it is better to troubleshoot a single or a small set of possible problem drivers as it will be easier to determine the cause.)
If you want to see all the drivers installed on the system and be able to pick and choose which ones to test, choose the Select Driver Names from a List option.
On my test system, I selected the default option, Automatically Select Unsigned Drivers, and clicked Next. I then saw a small list of the drivers installed on my system that were not digitally signed by Microsoft, as shown in Figure C. To initiate the testing, I clicked Finish and was prompted to restart my system.

Figure C

In the case of my test system, two drivers were unsigned.
It’s been several days, and I have yet to encounter a response from the Driver Verifier Manager. I suppose that it isn’t really surprising since I wasn’t encountering any unpredictable problems on this system. However, I am in the process of seeking more current drivers.
Read More
Posted in Driver manager, troubleshoot, windows 7 | No comments

windows has blocked this software because it can't verify the publisher

Posted on 10:18 by Unknown

windows has blocked this software because it can't verify the publisher

1. Open internet explorer, click Tools – Internet Options .
2. Click the Security tab – Custom Level button.
Under ActiveX ensure the following are set to enabled
Run ActiveX and plug-ins – Enabled
Download Signed ActiveX Control – Enabled
Script ActiveX controls marked as safe for scripting – Enabled
Set the following to “Prompt ”
Download unsigned ActiveX Control – Prompt
Initialize and script ActiveX controls not mark as safe – Prompt
3. Click OK and Apply and OK. Restart the browser.
Read More
Posted in 20 sites to promote your web site, activex, computer, elitebuyer, prompt, script, this copy of windows must be activated with microsoft before you can log on., verify, Windows XP Professional | No comments

Monday, 7 November 2011

HP LaserJet Kills Print Spooler

Posted on 10:20 by Unknown

HP LaserJet 1020-1022 Kills Print Spooler

Resolution/Fix:
If you have not already you will need to remove the bad files from your print spooler.
  1. Stop the printer spool service by right clicking on your My Computer icon and selecting "Manage"
  2. Expand "Services and Applications" and the click on services
  3. Browse through the list of services and find "Printer Spooler".
  4. Right click on the "Print Spooler" service and select "Stop" if Stop is grayed out or disabled and "Start" is an available option, then the service is already stopped.
  5. Go to the c:\Windows\System32\Spool\Printers folder
  6. You should see some files in this directory with a .SHD file extension or a .SPL extension you will want to delete these. In some cases you may see other files in this directory as well, and in general it is safe to delete them. Files besides the .SHD and .SPL should be backed up before you delete them to be safe.
  7. You may either reboot the computer or Start the "Print Spooler" service manually.
Once your print spool is clear you can now proceed with the following on the trouble computer:
First you will want to turn off any advanced printing features for your printer.
  1. Click on Start then control panel, and then Printer and Faxes
  2. Right click on the HP Laserjet 1020 (or other affected) printer and select Properties
  3. Click on the Advanced tab
  4. Uncheck "Enable advanced printing features"
  5. Click the OK button
With that done, you will also need to make sure that you do not create PDF print jobs that the printer may still not work with.
  1. Open a PDF file with Adobe reader
  2. Go to File and then Print
  3. Look for the Advanced button towards the bottom left and click on it
  4. You should see an option on this screen that says "Print as Image". Place a check mark there and press Ok.
  5. You can now press the print button and it should work fine. Be sure to always check that "Print as Image" option before printing a PDF document.
Read More
Posted in elitebuyer, hp, laserjet, long beach computer, long beach laptop, pc repair, print spooler, server, spooler | No comments

Wednesday, 14 September 2011

Better Searching in Outlook 2010

Posted on 21:55 by Unknown
A common problem with email searches is that they can return too many results. For example, entering someone’s name may return matches where the name appears in parts of the message’s body even though you meant to look for messages from that person. It can be also hard to enter other criteria to help narrow your search, such as whether it has an attachment or that it has a particular category applied. Wouldn’t it be great if you could specify these parameters easily and get a better set of results - finding what you want even faster? Outlook 2010 makes it easy!
Outlook 2010 makes searching your mailbox more efficient with two new features: the Search Contextual Tab in the Ribbon and the Search Suggestion List.

Search Contextual Tab
Search Contextual Tab
The Search Contextual Tab is displayed each time you click into the search box. It allows you to filter your search results using a variety of parameters, including:
· Sender’s name
· Subject keywords
· Presence of attachments
· Categories
· Sent date
· Flagged messages
· The recipient’s name in the TO or CC fields
· Importance
· Read/unread status
· … and many more!
You can use this tab to help you find messages quickly and easily. For example, suppose you are searching for a message with the phrase “Food Blog”, but more than 100 items return matching that query. Let’s suppose you also remember that this message has an attachment. Now you can instantly narrow down the results to a much smaller set to find what you are looking for by clicking the Has Attachments button in the Search Contextual Tab:
Search Tab Filters
And that’s just one of the many filters available in the Search Contextual Tab!

Search Suggestion List
Search Suggestion List
The vast majority of searches contain a combination of keywords, along with the names of the sender or a known phrase in the subject line. Restricting results to a specific sender is a powerful filter that often helps narrow down results quickly.
In Outlook 2010, you will see a list beneath the search box when you begin a query. You can just type and then arrorw down to limit your search to mail from someone or with a specific subject. The results returned will be only those that show a match in the name (or subject) fields against your query!
Read More
Posted in indexing, outlook 2010, searching | No comments

Tuesday, 24 May 2011

Office 2007 download file download

Posted on 14:06 by Unknown
If you need to download office 2007 installtion software go http://www.tinyurl.com/
http://tinyurl.com/34egk2  is the file

good luck
Read More
Posted in office, office2007 | No comments

Thursday, 7 April 2011

Dentrix Getting a message saying the insurance claim format is invalid

Posted on 14:22 by Unknown
Only get trouble with printing claims.. ever thing works great but cant print claims.
Getting a message saying the insurance claim format is invalid. dx2007. 


Solution
what you need to to is ftp to dentrix
ftp.dentirx.com
click on Pub
click on 11.0
click on CDT-2007Update.exe
and download the new definition. you need to do it for every pc that has dentrix. 


hope this helps.



Read More
Posted in claim, dentrix, format, insurance, invalid | No comments

Friday, 18 February 2011

How To Setup A Wireless Profile On Windows 7

Posted on 16:29 by Unknown
Recently I wrote a post on how to connect to a wireless access point on Windows 7, but at some point you probably will have to setup a wireless profile manually on your Windows 7 computer, so now in this article I will show you how to do that.

On windows 7, and on most of Windows versions, the wireless bar is located at the right hand side of the system bar, close to the system clock:
wireless bar
If you click on the wireless bar, the currently available wireless window come up:
Wireless connections 
click on “Open Network and Sharing Center” that should bring you to the control panel network management utility:
manage wireless networks
click on “Manage wireless networks” as my nice arrow indicates (:> clicking on that should bring you to the wireless network utility, click on Add:
wireless networks 
The manually connect to wireless wizard will come up. click on Manually create a network profile:
image
Enter the wireless access point on the next window that comes up:
Wireless connection
Enter your settings accordingly, and if you wish to, check the “Start this connection automatically”  click Next after entering your information. and that should setup the local profile for your wireless on your laptop.
Read More
Posted in | No comments

Wednesday, 16 February 2011

How To flush DNS on you desktop computer

Posted on 16:37 by Unknown
If you get a Ip conflict on your network you need to flush out the DNS on that systems.

n Microsoft Windows, you can use the command ipconfig /flushdns to flush the DNS resolver cache. Open the command prompt and type the following:
C:>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.

 The above command will completely flush the DNS, deleting any incorrect entries too. You can also use the command ipconfig /displaydns to view the DNS resolver cache.

Turning Off DNS Caching under Microsoft Windows

If you experience frequent issues with DNS caching under Microsoft Windows, you can disable client-side DNS caching with either of these two commands:
net stop dnscache
sc servername stop dnscache
This will disable DNS caching until the next reboot. To make the change permanent, use the Service Controller tool or the Services tool to set the DNS Client service startup type to Disabled. You can permanently disable DNS Client by following the below steps:
  • Goto Start and click on Run.
  • Type Services.msc in the Run command box.
  • A window listing all the services will popup. Search for a service called DNS Client.
  • Double click on the listed DNS Client service and click Stop. Similarly, you can restart it by clicking Start.

Tuning DNS Caching under Microsoft Windows

You can modify the behavior of the Microsoft Windows DNS caching algorithm by setting two registry entries in the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDnscacheParameters registry key.
The MaxCacheTtl represents the maximum time that the results of a DNS lookup will be cached. The default value is 86,400 seconds. If you set this value to 1, DNS entries will only be cashed for a single second.
MaxNegativeCacheTtl represents the maximim time that the results of a failed DNS lookup will be cached. The default value is 900 seconds. If you set this value to 0, failed DNS lookups will not be cached.

Flush DNS in Mac OSX

In Mac OSX Leopard, you can use the command dscacheutil -flushcache to flush the DNS resolver cache:
bash-2.05a$ dscacheutil -flushcache
In Mac OSX versions 10.5.1 and before, the command lookupd -flushcache performed the same task:
bash-2.05a$ lookupd -flushcache

Flush DNS in Linux

In Linux, the nscd daemon manages the DNS cache. To flush the DNS cache, restart the nscd daemon. To restart the nscd daemon, use the command `/etc/init.d/nscd restart`.get more help
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Best 100 Most Interesting Blogs and Websites of 2013
    The 100 Best, Most Interesting Blogs and Websites of 2013   by Shaw Adli Google Note:  If you tweet or share this post, please include the #...
  • Best Hard Drive Disk Degragmentation Tools Defrag (Computer Support Torrance)
    Five Best Disk Defragmentation Tools 562-366-4177 elitebuyer.com Defragmenting your hard drive regularly is an important part of regular h...
  • Best Music Apps
    15 of the best music apps Lanyard Lanyard is a beautiful way to keep and share memories of the gigs you’ve been to. This Web app (native...
  • Essential Outlook 2010 Tips to improve your email
    Understand How Calendar Preview Appears in Meeting Requests When you e-mail a meeting request to a co-worker or client, if the recipient us...
  • Archiving Outlook Manually
    Microsoft Office Outlook® 2003 and 2007 In Outlook, archiving is a way to back up or delete old items, such as e-mail messages, appointmen...
  • Learn any Languages Via Subtitles While Watching Movies With LaMP
    A really great way to get good at a foreign language is to watch films that have subtitles in the language you’re learning; this allows yo...
  • Sync iPhone 3g With Google Calendar
    NuevaSync allows direct, over-the-air, native synchronization of certain smart phones and PDA devices with public PIM, and calendaring servi...
  • How To Setup A Wireless Profile On Windows 7
    Recently I wrote a post on how to connect to a wireless access point on Windows 7 , but at some point you probably will have to setup a wire...
  • How To flush DNS on you desktop computer
    If you get a Ip conflict on your network you need to flush out the DNS on that systems. n  Microsoft   Windows , you can use the command  ip...
  • How To Transfer Contact to iphone 5 from 4s/4 iphone
    How to Transfer Contacts to iPhone 5, iOS 6 from iPhone 4S/4/3G/3GS   iPhone     Just purchased the new iPhone 5 and want t...

Categories

  • -6123
  • 100
  • 101 most useful
  • 128bit
  • 15 Android widgets that will make iPhone users jealous
  • 20 sites to promote your web site
  • 2007
  • 2010
  • 3gs
  • 4gs
  • 562-366-4177
  • 5g
  • 5gs
  • 6123
  • 64bit
  • 90505
  • 90732
  • 90804
  • 90813
  • access
  • activex
  • adli
  • alert
  • apps
  • archive
  • array
  • attachments
  • audio
  • autocomplete
  • backtoschool
  • basic
  • best
  • Best PDF Tools
  • better
  • blogs
  • blue screen
  • bluscreen
  • bmw
  • boot
  • browser
  • browser chooser
  • bsod
  • burn cd
  • burn dvd
  • burn iso
  • ca
  • capture
  • carson
  • ccleaner
  • cd
  • certificate problems
  • changes
  • cheat
  • cis
  • claim
  • classicshell
  • cmb
  • combofix
  • command
  • compaq
  • complex
  • compliance
  • computer
  • computer fix
  • computer help
  • computer upgrade.
  • confugure.
  • connection
  • contacts
  • control panel
  • create
  • creating
  • data
  • data21
  • defrag
  • defraging
  • defragmenting
  • delete
  • deleted
  • delivered
  • dell
  • dentist
  • dentrix
  • desktop
  • desktop vista
  • desktop windows 7
  • desktop windows 8
  • desktp
  • disaster
  • disc
  • disk2vhd
  • doubling
  • download
  • Driver manager
  • dual monitors
  • duplicate
  • dvd
  • easy transfer
  • ebcnetworks
  • efficient
  • elitebuyer
  • email
  • email e-mail
  • emergency
  • emial color code
  • enhancements
  • entrepreneur
  • error
  • expand
  • explorere
  • failure
  • fast
  • fax
  • file
  • file zilla
  • files
  • filesharing
  • filezilla
  • finder
  • firefox
  • firewall
  • fix
  • fix center
  • fixmycomputer
  • folder
  • folders
  • format
  • free
  • freezing
  • ftp
  • gmail
  • google
  • Google sync with iPhone
  • google.
  • greeting
  • hard drive
  • have
  • help
  • help fix computer
  • hep
  • High Ranking in Search engines
  • hot Corner
  • how to
  • howto
  • hp
  • hyperv
  • icloud
  • ie8
  • ie9
  • improve
  • inbox
  • indexing
  • insurance
  • internet
  • Internet Explorer Windows XP Professional
  • invalid
  • ios
  • iphone
  • Iphone to google Sync
  • iphone5
  • iso
  • it
  • jpg
  • junk
  • kids
  • languages
  • laptop
  • laserjet
  • late
  • learn
  • lesson
  • linux
  • listary
  • long beach
  • long beach computer
  • long beach laptop
  • longbeach
  • los angeles
  • mac
  • malicious
  • malware
  • malwarebytes
  • management
  • managment
  • marketing
  • message
  • micorosft
  • micorosoft
  • microsoft
  • microsoft office
  • microsoft office 2010
  • mobile
  • move
  • movie
  • multi boot
  • multi-user
  • mutliboot
  • network
  • network support
  • networking
  • new
  • newspaper websites First Click free access to all the news articles without registering or subscribing
  • nk2
  • office
  • office 2007
  • office 2010
  • office xp
  • office2007
  • office2010
  • Online
  • operating
  • option
  • orignianl
  • outllok2010
  • outloo
  • outlook
  • outlook 2000
  • outlook 2003
  • outlook 2007
  • outlook 2010
  • Outlook it disappears from the task bar
  • outlook2007
  • outlook2010
  • panning
  • password
  • pc
  • pc repair
  • pci
  • PDF Password Remover Mac
  • pdf printer.
  • PDF Unlocker for Mac
  • phone
  • pictures
  • pin
  • Pismo
  • pocket
  • point
  • portable
  • precisionamc
  • print spooler
  • printer
  • productivity
  • profile
  • program
  • prompt
  • putty
  • QTTabBar
  • quick books
  • Quick Cliq
  • quickbooks
  • range
  • recover
  • recovery
  • remote
  • removal
  • repair
  • replacment
  • restore
  • reverting
  • review of Adobe Acrobat
  • review of Foxit
  • review of PDF-XChange
  • roadkil
  • router
  • run.
  • safe mode.
  • san pedro
  • scan
  • schedule
  • school
  • script
  • scripts
  • search
  • searching
  • second monitor
  • sender
  • server
  • server 2003
  • server 2008
  • server 2008.
  • service
  • setup
  • share
  • sharing
  • shaw
  • shoot
  • site
  • slow
  • smb
  • social
  • software
  • spam
  • spamfilter
  • speed
  • spooler
  • ssd
  • ssd hard drive
  • ssl
  • ssl cipher
  • ssl2
  • start menu
  • statup
  • stellar phoenix
  • step
  • step by step
  • stream
  • support
  • support.
  • sync
  • system
  • system doctor 2014
  • systems
  • tamim
  • Taskbar
  • tech
  • technet
  • techsupport
  • this copy of windows must be activated with microsoft before you can log on.
  • tip
  • tips
  • tool
  • torrance
  • transfer
  • trick long beach
  • troubleshoot
  • tweak
  • typing
  • typist
  • unc
  • understand
  • uninstall
  • updates
  • upgrade 90802
  • utilities
  • verify
  • video
  • virtual
  • virus
  • vist
  • vista
  • visual guide
  • voice
  • warning
  • webcam
  • website
  • websites
  • wet
  • widgets
  • widnows7
  • widows
  • window 7
  • window 7 libraries
  • window 7 pro
  • window 8
  • window7
  • window8
  • windoweasytransfer
  • windows
  • windows 7
  • windows 8
  • windows vista
  • windows xp
  • Windows XP Professional
  • Windows XP SP3
  • windows7
  • windows8
  • windwos7
  • wireless
  • Word 2007 ie8
  • xp
  • XP Recovery Disc
  • XP tech support.
  • Yardi

Blog Archive

  • ►  2013 (16)
    • ►  November (1)
    • ►  October (1)
    • ►  July (3)
    • ►  June (5)
    • ►  February (2)
    • ►  January (4)
  • ►  2012 (63)
    • ►  December (11)
    • ►  November (3)
    • ►  October (2)
    • ►  September (3)
    • ►  August (2)
    • ►  July (5)
    • ►  June (4)
    • ►  May (2)
    • ►  April (4)
    • ►  March (5)
    • ►  February (18)
    • ►  January (4)
  • ▼  2011 (9)
    • ▼  December (3)
      • Bump performance in Windows 7 by trimming startup ...
      • Troubleshoot driver problems in Windows 7 with Dri...
      • windows has blocked this software because it can't...
    • ►  November (1)
      • HP LaserJet Kills Print Spooler
    • ►  September (1)
      • Better Searching in Outlook 2010
    • ►  May (1)
      • Office 2007 download file download
    • ►  April (1)
      • Dentrix Getting a message saying the insurance cla...
    • ►  February (2)
      • How To Setup A Wireless Profile On Windows 7
      • How To flush DNS on you desktop computer
  • ►  2010 (10)
    • ►  December (5)
    • ►  November (1)
    • ►  August (1)
    • ►  February (2)
    • ►  January (1)
  • ►  2009 (10)
    • ►  October (2)
    • ►  August (1)
    • ►  May (2)
    • ►  April (3)
    • ►  March (1)
    • ►  January (1)
  • ►  2008 (1)
    • ►  December (1)
Powered by Blogger.

About Me

Unknown
View my complete profile