Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts

[Solved]XP mode not working after installation

So today I installed Windows XP mode on my Windows 7 64 bit PC by following this URL: http://windows.microsoft.com/en-in/windows7/install-and-use-windows-xp-mode-in-windows-7


After completing the installation without any error, to my surprise , I couldn’t see the “Windows XP Mode” in start menu programs.  After investing some time on Google I came to know that we also need install Windows Virtual PC file

(KB958559) before or after  Windows XP mode installation. Once I downloaded  and installed the file, XP Mode started working fine and was added to my Start Menu as well . After installing KB958559, it will ask you to reboot the computer.
Here are the download links for KB958559.

32 bit: http://download.microsoft.com/download/0/5/5/0554AE99-785F-45CB-B1F2-0E3ED1E6117D/Windows6.1-KB958559-x86.msu
64 bit: http://download.microsoft.com/download/0/5/5/0554AE99-785F-45CB-B1F2-0E3ED1E6117D/Windows6.1-KB958559-x64.msu

Here is the nice article about installing and using Windows XP Mode on Windows 7 PC.

Tags: XP mode not working after installation, Windows 7 XP Mode is not showing up in start menu.

What is Metafile in Windows

Metafile is consists of NTFS metadata, which is part of part of the system cache . NTFS metadata includes the MFT as well as the other various NTFS metadata files .In the MFT each file attribute record takes 1k and each file has at least one attribute record. Add to this the other NTFS metadata files and you can see why the Metafile category can grow quite large on servers with lots of files.

More about different types of files which consume the physical memory on Windows Server:http://blogs.technet.com/b/askperf/archive/2010/08/13/introduction-to-the-new-sysinternals-tool-rammap.aspx

How do I uninstall or remove Internet Explorer 8 AND 9

To uninstall Internet Explorer 8 OR 9, follow these steps:

  1. Close all programs.
  2. Click Start and then click Control Panel.
  3. Click Programs and Feature.
  4. In the tasks pane, click Turn Windows features on or off.
  5. In the list of windows features, clear the check box next to Internet Explorer 8.
  6. You receive a warning message in a pop-up window. Click Yes.
Internet Explorer will now be uninstalled. The system will restart after the installation.

cannot delete a long file name

When you try to delete long file names on an NTFS volume you come across these errors:

"The source file name(s) are larger than is supported by the file system. Try moving to a location which has a shorter path name, or try renaming to shorter name(s) before attempting this operation."

The file name is too big”

Here are the easiest solutions:

Resolution 1: Use an auto-generated 8.3 name to access the file
To resolve this issue, you may want to use the auto-generated 8.3 name to access the file. This resolution may be the easiest resolution if the path is deep because the folder names are too long. If the 8.3 path is also too long or if 8.3 names have been disabled on the volume, go to Resolution 2. For additional information about disabling 8.3 file names on NTFS volumes, click the following article number to view the article in the Microsoft Knowledge Base:

121007  How to disable the 8.3 name creation on NTFS partitions

Resolution 1: Use an auto-generated 8.3 name to access the file

To resolve this issue, you may want to use the auto-generated 8.3 name to access the file. This resolution may be the easiest resolution if the path is deep because the folder names are too long. If the 8.3 path is also too long or if 8.3 names have been disabled on the volume, go to Resolution 2. For additional information about disabling 8.3 file names on NTFS volumes, click the following article number to view the article in the Microsoft Knowledge Base:

121007  How to disable the 8.3 name creation on NTFS partitions

Resolution 2: Rename or move a deep folder
Rename the folder so that the target files that are deeper than the MAX_PATH no longer exist. If you do this, start at the root folder (or any other convenient place), and then rename folders so that they have shorter names. If this step does not resolve this issue (for example, if a file is more than 128 folders deep), go to Resolution 4.

Resolution 3: Map a drive to a folder in the structure of the path
Map a drive to a folder inside the structure of the path of the target file or folder. This method shortens the virtual path.
For example, suppose you have a path that is structured as follows:

\\ServerName\SubfolderName1\SubfolderName2\SubfolderName3\SubfolderName4\...

In this path, the total character count is over 255 characters. To short the length of this path, to 73 characters, map a drive to SubfolderName4.

Resolution 4: Use a network share that is as deep as the folder

If Resolution 1, 2, and 3 are not convenient or do not resolve the issue, create a network share that is as deep in the folder tree as you can, and then rename the folders by accessing the share.

Resolution 5: Use a tool that can traverse deep paths
Many Windows programs expect the maximum path length to be shorter than 255 characters. Therefore, these programs only allocate enough internal storage to handle these typical paths. NTFS does not have this limit and it can hold much longer paths.
You may experience this issue if you create a share at some point in your folder structure that is already fairly deep, and then create a deep structure below that points by using the share. Some tools that operate locally on the folder tree may not be able to traverse the whole tree starting from the root. You may have to use these tools in a special way so that they can traverse the share. (The CreateFile API documentation describes a method to traverse the whole tree in this situation.)
Typically, you can manage files by using the software that creates them. If you have a program that can create files that are deeper than MAX_PATH, you can typically use that same program to delete or manage the files. You can typically delete files that are created on a share by using the same share.

