Archive

Archive for the ‘Windows’ Category

List of online antivirus checking services and misc security tools

March 1st, 2010 Zaur Bahramov No comments
Categories: Security, Windows Tags: , ,

Free e-book: Windows 7 troubleshooting tips

March 1st, 2010 Zaur Bahramov No comments

Mitch Tulloch, a Microsoft Most Valuable Professional and lead author of the just-published (and hot-selling) Windows 7 Resource Kit (Microsoft Press, 2010; ISBN: 9780735627000; 1760 pages), has created a short e-book called “What You Can Do Before You Call Tech Support.” Here are the opening paragraphs:

Your sound card has stopped working, your computer seems sluggish, the network is down, your hard drive is clicking, you can’t view a website, your monitor is hard to read, your new webcam isn’t working, your favorite program won’t run, and a funny burning smell is coming from your computer. What can you do on your own to try to troubleshoot the issue before you pick up the phone to call tech support?
If you’re running Windows 7, quite a lot. Microsoft has included a lot of self-support tools in Windows 7 that you can try using before you seek the help of others, and we’ll examine these in a moment….

You can download the e-book in XPS format here and in PDF format here.

Categories: Windows 7 Tags:

Font too small when browsing pages with FireFox

February 12th, 2010 Zaur Bahramov No comments

Anyone ever had difficulties with small font size when browsing some web pages (this happens to me especially when I browse TechNet) with Mozilla FireFox and noticed that some parts of text are extremely small like in the bellow image?

image This can be easily fixed in FireFox as follows:

  1. Select Tools => Options
  2. Click on ‘Content’ tab => Advanced

    image

  3. Now change the minimum font size to a desired value.

    image

    Categories: Windows Tags: ,

    Windows 7 Explorer Old Style view

    February 12th, 2010 Zaur Bahramov No comments

    When you pass to Windows 7 from Windows XP you will notice that the Windows Explorer doesn’t explode by default the folder you’re currently browsing in the left pane.

    image

    To bring back this functionality you can do the following:

    1. Click ALT button on your keyboard to bring the menu.

      image

    2. Click Tools => Folder options…

      image

    3. Enable ‘Show all folders’ and ‘Automatically expand to current folder’.
    4. Enjoy!

    Active X error when opening SharePoint library in DataSheet view

    February 10th, 2010 Zaur Bahramov No comments

      Recently I have received several calls from our users saying that whenever the try to open a document library in DataSheet view the get the following error message:

      " The list cannot be displayed in Datasheet view for one or more of the following reasons: A datasheet component compatible with Windows SharePoint Services is not installed, your browser does not support ActiveX controls, or support for ActiveX controls is disabled. "

      clip_image001

      clip_image002

      All of our office computers have:

      - Windows XP SP3

      - Microsoft Office 2003 Professional SP3

      - Microsoft Office 2007 Compatibility Pack

      Poking around on the Web, I found several solutions for folks who were using Office 2003. Here’re the most common solutions I found for Office 2003:

    Read more…

    How to move virtual hard disk of XP Mode virtual machine

    February 5th, 2010 Zaur Bahramov No comments

    When you install XP Mode on Windows 7 by default all the virtual machine files are saved under “%USERPROFILE%\AppData\Local\Microsoft\Windows Virtual PC\Virtual Machines\”. The file that has *.vhd extension is a virtual hard disk file. Recently, I had to move the vhd file to another drive and I accomplished it this way:

    1) Run Windows XP Mode virtual machine and go to Tools –> Settings

    image

    2) Then select Close and in the right side click “Prompt for action”

    image

    3) Click OK and close virtual machine. This time when you close it the following window will appear:

    image

    4) Select Shut down and click OK. The virtual machine will shutdown.

    5) Now, click Start button, enter the following path:“%USERPROFILE%\AppData\Local\Microsoft\Windows Virtual PC\Virtual Machines\” without quotation marks and hit Enter.

    image

    6) This will open the folder where the virtual machine file reside. Move the vhd file to desired location by cutting and pasting.

    7) Once done moving the file, open the ‘vmc’ file with Notepad, which is a configuration file of the virtual machine. VMC file is an xml formatted file containing configuration of the virtual machine. Find the line that refers to vhd file location. For example “XP Mode.vhd” with the full path in front of it. Modify the path accordingly to point to a new location:

    image

    Now you may start the XP mode virtual machine.

    Unable to access HP LaserJet 2600n from web interface

    September 7th, 2009 Zaur Bahramov No comments

     

    laseret2600n Problem: After installing Internet Explorer 7 or 8 the web management interface of HP LaserJet 2600n printer is no more accessible.

    Solution: Install latest firmware. Firmware download.

     

     

     

    See the entire thread on HP support:

    http://forums13.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1212128&admit=109447627+1252318317348+28353475

    Categories: Windows Tags: ,

    Citrix MetaFrame I/O Error

    July 21st, 2009 Zaur Bahramov No comments

    Today I have received a call from one of our users saying that she can’t open an application published on our Citrix MetaFrame Server. I’ve connected to this user’s PC and noticed the following error:

    21-07-2009 9.48

    For search engines:
    Cannot connect to the Citrix MetaFrame server.
    An I/O (Input/Output) error occurred while your request was being processed.

    Try to connect again. If you continue to receive this message, contact your Citrix administrator.

    image

    The problem seems to be related to the old network card (NIC). I’ve opened the network connections window and “repaired” the network connection.

    The error didn’t occur after that and I could open the published application without any problem.


    Script to fix error with start up of AU and BITS (EventID 7023 and 7024)

    June 30th, 2009 Zaur Bahramov No comments

    This script detects and tries to fix the error related to start up of Automatic Updates and BITS services on network computers. Such error is related to security identifier (EventID 7023 and EventID 7024).  This problem is usually observed on network computers after applying changes to group policies. In such cases the script will reset a security identifier as per Microsoft KB 555336 (http://support.microsoft.com/kb/555336) and start Automatic Updates and BITS. Can be usefull for networks where Windows Server Update Services 3.0 (WSUS) is used.

    Script is taken from: http://forum.vingrad.ru/forum/topic-154708/view-all.html

    Read more…

    Script for remote reboot/shutdown, power off and more.

    June 30th, 2009 Zaur Bahramov No comments

    Script for remote reboot/shutdown, power off, etc. You must have proper rights on a remote computer  for this script to work.

    Read more…