Disable “No Internet Access” notification on Windows Server 2008 (R2)

w2k8r2_nointernetaccess The “No Internet Access” notification on the network connection icon usually appears when you’re not connected to the Internet or you probably behind a proxy server. However, when you setting up your servers in an isolated environment without Internet access and you want to disable this notification then:

Continue reading

Modify the Computer icon text to show logged on username in Windows Server 2008 (R2)

Changing the text on the Computer icon on your Remote Desktop Services Session Host is handy when a user calls you and you want to know which Session Host the user is logged on. The procedure to do this has changed since Windows Server 2003.

Continue reading

Finding process that locks a DLL

You want to replace a dll on a system, but you get access denied, although you’re admin, have the necessary rights.. so which process is locking the particular file/library. I know, there is handles.exe from Sysinternal Suite, and plenty other tools that do the trick.But, you don’t need third-party tools to get the answer, just use tasklist.exe or PowerShell.  

Continue reading

Installing Windows to a new bootable VHD with no host OS

I love the performance gains I get by using bootable VHDs. I’ve always enjoyed using VHDs but I generally had a host OS first, then installed a bunch of VHDs that I made bootable. Recently I’ve changed all of this on my computer after a spent some time reading a post from John Papa. This leads  to more flexibility. The idea is simple: take a clean drive with no host OS and add or remove bootable VHDs as needed.

Logo_winlogo

Continue reading

Windows Thin PC Release Candidate Now Available

I’m pleased to announce the Release Candidate (RC) for Windows Thin PC (WinTPC) is now available for download from the WinTPC RC site. It’s been a busy month for the Windows Thin PC team. Since the launch of the Windows Thin PC Community Technology Preview (CTP) program on March 28 we have seen tremendous interest in the product with thousands of downloads of the software. So, we would like to take this opportunity to recognize our enthusiastic community of well over 12,000 customers and partners who have signed up for the Technology Preview program. Thank you for helping us to create a great product! Please keep sending us your suggestions; it is valuable as we continue our software development.

Many of you have been inquiring as to when the product will be available to customers outside the CTP Program. I’d like to take the opportunity to announce that we plan to Release to Manufacturing (RTM) within this quarter (Q2 CY2011). Windows Thin PC will be made available as an SA benefit, and customers with active SA or Windows VDA on their Windows PCs will be able to deploy Windows Thin PC to their environments after RTM. For more information on Windows Thin PC, check out the FAQ.

 

Links

windowsteamblog.com

Backup Exec, Volume Shadow Copy, Permissions etc


Ok, long story short, it all started with a Backup Exec 12.0 job suddenly failing.. One part of the whole job is backuping Exchange Server 2007 using a remote agent and the exchange server. In the job log of Backup Exec, i got a ‘Final error: 0xe000fed1 – A failure occurred querying the Writer status. ‘ ok, initially i thought, this is nothing new.. querying the writer status and seeing what this one’s reporting .. Logo_winlogo

Continue reading

Microsoft Releases Beta of DaRT 7 Recovery Tool

This week I had a chance to sit down with Brad McCabe, the product manager for DaRT (Diagnostics and Recovery Toolset). DaRT has been a favorite tool for many IT Pros, dating back to its days as part of Winternals Admin Pack. DaRT has continued to evolve since then but it’s still focused on helping IT Pros easily recover PCs that have become unstable, rapidly diagnose probable causes of issues, and quickly repair unbootable or locked out systems, all faster than the average time it takes to reimage the machine.

Customer can sign up for that Beta today here. Larger customers wanting to deploy DaRT 7 now can email us at dart7ct@microsoft.com to find out if they qualify to join the DaRT TAP program. The TAP program will allow them deep interaction with the product team and assistance in deploying and testing DaRT 7 in their production environment today.

IT Pros can learn more about MBAM (content coming soon) as well as DaRT, AGPM, AIS and the rest of the tools in MDOP in the MDOP Zone on the Springboard Series on TechNet.

read more here

How to: Run a cmd under system account / gain access to system account

There is an account in Microsoft Windows that is more powerful than the Administrator account in Windows Operating Systems. That account is called System account it is similar to the root OR super user in the Linux/Unix world . I will show you how to access this system account in this article.

Logo_TipsNtrickByWwwChristiano

Continue reading

Did you know about the Shell: Extension to open special Folders in Windows (XP, Vista and 7)?

Recently a friend was surprised when i opened the SendTo folder using the Shell: Extension. Apparently the Shell: Extenstion still not widely known. Therefore, I write a review about it.
As an entry: using Shell:SendTo (it is not case sensitive) Put that in a Run box (Windows-R key combination), the SendTo Folder will open in Windows Explorer.
Logo_winlogo

Continue reading

Did you know about DiskShadow? Creating Shadow Copy from the command line

This can be an alternative for taking a Snapshot in Hyper-V..
According to TechNet @Microsoft they state: DiskShadow.exe is a tool that exposes the functionality offered by the Volume Shadow Copy Service (VSS). By default, DiskShadow uses an interactive command interpreter similar to that of DiskRAID or DiskPart. DiskShadow also includes a scriptable mode.
Logo_windows-server-2008-hyper-v-logo-v_2

Continue reading