I hope this helps…

Windows 7 crashes-How to solve?

Everything is perfect; you've upgraded to Windows 7. It's fully patched, all drivers are updated, security is tight, maybe you even have new hardware...yet the old Blue Screen of Death (BSOD) taunts you from your new high definition-screen.

The good news is that you can quickly solve the problem in most cases by using the Windows debugger tool. It's simple and free.

Read complete article How to solve Windows 7 crashes in minutes”  on Network World website.

Unable to connect to remote registry

I get this error “Unable to connect to ( remote machine name). Make sure that this computer is on the network, has remote administration enabled, and that both computers are running the remote registry service.” when I try to remotely connect to the registry of a Windows 7 machine
Unable to connect to ( remote machine name). Make sure that this computer is on the network, has remote administration enabled, and that both computers are running the remote registry service

The most common cause of this error is that , the Remote Registry service is not running in the target computer.

You can enable the the service by following these steps:

1. Start —> Run—> type “compmgmt.msc” —> Enter
2. Connect to the remote computer :remote computer management  image 3.Start Remote Registry service:
image

image

Now remote registry can be accesses.

Power Management in SCCM 2007 R3

SCCM2007 R3 provide a power management tools that can be used to manage, monitor and report the different aspects of power settings on desktops and laptops. Here is a webcast from Microsoft about implementing a power management strategy with System Center Configuration Manager 2007 R3:
image 

Windows 7 64 bit print error: Windows cannot print due to problems with the current printer setup

I came across this print error on Windows 7 64 bit machine: “Windows cannot print due to problems with the current printer setup”. The printer I was trying to print was a network printer installed on Server 2008 64 bit machine.

Here is the work around worked for me :

Solution1:
- Click Start, type regedit in the Start Search box, and then press ENTER.
- Locate and then click the following registry path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

- On the Edit menu, point to New, and then click DWORD Value.
- Type SMB2, and then press ENTER.
- On the Edit menu, click Modify.
- Type 0 (zero), and then click OK.
- Exit Registry Editor.
- Restart the computer.

We can follow this process to trouble shoot the root cause of the issue:

- Click the Start Button and type "msconfig" (without quotation marks) in the Search Box and press Enter.
- Select the Services tab in the open window. Check the “Hide all Microsoft Services” option and click Disable All.
- Switch to the Startup tab and click Disable All.
- Click OK to save the settings and select Restart when prompted.
- Check whether or not the issue still occurs.

Windows Activation error: Code 0x8007232b

I was trying to activate Windows Server 2008 and got this error:
“Activation Error: Code 0x8007232b .DNS Name does not exist”

Actually Windows was looking for KMS server for the activation . and when it did not find that , it threw error 0x8007232b.

Microsoft has a KB article for resolving the issue: http://support.microsoft.com/kb/929826

I used following method to resolve the issueThe solution worked for me was:

1. Cick All Programs, click Accessories, and then right-click Command Prompt.
2. Click Run as administrator.
3. At the command prompt, type the following command, and then press ENTER:
            slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

Note: In this command, the xxxxx-xxxxx-xxxxx-xxxxx-xxxxx placeholder represents your MAK product key.

4. Now try to activate the Windows online, you will succeed.

Can’t find terminal services manager snap-in in Windows 7

The “Terminal Services Manager” snap-in has been changed “Remote Desktop Services Manager”  in Windows 7 and can be accessed from:

Start -> All Programs –>   Accessories –> Remote Desktop Services –> Remote Desktop Services Manager

These files can't be opened. Your Internet security……

Windows 7 Error: “These files can't be opened. Your Internet security settings prevented one or more files from being opened”

Today when I was trying to open a exe file that error came up showing the warning:

These files can't be opened. Your Internet security settings prevented one or more files from being opened

Here is the simple solution worked for me:

- Right click on the file for which warning is coming and open properties
- Click on Unblock button and click Apply
- Now open the file, you will not see the warning
Unblock button

In my opinion  this is very feature of Windows 7 which prevent us accidently opening harmful files and programs.

Graphical PowerShell /PowerShell GUI for Windows

Graphical PowerShell !! Yes..new Version of PowerShell 2.0 have a graphical user interface along with many other enhancements .The Graphical PowerShell interface is known as “Windows PowerShell ISE” , where we can create, test and run PowerShell scripts and see the result with in the GUI Window.

