Message Board

What's your say ??? Send Message Here.
--------------------------------------------------------------
Showing posts with label News. Show all posts
Showing posts with label News. Show all posts

Tuesday, May 14, 2013

Why Windows Kernel Slower is Than Other OS – Anonymous Microsoft Dev Says

Bookmark and Share

Why Windows Kernel Slower is Than Other OS – An Anonymous Microsoft Dev Says

Hello Friends,

Do you ask a common questions all the time that Why Windows is slow ? or Why my PC is slowing down after some days even if there is very minimum apps or file in my PC ? This is the regular case whether you use Laptop, Desktop or High end / High configuration Computer.

Yes this is the common question, that everyone asks on computing. As a IT Pro We face this question daily, and a major headache and challenge in the profession. But there is no specific answers from any IT Pro or from Microsoft. The answer may be many or may be one ? But what is the real/true reason behind it is still unknown and to be found out. There are many discussions on the internet and on offline. Few days ago there was a long discussion on CNET (Why do all Window systems slow down over time?). But have may reasons at last.

The Design and Development of the Windows OS is questionable many a times, in this scenario. Comparing to other OS, it is true that Windows is Slower than other (Linux, Mac etc.) in many cases.

Here is the recent post by an anonymous Microsoft developer, describing the causes of the issue from the development point of view.

The post was 1st published on (Microsoft dev explained in a comment) Hacker News, (then deleted, and reposted on Zorinaq.com). Just read through it to know more, why Windows “is indeed slower than other operating systems in many scenarios, and the gap is worsening”.

SlowerWindows

--------------------Read the Full post below-------------------------------

"I Contribute to the Windows Kernel. We Are Slower Than Other Operating Systems. Here Is Why."

I was explaining on Hacker News why Windows fell behind Linux in terms of operating system kernel performance and innovation. And out of nowhere an anonymous Microsoft developer who contributes to the Windows NT kernel wrote a fantastic and honest response acknowledging this problem and explaining its cause. His post has been deleted! Why the censorship? I am reposting it here. This is too insightful to be lost. [Edit: The anonymous poster himself deleted his post as he thought it was too cruel and did not help make his point, which is about the social dynamics of spontaneous contribution. However he let me know he does not mind the repost at the condition I redact the SHA1 hash info, which I did.] [Edit: A second statement, apologetic, has been made by the anonymous person. See update at the bottom.]

