Browse by Tags
All Tags »
Windows Server ... »
Vista and Lognhorn (RSS)
This works for Windows 2003 and Windows 2008. We use it during our reliability study to let the server owners know that they shouldn't reboot their boxes without a good reason. You can use it for whatever you’d like. :) The two keys to set: reg add "
Read More...
Quick Solution: Check the permissions on the root of C: and ensure that BUILTIN\Users have Read access. Long Story: 8000FFFF == E_UNEXPECTED, not very helpful… Had a client where windows update was continually failing with the error code
Read More...
Ran into an issue this week that was strange. When you TS’d to the box it would just show a blank background and nothing else. If you tried to launch task manager it would just fail silently to the user (actually access denied in the debugger).
Read More...
Just got released yesterday: X86: http://www.microsoft.com/downloads/details.aspx?FamilyID=9ff6e897-23ce-4a36-b7fc-d52065de9960&DisplayLang=en X64: http://www.microsoft.com/downloads/details.aspx?FamilyID=d647a60b-63fd-4ac5-9243-bd3c497d2bc5&DisplayLang=en
Read More...
You've probably heard that netmon3.1 is out , but you might not know that you can easily launch a capture at the command prompt. I find this useful when we're waiting on a repro, we want a capture, but we don’t know when that's going to happen.
Read More...
System Page Table Entry (PTE) issues are some of the top support issues for servers that run large server applications and have a relatively large amount of Random Access Memory (RAM). PTEs are structures used to track pages of RAM, similar to the way
Read More...
I've ran into this a few times here and each time I stare at my screen for some time (depends on how much coffee I've had) and then remember this change. When you install Vista SP1 or install Win2k8 the console switch for MSTSC will be ignored (it's gone).
Read More...
I posted on how you can use Wevtutil to enumerate the event logs on server core or LH. Someone left a comment asking how could they just return the errors from the System log instead of all the events. Seems like a reasonable question and with a bit of
Read More...
Backstory: With the advent of Windows Vista there are changes made in how the operating system determines if it can take a kernel memory dump or not. Starting in Vista the amount of memory allocated for kernel mode could vary dynamically . If the pagefile
Read More...
I was tracking a high CPU issue this week and needed to know when one of my servers was pegged so I could investigate. I could of used perfmon I guess but I really like to do everything I can from the command prompt. I always like it when there is a tool
Read More...
You might find yourself debugging an issue and a thread you are interested in is paged out. Here's the steps to use to page in the stack for the kernel side and user side... Be careful when doing this on a live machine that you want to release after debugging
Read More...
Had an issue come in today where the customer requested that one of their drives on SAN storage be expanded. They carved out the necessary disk space and expanded the LUN which was verified showing 430GB total on the array. Rescanned in Disk Management
Read More...
Pre-Vista it could be an issue if you didn't have debugging turned on via the boot.ini file and your system stopped booting. Well in Vista and 2k8 you can enable "Debugging mode" on boot by hitting F8 after POST. You can also turn off driver signing verification
Read More...
I have to say I am quite pleased with this little gem in Vista. Once I started using it I haven't gone back. It's a real easy way to collaborate with another user(s) when you need them to see what you see or let them drive your session. I've used it about
Read More...
You might find yourself looking for "net send" in Vista and wonder where it went? Before you flip out, there is a solution. Use MSG.exe C:\Windows\system32>msg /? Send a message to a user. MSG {username | sessionname | sessionid | @filename | *} [/SERVER:servername]
Read More...