PowerShell 2.0 comes inbuilt with Windows 7. To open the graphical PowerShell interface type “Power shell” in search box you will see this:
PowerShell GUINow click on “Windows PowerShell ISE” to open the GUI interface:
PowerShell ISE

Here are the links to the  some useful resources for PowerShell including some scripting tools as well:

1. Windows PowerShell for XP , Vista and Server 2003

2. Windows PowerShell 2.0 Software Development Kit: Windows PowerShell 2.0 SDK contains sample code and reference assemblies that allow you to build applications based on Windows PowerShell. Download

3. Scripting with Windows PowerShell Guide

4. ADSI Scriptomatic :The ADSI Scriptomatic is designed to help you write ADSI scripts; that is, scripts that can be used to manage Active Directory.

5.Windows PowerShell Scriptomatic :A new utility that writes Windows PowerShell scripts that harness the power of WMI (Windows Instrumentation Management) for use in system management and administration. This tool was created by Microsoft consultant and author Ed Wilson.

6.Scriptomatic : Utility that helps you write WMI scripts for system administration.

7.PowerShell Do-It-Yourself Script Center Kit :Sample scripts and documentation enabling you to create your own version of the TechNet Script Center.

8.WMI Code Creator :The WMI Code Creator tool allows you to generate VBScript, C#, and VB .NET code that uses WMI to complete a management task such as querying for management data, executing a method from a WMI class, or receiving event notifications using WMI.

9.The WMI Diagnosis Utility : A new utility to help system administrators diagnose and repair problems with the WMI service.

10.Windows PowerShell Graphical Help File :View the Windows PowerShell 1.0 help (including cmdlet help and the About topics) in a fully-searchable, graphical format (a standard Windows .chm file).

11. PowerGUI :A graphical user interface and script editor for Microsoft Windows PowerShell.

12.PowerGUI Sample Scripts Library

Windows update error 80200053

Error 80200053 comes when  am update related to some issue with .NET framework failed to install. Anti virus program installed in the system was causing the this issue. I was able to solve this problem by doing this:

1.  Disable the antivirus program
2. Restart Windows Update service ( from services.msc)
3. Now run Windows Update ( from control panel)
4. Install missing updates
5. Restart the computer and make sure your antivirus program is enabled.

I hope this helps…

Windows 7 service pack 1,Windows 7 SP1….released?

Windows 7 service Pack 1 RC is available now with different download options. Is is available is DVDISO format as well as a standalone installer (exe). The package is combined of Windows 7 and Server 2008 R2 service pack. Get started from here :
         http://technet.microsoft.com/hi-in/evalcenter/ff183870.aspx

Windows 7 SP1 includes previous security updates as well some feature performance enhancements that includes :

  • Additional support for communication with third-party federation services
  • Improved HDMI audio device performance
  • Corrected behavior when printing mixed-orientation XPS documents
  • Corrected behavior when printing mixed-orientation XPS documents

How to display folder size in Windows explorer

The other day I was trying to see the size of the all folders in Windows explorer but that option is not available in Windows XP and Windows 7, although that works for files only.

Then after some google search I came across Folder Size for Windows utility on www.Sourceforge.net  which is an excellent add-on to Windows explorer and work with Windows XP only.

Download for Folder Size for Windows XP : http://sourceforge.net/projects/foldersize/files/foldersize/2.5/FolderSize-2.5-x86.msi/download

Folder Size tool for Windows 7: This tool work differently than above one but still comes handy when you want to know the size of folder in a local or network folder .

Here is the link : http://foldersize.codeplex.com/releases/view/41473

how to configure branch cache for share point server

How to configure Branch Cache in Hosted mode for SharePoint Optimization on WAN links with WIndows Server 2008R2 and Windows7?
Windows 7 and Windows Server 2008 R2 introduce a new feature (BranchCache) that can reduce wide area network (WAN) utilization and enhance Microsoft SharePoint Products and Technologies responsiveness when users access content in a central office from branch office locations. When you enable BranchCache, a copy of the content that is retrieved from the Web server is cached within the branch office. If another client in the branch requests the same content, the client can download it directly from the local branch network without needing to retrieve the content by using the Wide Area Network (WAN).


Configuring BranchCache with Microsoft SharePoint :

Configuring Web Servers
The configuration of Web Servers in preparation for BranchCache requires only installing the BranchCache role on the server machine through the Server Manager or optionally the Command Prompt.
  1. Open Server Management on each Web server by clicking Start | All Programs | Administrative Tools | Server Manager.
  2. On the Server Manager dialog select the Roles node.
  3. On the Server Manager dialog in the Roles window, select Add Role.
  4. On the <> dialog select BranchCache from the list of available options and click Next.

Configuring the Hosted Cache Server