"""

I'm a developer in Windows and contribute to the NT kernel. (Proof: the SHA1 hash of revision #102 of [Edit: filename redacted] is [Edit: hash redacted].) I'm posting through Tor for obvious reasons.

Windows is indeed slower than other operating systems in many scenarios, and the gap is worsening. The cause of the problem is social. There's almost none of the improvement for its own sake, for the sake of glory, that you see in the Linux world.

Granted, occasionally one sees naive people try to make things better. These people almost always fail. We can and do improve performance for specific scenarios that people with the ability to allocate resources believe impact business goals, but this work is Sisyphean. There's no formal or informal program of systemic performance improvement. We started caring about security because pre-SP3 Windows XP was an existential threat to the business. Our low performance is not an existential threat to the business.

See, component owners are generally openly hostile to outside patches: if you're a dev, accepting an outside patch makes your lead angry (due to the need to maintain this patch and to justify in in shiproom the unplanned design change), makes test angry (because test is on the hook for making sure the change doesn't break anything, and you just made work for them), and PM is angry (due to the schedule implications of code churn). There's just no incentive to accept changes from outside your own team. You can always find a reason to say "no", and you have very little incentive to say "yes".

There's also little incentive to create changes in the first place. On linux-kernel, if you improve the performance of directory traversal by a consistent 5%, you're praised and thanked. Here, if you do that and you're not on the object manager team, then even if you do get your code past the Ob owners and into the tree, your own management doesn't care. Yes, making a massive improvement will get you noticed by senior people and could be a boon for your career, but the improvement has to be very large to attract that kind of attention. Incremental improvements just annoy people and are, at best, neutral for your career. If you're unlucky and you tell your lead about how you improved performance of some other component on the system, he'll just ask you whether you can accelerate your bug glide.

Is it any wonder that people stop trying to do unplanned work after a little while?

Another reason for the quality gap is that that we've been having trouble keeping talented people. Google and other large Seattle-area companies keep poaching our best, most experienced developers, and we hire youths straight from college to replace them. You find SDEs and SDE IIs maintaining hugely import systems. These developers mean well and are usually adequately intelligent, but they don't understand why certain decisions were made, don't have a thorough understanding of the intricate details of how their systems work, and most importantly, don't want to change anything that already works.

These junior developers also have a tendency to make improvements to the system by implementing brand-new features instead of improving old ones. Look at recent Microsoft releases: we don't fix old features, but accrete new ones. New features help much more at review time than improvements to old ones.

(That's literally the explanation for PowerShell. Many of us wanted to improve cmd.exe, but couldn't.)

More examples:

  • We can't touch named pipes. Let's add %INTERNAL_NOTIFICATION_SYSTEM%! And let's make it inconsistent with virtually every other named NT primitive.
  • We can't expose %INTERNAL_NOTIFICATION_SYSTEM% to the rest of the world because we don't want to fill out paperwork and we're not losing sales because we only have 1990s-era Win32 APIs available publicly.
  • We can't touch DCOM. So we create another %C#_REMOTING_FLAVOR_OF_THE_WEEK%!
  • XNA. Need I say more?
  • Why would anyone need an archive format that supports files larger than 2GB?
  • Let's support symbolic links, but make sure that nobody can use them so we don't get blamed for security vulnerabilities (Great! Now we get to look sage and responsible!)
  • We can't touch Source Depot, so let's hack together SDX!
  • We can't touch SDX, so let's pretend for four releases that we're moving to TFS while not actually changing anything!
  • Oh god, the NTFS code is a purple opium-fueled Victorian horror novel that uses global recursive locks and SEH for flow control. Let's write ReFs instead. (And hey, let's start by copying and pasting the NTFS source code and removing half the features! Then let's add checksums, because checksums are cool, right, and now with checksums we're just as good as ZFS? Right? And who needs quotas anyway?)
  • We just can't be fucked to implement C11 support, and variadic templates were just too hard to implement in a year. (But ohmygosh we turned "^" into a reference-counted pointer operator. Oh, and what's a reference cycle?)

Look: Microsoft still has some old-fashioned hardcore talented developers who can code circles around brogrammers down in the valley. These people have a keen appreciation of the complexities of operating system development and an eye for good, clean design. The NT kernel is still much better than Linux in some ways --- you guys be trippin' with your overcommit-by-default MM nonsense --- but our good people keep retiring or moving to other large technology companies, and there are few new people achieving the level of technical virtuosity needed to replace the people who leave. We fill headcount with nine-to-five-with-kids types, desperate-to-please H1Bs, and Google rejects. We occasionally get good people anyway, as if by mistake, but not enough. Is it any wonder we're falling behind? The rot has already set in.

"""

Edit: This anonymous poster contacted me, still anonymously, to make a second statement, worried by the attention his words are getting:

