Internet Explorer Security Tab Restrictions
One of our web developers contacted me, and asked how they could look at the settings for the Trusted Zone in Internet Explorer. The Custom Level and Default Level buttons…
One of our web developers contacted me, and asked how they could look at the settings for the Trusted Zone in Internet Explorer. The Custom Level and Default Level buttons…
This was originally a post by Bob Kjelgaard on his MSDN Blog Trouble Ahead- Trouble Behind. I’m going to repost it here, as it looks like the original content has…
I’m looking forward to sinking my teeth into Windows Phone 7 programming. Especially since Microsoft has said the developer tools will be free. These are the Microsoft links I’ve collected…
At work, I’m working on a registry key permission error. Something which worked on Windows 2000, now doesn’t work on Windows XP. It’s security related, hope to solve it today.…
In Windows 2000 you could create a shortcut to an Active Directory resource, and turn it into an Windows Explorer view. One of my (now long gone) predecessors worked out…
We used to hard-code a user’s home directory in a logon script; just like this: net use H: \\NODDY22\%Username%$ Of course, it becomes a problem when you need to change…
In a week when one of our customer’s senior management team said “No, we’re not upgrading Internet Explorer 6, we’re waiting for Internet Explorer 8 in Windows 7” A user…
I needed to read the last line of a log file. PowerShell made it very, very, easy. All you need to do is Get-Content the file, and then pipe it…
The call came in: Noddy22 has less than 5% disk space left. Our Microsoft SMS 2003 servers are getting a bit tired, and we really don’t want to replace them…
The Windows PowerShell syntax was deliberately chosen to facilitate ease of use and ease of learning. Corporate enterprise Windows administrators are the target audience. - Windows PowerShell Scripting Guide by…