Rick Strahl's Weblog
Wind, waves, code and everything in between...
.NET • C# • Markdown • WPF • All Things Web
Contact
•
Articles
•
Products
•
Support
•
Advertise
Sponsored by:
West Wind
WebSurge
- Rest Client and Http Load Testing for Windows
advertise here
WebLog Posts in Category Vista
Archives
November, 2024 (1)
October, 2024 (1)
September, 2024 (1)
August, 2024 (1)
July, 2024 (4)
June, 2024 (1)
May, 2024 (2)
April, 2024 (1)
March, 2024 (2)
February, 2024 (1)
January, 2024 (2)
December, 2023 (1)
November, 2023 (2)
Categories
ASP.NET (325)
.NET (182)
Windows (78)
JavaScript (72)
jQuery (61)
Visual Studio (54)
WPF (48)
IIS (48)
Csharp (47)
HTML (46)
AJAX (45)
ASP.NET (33)
Localization (32)
LINQ (30)
WCF (28)
MVC (26)
Personal (25)
Security (23)
HTML5 (23)
FoxPro (22)
CSS (21)
C# (20)
Angular (20)
Web Services (19)
Web Api (16)
COM (16)
ADO.NET (15)
Vista (11)
Sql Server (11)
XML (11)
WebView (10)
HTTP (10)
IIS7 (10)
Markdown (9)
Microsoft AJAX (8)
IIS7 (7)
West Wind Ajax Toolkit (7)
Web Connection (7)
NuGet (6)
Markdown Monster (6)
Entity Framework (6)
Html Help Builder (5)
Live Writer (5)
Internet Explorer (5)
C++ (5)
ASPNET5 (5)
Mobile (5)
SignalR (5)
Software Development (5)
Web (5)
OWIN (5)
WinForms (5)
Westwind.Globalization (4)
Source Control (4)
Silverlight (4)
Cordova (4)
Conferences (3)
DataBinding (3)
ASP.NET Core (3)
Help Builder (3)
ISV (3)
LetsEncrypt (3)
Networking (3)
Office (3)
Opinion (3)
Razor (3)
Web Browser Control (3)
WebLog (3)
Web Development (2)
Visual Studio Code (2)
Tools (2)
Speaking (2)
RegEx (2)
RSS (2)
Linux (2)
Installation (2)
Bugs (2)
Help (2)
Dotnet (2)
.NET Standard (2)
Addins (2)
Deployment (2)
Authentication (2)
ASP.NET vNext (2)
ADO.NET (1)
Chocolatey (1)
Blazor (1)
Blogging (1)
Desktop (1)
Control Development (1)
Credit Card Processing (1)
Cross-Platform (1)
.NET ASP.NET Windows (1)
Security (1)
Visual Studio (1)
ASP.NET IIS (1)
ASP.NET Markdown (1)
AI (1)
Angular JavaScript (1)
Dynamic Types (1)
Email (1)
CSharp Dotnet (1)
Git (1)
Graphics (1)
Hardware (1)
FireFox (1)
Flexbox (1)
IOS (1)
JSON (1)
Migration (1)
rxJs (1)
SEO (1)
RazorPages (1)
Musings (1)
Travel (1)
Typescript (1)
Testing (1)
Threading (1)
VS Code (1)
Web Deployment Projects (1)
Web Design (1)
Web Assembly (1)
WebSockets (1)
WebSurge (1)
WebBrowser (1)
WebDeploy (1)
WFH (1)
Windows-Terminal (1)
Windsurfing (1)
WPF Windows (1)
WSL (1)
wwHoverPanel (1)
Vista SP1: Terminal Services /console switch no longer working
27 comments
February 14, 2008 - Maui, Hawaii
Here's one idiotic change in Vista SP1: Looks like Microsoft decided to change the switch to launch the Terminal Services client so it can log on to the console of the machine/server to /admin from /console. The new switch to connect to the console is: %systemroot%\system32\mstsc.exe /admin I suppose I can understand changing the switch to /admin since it's more descriptive, but why the heck...
Vista Explorer Shell Context Menu Default Actions
9 comments
October 02, 2007 - Hood River, Oregon
Somehow I managed to hose my Explorer's default context menu actions for folders when browsing in Explorer. The default action when clicking on a folder now is Search... instead of Explore which brings up the Search dialog when clicking on a folder Ugh. A quick check in the registry comparing the...
Opening Word Docs inside Internet Explorer in Vista?
5 comments
September 04, 2007 - Hood River, Oregon
Ah progress - you gotta love it. Fewer choices, less control the dumbing down of the masses. I'm checking out some old code that I've used to load Word documents for editing into a Web Browser control. It appears that under Vista this doesn't work any longer as a Word document now refuses to load...
Registration Ids: The simpler the better?
August 27, 2007 - Hood River, Oregon
Having gone through easily 50 registration screens in the last few days, reinstalling applications on my new box got me to once again thinking about registration codes in applications. Somebody last week asked me as I provided them with a software key with Help Builder - what's this - this isn't a...
File Locations on Windows Machines = Absolute Madness
9 comments
August 25, 2007 - Hood River, Oregon
I configured and updated a brand new machine last week and overall the process has been pretty smooth and painless. But once again I'm reminded how silly Windows' scattering of files all over the place really is. I installed the new box on Monday. It's now Saturday night and I'm still picking up a...
Cleaning up a Win32 Application to work under Vista
7 comments
April 11, 2007 - Maui, Hawaii
So for the last few days I've been going through the final steps of updating Help Builder to properly run under Windows Vista without any file permissions, registry or other sort of elevation requirements. In theory the application should run fine after installation without any sort of crutch like...
Am I an Administrator on Vista? No really am I?
25 comments
January 15, 2007 - Maui, Hawaii
Who can you trust when it comes to your status as an Administrator. Checking admin priviliges under Vista is no fun at all and I can't tell whether I am in fact an admin or not. Some things seem to indicate I am, while others
Explorer Folder View Customization - what were they thinking?
11 comments
January 12, 2007 - Maui, Hawaii
Folder views in Windows Vista's Explorer got even more confusing by yet another layer of 'views' that can be applied by yet another dialog separate from the already buggy View selection dropped down on folders. Getting folders to display in a consistent view is getting harder and harder to do in Windows which is ridiculous.
IIS 7 Integrated Pipeline Debugging on Vista, again
2 comments
December 29, 2006 - Maui, Hawaii
Mike Volodarsky posts more information how to get F5 debugging working properly in Visual Studio. Due to the way Authentication works in ASP.NET 2.0 some debugging scenarios with F5 fail and a workaround is required.
Folder Virtualization in Windows Vista
29 comments
October 08, 2006 - Maui, Hawaii
Folder Virtualization is a feature of Vista that allows virtualizing installation folders into a virtual store so that users who normally wouldn't be able to modify data in the Program Files folder get a private 'shadow' store so they can write to data. Interesting feature and certainly not very obvious...
Windows Vista and Installing Custom Applications - can you feel the pain?
1 comment
July 10, 2006 - Maui, Hawaii
Oh man, I’m going to REALLY hate Vista from an application installation and configuration perspective for custom applications. To make a long story short, pretty much none of my Windows applications run or in some cases don't install under the default Vista security configuration.