"""

All this has gotten out of control. I was much too harsh, and I didn't intend this as some kind of massive exposé. This is just grumbling. I didn't appreciate the appetite people outside Microsoft have for Kremlinology. I should have thought through my post much more thoroughly. I want to apologize for presenting a misleading impression of what it's like on the inside.

First, I want to clarify that much of what I wrote is tongue-in-cheek and over the top --- NTFS does use SEH internally, but the filesystem is very solid and well tested. The people who maintain it are some of the most talented and experienced I know. (Granted, I think they maintain ugly code, but ugly code can back good, reliable components, and ugliness is inherently subjective.) The same goes for our other core components. Yes, there are some components that I feel could benefit from more experienced maintenance, but we're not talking about letting monkeys run the place. (Besides: you guys have systemd, which if I'm going to treat it the same way I treated NTFS, is an all-devouring octopus monster about crawl out of the sea and eat Tokyo and spit it out as a giant binary logfile.)

In particular, I don't have special insider numbers on poaching, and what I wrote is a subjective assessment written from a very limited point of view --- I watched some very dear friends leave and I haven't been impressed with new hires, but I am *not* HR. I don't have global facts and figures. I may very well be wrong on overall personnel flow rates, and I shouldn't have made the comment I did: I stated it with far more authority than my information merits.

Windows and Microsoft still have plenty of technical talent. We do not ship code that someone doesn't maintain and understand, even if it takes a little while for new people to ramp up sometimes. While I have read and write access to the Windows source and commit to it once in a while, so do tens and tens of thousands of other people all over the world. I am nobody special. I am not Deep Throat. I'm not even Steve Yegge. I'm not the Windows equivalent of Ingo Molnar. While I personally think the default restrictions placed on symlinks limited their usefulness, there *was* a reasoned engineering analysis --- it wasn't one guy with an ulterior motive trying to avoid a bad review score. In fact, that practically never happens, at least consciously. We almost never make decisions individually, and while I maintain that social dynamics discourage risk-taking and spontaneous individual collaboration, I want to stress that we are not insane and we are not dysfunctional. The social forces I mentioned act as a drag on innovation, and I think we should do something about the aspects of our culture that I highlighted, but we're far from crippled. The negative effects are more like those incurred by mounting an unnecessary spoiler on a car than tearing out the engine block. What's indisputable fact is that our engineering division regularly runs and releases dependable, useful software that runs all over the world. No matter what you think of the Windows 8 UI, the system underneath is rock-solid, as was Windows 7, and I'm proud of having been a small part of this entire process.

I also want to apologize for what I said about devdiv. Look: I might disagree with the priorities of our compiler team, and I might be mystified by why certain C++ features took longer to implement for us than for the competition, but seriously good people work on the compiler. Of course they know what reference cycles are. We're one of the only organizations on earth that's built an impressive optimizing compiler from scratch, for crap's sake.

Last, I'm here because I've met good people and feel like I'm part of something special. I wouldn't be here if I thought Windows was an engineering nightmare. Everyone has problems, but people outside the company seem to infuse ours with special significance. I don't get that. In any case, I feel like my first post does wrong by people who are very dedicated and who work quite hard. They don't deserve the broad and ugly brush I used to paint them.

P.S. I have no problem with family people, and want to retract the offhand comment I made about them. I work with many awesome colleagues who happen to have children at home. What I really meant to say is that I don't like people who see what we do as more of a job than a passion, and it feels like we have a lot of these people these days. Maybe everyone does, though, or maybe I'm just completely wrong.

Courtesy: http://blog.zorinaq.com/?e=74

---------------------------------------------------------------------

Posted on this blog by: bcdalai

Saturday, August 14, 2010

The computer screen dims after resume from Hibernation

Bookmark and Share

The computer screen dims after resume from hibernation in Windows 7



This problem is related to Hibernation on Windows 7 PC and Laptops.
Customers running the Windows 7 client have reported issues in which they are unable to resume activity after their computer goes into hibernation.

According to Microsoft in some cases, the computer screen will dim after the users log on to resume from hibernation.

This issue is related specifically to Windows 7 and may be on Windows Server 2008 R2. Source: KB982635.

Condition of the issue:
  • You have a computer that is running Windows 7.
  • You configure the power button to be used for hibernation on the computer.
  • You change the setting of the Password protection on wake up setting to the Require a password (recommended) option.
  • The computer is put into hibernation.
  • You press the power button to resume the computer from hibernation. You are prompted to enter your user account credentials.
  • The computer is put into hibernation again while you try to log on to the computer.
  • For example, the computer is put into hibernation because of low power or because the power button is pressed by mistake.
  • You press the power button to resume the computer from hibernation again.
In this situation, the computer screen dims after you log on to resume from hibernation.

Cause: This issue occurs because two threads try to fade out the monitor at the same time.

Workaround: For Windows 7 and for Windows Server 2008 R2
To work around this issue, log on and then log off the computer.

Resolution:
Hotfix download available for only for Windows 7 (x86).

Request for hotfix HERE. Or Download it here.

Friday, July 30, 2010

Windows 7 XP Mode Limits Media Player Functionality

Bookmark and Share

Windows 7 XP Mode Limits Windows Media Player Functionality

Article Source: news.softpedia.com. By Marius Oiaga, Technology News Editor, @MariusOiaga
 Windows 7 XP Mode

When it revealed that it was going to deliver a free and activated copy of Windows XP Service Pack 3 (SP3) for select editions of Windows 7, Microsoft also indicated that the virtualized version of the operating system releases in 2001 comes with a few shortcomings. Windows XP Mode in Windows 7 cannot be used in gaming scenarios, for example. This week, the Redmond company described further limitations for the free but virtualized copy of XP delivered to customers running the Professional, Enterprise and Ultimate SKUs.


It appears that Windows Media Player functionality is limited in Windows 7 XP Mode. In fact, according to the software giant, users will not be able to leverage the Windows Media Player inside Windows 7 XP Mode in the same manner as they do on Windows 7.
“When you maximize or minimize the Windows Media Player window while playing contents on Windows 7 running Windows XP Mode, you may receive an "unexpected network error occurred" error message, which causes Windows Media Player to stop playing,” Microsoft stated.

Microsoft explained that there is no bug behind this problem, and that quite to the contrary, this was the normal, intended behavior from the get go. “This behavior is by design,” the company explained. Of course, in the context in which Windows 7 XP Mode was designed with the limitations noted above, customers that have stumbled across this issue should not expect Microsoft to fix it.

And while there won’t be an update or a hotfix enabling the full functionality of Windows Media Player inside Windows 7 XP Mode, customers won’t even be able to deploy a manual fix. “There is no workaround for it,” the software giant underlined. In this context, customers taking advantage of Windows 7 XP Mode should avoid running Windows Media Player, and the frustration that will come with not being able to take advantage of basic functionality such as minimize and maximize.


References:
Update for Windows 7 (KB977206)
Update for Windows 7 for x64-based Systems (KB977206)
Windows XP Mode RTM and Windows Virtual PC RTM are available for download here.
Collection: bcdalai

What's your say ??? Send Reply


Thursday, July 8, 2010

IT Career - Microsoft ICT Curriculum Roadmap

Bookmark and Share

Microsoft ICT Curriculum Roadmap




ICT Roadmap


Welcome to the Microsoft information and communications technology (ICT) curriculum roadmap. This roadmap guides you through Microsoft Learning products toward a career in computer technology. Whether you are new to computing or have some experience, this roadmap helps you understand the skills and knowledge requirements necessary to begin or resume your career in ICT.


Select a job role to view the ICT curriculum roadmap
If you have experience in computing, the roadmap helps you identify the learning path in preparing for the ICT career of your choice. Determine your starting point by reviewing the prerequisites necessary for each knowledge point in the curriculum. Then use the roadmap's resources to test your readiness, using assessment exams or a self-assess option to check your skills against the skills measured. If you need more training, choose training resources that suit your learning style: classroom courses, e-learning, or independent study.
Charting your progress is easy as you use the roadmap to guide you through the curriculum. An important step along the way is to validate your knowledge and skills by becoming a Microsoft Certified Professional. By having this credential, you let employers know that you are qualified. Whether your goal is to be a systems engineer or to improve your personal productivity when using Microsoft Office programs, the Microsoft ICT curriculum roadmap is your one-stop tool.
Note to educators The Microsoft ICT curriculum roadmap is a useful tool in mapping the technology components of your programs to the knowledge and skills of ICT jobs in the marketplace. Augmenting your programs with the employability skills that emphasize teamwork, communication, critical thinking, and problem solving throughout your curriculum is crucial in developing an employable ICT workforce.
Let us know what you think. Send feedback about the ICT curriculum roadmap to Faculty Outreach at facout@microsoft.com
----------------------------------------
See the full-sized roadmap


----------------------------------------
 Article source: Microsoft
--------------------------------
Ads:

Friday, June 25, 2010

How to delete Gmail account

Bookmark and Share

How to delete Gmail account

Introduction: Gmail is a free, advertising-supported webmail, POP3, and IMAP service provided by Google. Gmail was launched as an invitation-only beta release on April 1, 2004 and it became available to the general public on February 7, 2007, though still in beta status at that time. As of December 2009 it has 176 million users monthly. The service was upgraded from beta status on July 7, 2009.

With an initial storage capacity offer of 1 GB per user, Gmail significantly increased the webmail standard for free storage from the 2 to 4 MB its competitors offered at that time. Gmail has a search-oriented interface and a "conversation view" similar to an Internet forum.

Features on Free version

1 - Storage: Gmail's log-in page (July 2009) The Gmail service currently provides more than 7450 MB of free storage.

2 - Gmail Labs: The Gmail Labs feature, introduced on June 5, 2008, allows users to test new or experimental features of Gmail, such as bookmarking of important e-mail messages, custom keyboard-shortcuts and games and many more.

3 - Spam filter: Gmail's spam filtering features a community-driven system: when any user marks an email as spam, this provides information to help the system identify similar future messages for all Gmail users. Users may tune the system to allow mail marked as spam to be handled in particular ways.

4 - Gmail Mobile: Gmail Mobile is a version of Google's Gmail email service. It is a free service, developed to provide access to Gmail from mobile devices such as cell phones, or smartphones.

5 - Gmail on iPad: On April 3, 2010, Google announced a new two-pane layout designed specifically for the iPad.

6 - Google Buzz: On February 9, 2010, Google commenced their new service, Google Buzz, which integrates with Gmail allowing users to share links and media, as well as status updates. Gmail allowing users to share links and media, as well as status updates.

Information courtesy: Wikipedia

Deleting Gmail account

Gmail email id is automatically deactivated and deleted if you will not use the account more than 9 months or 270 days.

But if you want to delete the account manually then you can do so.

Steps in deleting Gmail account:

1- Log on to http://mail.google.com/, then go to settings. (see Screenshot –1)

2- Click the link “Google Account Settings”. (see Screenshot –2)

OR

3- Directly logon to: https://www.google.com/accounts/ManageAccount?service=mail&hl=en

4- Then click Edit right to My Product section (see Screenshot –3).

5- Next Click “Close account and delete all services and info associated with it” link below Delete Account. (see Screenshot –4)

6- Next follow the steps on screen. (see Screenshot –5) Provide the password again.

7- Then click the button “Delete Google Account.”

8- And now the account is deleted. (see Screenshot -6)

9- Finish.

Screenshots:

click to enlarge image

Screenshot -1

click to enlarge image

Screenshot -2

click to enlarge image

Screenshot -3

click to enlarge image

Screenshot -4

click to enlarge image

Screenshot -5

click to enlarge image

Screenshot –4

Finish. Now the your account is deleted.

How to delete Yahoo! Mail account

Bookmark and Share

How to delete Yahoo! Mail account

Introduction: Yahoo! Mail (shortened to Y! Mail) is a free web mail service provided by Yahoo!. It was inaugurated in 1997. It is currently the largest web-based email service.
Currently, Yahoo! offers two versions of Yahoo! Mail: an Outlook-like Ajax interface, as well as the traditional full-page-scroll "Yahoo! Mail Classic," which continues the availability of the simpler. In early 2008, Yahoo! started offering unlimited mail storage even to its users, in response to heated competition in the free-web mail market segment.

Features on Free version:
- Unlimited Mail Storage.
- 25 MB attachments
- 100 filters to automatically sort incoming messages (200 filters for the Plus version)
Protection against spam and viruses.
- Advertising is displayed on the screen while working with the e-mail account, but text ads are not within the emails themselves, and they are no longer added to the footer of outgoing messages.
- POP3 support, Mail Forwarding facility, and SMTP support in some countries (but not in the US).
- Accounts not logged into for four months get deactivated (The account can be retrieved but all stored data, such as emails, are lost).
- Early in 2006, Yahoo! Mail introduced aliases to its repertoire of features. Users could now add a (single) alias username containing a dot character for a pre-existing account.
- The Chinese version of Yahoo! Mail offers 3.5 GB quota and 20 MB attachments.
- Some users get features added if they are long time users.
- Latest beta of Yahoo! Zimbra desktop allows for all Yahoo! users to use the software.

Information courtesy: Wikipedia

Delete A Yahoo account

Yahoo email id is automatically deactivated and deleted if you will not use the account more than 4 months or 120 days. But if you want to delete the account manually then you can do so.

Steps in deleting Yahoo account:

1- Log on to this page: https://edit.yahoo.com/config/delete_user

2- This is the link for deleting yahoo address permanently. Provide the user name and password. Your account will be deleted within 90 days.

3- Then follow the steps on screen.

4- Provide the password again and the code in the image.

5- Then click the button “Terminate this Account.”

6- Finish.

Note: Yahoo Rules mention this point: In most cases your account will be deactivated and then deleted from our user registration database in approximately 90 days. This delay is necessary to discourage users from engaging in fraudulent activity. Additionally, due to the limited number of names available, we may allow other users to sign up for and use your current Yahoo! ID and profile names after your account has been deleted.'

Screenshots:

 click to enlarge image

Image-1: ( part 1 of part 2)

click to enlarge image

Image-1: ( part 2 of part 2)

 click to enlarge image

Image–2 (Final)

Now Your Yahoo account is deleted.

Finish.

Thursday, February 4, 2010

Windows 7 Resources for IT Professionals

Bookmark and Share

Windows 7 Resources for IT Professionals

Windows 7 Upgrade Advisor

Brief Description
Download and run the Windows 7 Upgrade Advisor to see if your PC is ready for Windows 7. It scans your hardware, devices, and installed programs for known compatibility issues, gives you guidance on how to resolve potential issues found, and recommends what to do before you upgrade.
Overview
Before you begin: Be sure to plug in and turn on any USB devices or other devices, such as printers,
external hard disks, and scanners, that you regularly use with the PC you're checking.
The Windows 7 Upgrade Advisor scans your PC for potential compatibility issues and lets you know about
your Windows 7 upgrade options. Within minutes, you'll get a report that tells you if your PC meets the
system requirements, if any known compatibility issues with your hardware, devices, and installed programs are found, and gives guidance on what to do to before installing Windows 7 on your PC.
Download:
-------------------------------------------------------------------------------

Windows Easy Transfer for transferring from Windows XP (32 bit) to Windows 7
Brief Description
Use Windows Easy Transfer to copy your files, photos, music, e-mail, settings, and more from a computer running Windows XP to a computer running Windows 7. You can transfer data using an Easy Transfer Cable, removable media, or across a network.
Overview
This software installs Windows Easy Transfer on a computer running the 32-bit version of Windows XP
so you can copy your files, photos, music, e-mail, settings, and more to a computer running Windows
7. If your computer is running another version of Windows, you can download other versions of Windows Easy Transfer by following this link. This software is already built into Windows 7, so it is not necessary to install it on a computer running Windows 7.
Download:
-------------------------------------------------------------------------------
BitLocker To Go Reader
Brief Description
The BitLocker To Go Reader is an application that provides users read-only access to BitLocker-protected FAT-formatted drives on computers running Windows XP or Windows Vista.
Overview
BitLocker protection on removable drives is known as BitLocker To Go. When a BitLocker-protected removable drive is unlocked on a computer running Windows 7, the drive is automatically recognized and the user is either prompted for credentials to unlock the drive or the drive is unlocked automatically if configured to do so. Computers running Windows XP or Windows Vista do not automatically recognize that the removable drive is BitLocker-protected. With the BitLocker To Go Reader users can unlock the BitLocker-protected drives by using a password or a recovery password (also known as a recovery key) and gain read-only access to their data.
System Requirements
Supported Operating Systems: Windows Vista; Windows Vista 64-bit Editions Service Pack 1; Windows Vista Business; Windows Vista Business 64-bit edition; Windows Vista Enterprise; Windows Vista Enterprise 64-bit edition; Windows Vista Home Basic; Windows Vista Home Basic 64-bit edition; Windows Vista Home Premium; Windows Vista Home Premium 64-bit edition; Windows Vista Service Pack 1; Windows Vista Service Pack 2; Windows Vista Starter; Windows Vista Ultimate; Windows Vista Ultimate 64-bit edition; Windows XP 64-bit; Windows XP Service Pack 2; Windows XP Service Pack 3.
Download:
-------------------------------------------------------------------------------
Microsoft Hardware-Assisted Virtualization Detection Tool
Brief Description
The Hardware-assisted virtualization (HAV) detection tool checks if the computer processor supports HAV and if this setting is enabled.
Overview
Windows Virtual PC requires processors capable of hardwareassisted virtualization with AMD-V™, Intel® VT or VIA® VT turned on in the BIOS. The HAV detection tool helps you check if the computer processor supports hardware virtualization. The tool also checks if this feature is enabled on the processor. For more information about Windows Virtual PC, please visit the Windows Virtual PC website.

To know whether your computer is compatible to run Windows XP Mode/Hyper-v/Windows Virtual PC or not use the following tool:
Download:
-------------------------------------------------------------------------------
Remote Server Administration Tools for Windows 7
Brief Description
Remote Server Administration Tools for Windows® 7 enables IT administrators to manage roles and features that are installed on computers that are running Windows Server® 2008 R2, Windows Server® 2008, or Windows Server® 2003, from a remote computer that is running Windows 7.
Overview
**Remote Server Administration Tools for Windows 7 can be installed ONLY on computers that are running the Enterprise, Professional, or Ultimate editions of Windows 7.**
Remote Server Administration Tools for Windows 7 enables IT administrators to manage roles and features that are installed on remote computers that are running Windows Server 2008 R2 (and, for some roles and features, Windows Server 2008 or Windows Server 2003) from a remote computer that is running Windows 7. It includes support for remote management of computers that are running either the Server Core or full installation options of Windows Server 2008 R2, and for some roles and features, Windows Server 2008. Some roles and features on Windows Server 2003 can be managed remotely by using Remote Server Administration Tools for Windows 7, although the Server Core installation option is not available with the Windows Server 2003 operating system. This feature is comparable in functionality to the Windows Server 2003 Administrative Tools Pack and Remote Server Administration Tools for Windows Vista with Service Pack 1 (SP1).
Download:
------------------------------------------------------------------------------

Microsoft Network Monitor 3.3
Brief Description
Tool to allow capturing and protocol analysis of network traffic.
Overview
Network Monitor 3.3 is a protocol analyzer. It allows you to capture network traffic, view and analyze it. Version 3.3 is an update and replaces Network Monitor 3.2. Network Monitor 3.x is a complete overhaul of the previous Network Monitor 2.x version.
System Requirements
Supported Operating Systems: Windows 7; Windows Server 2003 Service Pack 2; Windows Server 2003 Service Pack 2 x64 Edition; Windows Server 2008; Windows Server 2008 R2; Windows Server 2008 R2 for Itanium-based Systems; Windows Vista 64-bit Editions Service Pack 1; Windows Vista Service Pack 1; Windows XP 64-bit; Windows XP Service Pack 3
Download:
------------------------------------------------------------------------------

Update for Windows XP SP3 to enable RemoteApp
Brief Description
This package lets you to run many Windows XP productivity applications from a Windows 7-based PC using Windows Virtual PC
Overview
This package lets you to run many Windows XP productivity applications from a Windows 7-based PC using Windows Virtual PC. This patch needs to be installed in your Windows XP SP3 virtual machine.
For more information about Windows Virtual PC, please visit the Windows Virtual PC website.
Download:
------------------------------------------------------------------------------
Update for Windows Vista SP1 or above to enable RemoteApp
Brief Description
This package lets you to run many Windows Vista productivity applications from Windows 7-based PC using Windows Virtual PC.
Overview
This package lets you to run many Windows Vista productivity applications from Windows 7-based PC using Windows Virtual PC. This package needs to be installed in your Windows Vista virtual machine.
For more information about Windows Virtual PC, please visit the Windows Virtual PC website.
Download:
------------------------------------------------------------------------------
HYPER-V and RED HAT (Linux) support
Here are the details:
Red Hat Enterprise Linux 5.2, 5.3, 5.4 have passed cert tests when running on Windows Server 2008 Hyper-V, Microsoft Hyper-V Server 2008, Windows Server 2008 R2 Hyper-V, Microsoft Hyper-V Server 2008 R2. See more at RedHat's certified hardware site.

Windows Server 2003/ Windows Server 2008 / Windows Server 2008 R2 are validated to run on Red Hat Enterprise Linux 5.4, using their KVM-based hypervisor. See more at Microsoft Server Virtualization Validation Program site.

System Center Operations Manager 2007 R2 supports monitoring of the following operating systems:
HP-UX 11i v2 and v3 (PA-RISC and IA64)
Sun Solaris 8 and 9 (SPARC) and Solaris 10 (SPARC and x86)
Red Hat Enterprise Linux 4 (x86/x64) and 5 (x86/x64) Server
Novell SUSE Linux Enterprise Server 9 (x86) and 10 SP1 (x86/x64)
IBM AIX v5.3 and v6.1 (POWER)

Read:
------------------------------------------------------------------------------
Microsoft Press and TechNet Magazine have teamed up to create a free e-book:
Deploying Windows 7, Essential Guidance from the Windows 7 Resource Kit and TechNet Magazine. The e-book includes ten complete chapters from Microsoft Press’s Windows 7 Resource Kit (ISBN: 9780735627000; ISBN: 1760 pages), by Mitch
Tulloch, Tony Northrup, Jerry Honeycutt, Ed. Wilson, and the Windows 7 Team at Microsoft.
Download:
-------------------------------------------------------------------------------

Building a Standard Image of Windows 7 Step-by-Step Guide
Brief Description
Explains how to install a custom image by using an operating system image that includes your
customizations and applications.
Download:
-------------------------------------------------------------------------------
Configuring Windows 7 for a Limited User Account
Brief Description
Explains how to set up your Administrator accounts through User Account Control.
Download:
-------------------------------------------------------------------------------
Download your free e-book of Introducing Windows Server 2008 R2
Introducing Windows Server 2008 R2 e-book.
Download:
-------------------------------------------------------------------------------
77 Windows 7 Tips
Read:
-------------------------------------------------------------------------------

What’s New in Group Policy for Windows 7 and Windows Server
2008 R2
Read:
-------------------------------------------------------------------------------
UAC tweaks in Windows 7
Read:
Article from: Windows 7 blog:
-------------------------------------------------------------------------------
Your Windows 7 Deployment Guide
Read:
-------------------------------------------------------------------------------
Windows 7 Remote Desktop Connection 7.0 for XP SP3 and Vista SP1 and SP2
“The Remote Desktop Connection 7.0 client update enables you to use the new Remote Desktop Services features. These features are introduced in Windows 7 and in Windows Server 2008 R2 and are available for computers that are running Windows Vista Service Pack 1 or Windows Vista Service Pack 2. After you install this item, you may have to restart your computer”.
Download:
-------------------------------------------------------------------------------
Fully install Windows 7 from the upgrade disc
Read the full article here:
The pros and cons of switching to Windows 7:
Read:
Making the business case for Windows 7
Create a Windows XP and 7 dual-boot systemstaged for an easy migration
What Windows 7 means to Windows server administrators:
Windows Server 2008 R2 Foundation gives small networks more options
Windows 7 Professional feature-to-feature comparison chart
Delayed Start feature increases options for Windows services
Determine processes running on a remote server with PsList
-------------------------------------------------------------------------------

Engineering Windows 7
Read everything on Windows 7 on E7 blog
Visit:
-------------------------------------------------------------------------------
Windows 7 Upgrade Paths
Read:
-------------------------------------------------------------------------------
Cloud Infrastructure
Read this article for more about Cloud Computing infrastructures:

Challenges of Virtual Infrastructure Deployment and Management
Read this article:

10+ ways Windows 7 will affect IT pros
Read:

Installing Windows 7 on an existing Windows XP Computer
To install Windows 7 and migrate existing user files and settings. Read the complete article:
------------------------------------------------------------------------------
Yet another awesome tool from the Sysinternals team, Disk2vhd. As the name implies this tool can covert a physical disk into a virtual disk. Here is the quick summary of it’s capabilities. The converted VHD file can be used to boot from Virtual PC, Hyper-V and another physical machine as well Works on a machine that’s online VHD can be created on the same volume that is getting converted Preserves the partition information of the disk
Cool utility to create your physical dosk drive to a VHD file.
Download this tool from:
------------------------------------------------------------------------------
Windows Vista: Windows update went bad, now my PC is stuck in endless updating cycle
This is the place for all problem reports / Troubleshooting methods and more informations on Tech. Support. Read a recent post relating to a Windows Update issue on Windows Vista, from forum of CNET.com:
Read this and try to sort out the solutions here......
------------------------------------------------------------------------------
Fix Windows 7 Activation Status Not Available or SLMgr 0×80070422 Error
Windows 7 displays the system activation status in System Properties, which can be accessed via Control Panel -> System and Security -> System. However, sometimes, Windows activation may display error message which saying activation status not available, together with product ID which is also not available.

Read this page for detail:
And also read:
Related articles:


-----------------------------------

Posted by: bcdalai