Install the BranchCache Feature
  1. Open Server Manager on the Hosted Cache server by clicking Start | Administrative Tools | Server Manager.
  2. On the Server Manager dialog select the Features node.
  3. On the Server Manager dialog in the Features window, select Add Features.
  4. On the Add Features Wizard select BranchCache from the list of available Features and click Next.
  5. On the Confirm Installation Selections dialog click Install.
  6. On the Installation Results dialog click Close.
Enable Hosted Cache Server Mode
  1. Open an elevated Command Prompt on the Hosted Cache server by clicking Start | All Programs | Accessories | Command Prompt.
  2. Enter netsh branchcache set service mode=HOSTEDSERVER in the Command Prompt and press Enter.
Configure the Cache
  1. Open an elevated Command Prompt on the Hosted Cache server by clicking Start | All Programs | Accessories | Command Prompt.
  2. Enter netsh branchcache set localcache directory=<drive>:\<share>
  3. Enter netsh branchcache set cachesize size=<size in percent> percent=TRUE
Create a new Certificate
  1. On the Hosted Cache server open Microsoft Management Console by clicking Start | Run… and entering MMC in the Open… field.
  2. On the Microsoft Management Console click File | Add / remove snap-in.
  3. On the Add or Remove Snap-ins dialog select Certificates from the list of available snap-ins and click Add.
  4. On the Certificate snap-in dialog select Computer account from the list of available options and click Next.
  5. On the Select Computer dialog select Local computer (the computer this console is running on) and click Finish.
  6. On the Add or Remove Snap-ins dialog click OK.
  7. On the Console1 – [Console Root] dialog expand the Certificates (Local Computer) | Personal | nodes and then select Certificates.
  8. On the Console1 – [Console Root] dialog select Action | All Tasks | Import…
  9. On the Certificate Import Wizard* dialog click Next.
  10. On the Console1 – [Console Root] dialog double-click the certificate imported from the previous steps and select Details on the Certificate dialog.
  11. On the Certificate dialog select Thumbprint and copy the Thumbprint.
  12. Paste the copied Thumbprint into a text editor and remove any spaces.
  13. Open an elevated Command Prompt on the Hosted Cache server by clicking Start | All Programs | Accessories | Command Prompt.
  14. Enter netsh http add sslcert ipport:0.0.0.443 certhash=<paste from text editor> appid= and press Enter.
  15. Enter netsh branchcache show status all to confirm the configuration
* The Hosted Cache server requires a certificate with the Server Authentication EKU. Follow the steps on the Certificate Import Wizard to install your certificate. Once the certificate has been imported, follow the remaining steps in this section.
Configure Client Machines
Refer to http://technet.microsoft.com/en-us/library/dd637820(WS.10).aspx.
BranchCache can be used with Windows SharePoint Services 3.0, Microsoft Office SharePoint Server 2007, Microsoft SharePoint Foundation 2010, and Microsoft SharePoint Server 2010.
Other Resources: Learn more here http://technet.microsoft.com/en-us/library/dd755969(WS.10).aspx.

IE8 high CPU usage, IE8 running slow

Slow behavior has something to do with the recovery files that IE8 continually writes at “C:\Documents and Settings\<username>\Local Settings\Application Data\Microsoft\Internet Explorer\Recovery\Active\”

They have names like:
<GUID>.dat  -- {0E133027-5389-11DF-8A21-001422335927}.dat, etc.

I resolve the issue  by disabling “ Enable  automatic crash recovery” option from:

Tools-->Internet Options--> Advanced (tab)-->Browsing (section) ….

image

image

I hope this helps..

How to delete windows.old in Windows 7

When we upgrade Windows 7 from a 32 bit version to 64 bit version, there is a folder called Windows.old get created the drive which may take up  a huge disk space. Here is how we can get rid of that:

  • Click on Start -->All Programs-->Accessories-->System Tools-->Disc Cleanup.
  • When the dialog box comes up, select the drive that has the .old files on it and  click OK.
  • The system then scans for the files to be cleaned up and another dialog box opens with the selection.  Click on the button labeled Clean up system files at the bottom of that dialog box.
  • Another dialog box will come up, select the drive again that has the .old files on it.  The system will perform another scan for the system files that need to be cleaned up.
  • After scanning, another dialog box opens up and there you will find a list of check boxes.  Scroll through and check on the box labeled Older versions of Windows and click OK.

This can also help:

Click Start-->All Programs-->Accessories-->right-click "Command Prompt", and then click Run as administrator. Run following 3 commands on command prompt

takeown /F c:\Windows.old\* /R /A

cacls c:\Windows.old\*.* /T /grant administrators:F

rmdir /S /Q c:\Windows.old\

Can not maximize remote desktop window

This issue may arise when you access a remote PC through RDP from various computers with different different screen resolutions. To resolve the issue :
Delete the “Default.rdp” file from My Documents ( XP) or Documets( Win7) folder. Default.rdp is a hidden file hence make sure you select the proper view in folder options.

Popular Posts