Category: Vista

Controlling Apps that Run as Admin

October 30, 2012 by Marcus Tettmar in Automation, Vista, Windows 7, Windows 8

By now you are probably aware of UAC (User Account Control) that came along when Vista was released. And you probably know that to do anything like copy files to Windows\System32 or Program Files or do other administrative stuff you need to be running as Admin, or you’ll get the UAC prompt come up asking […]

Read more »

IE8, Vista, UAC and WebRecorder/VBScript Web Macros

March 25, 2009 by Marcus Tettmar in General, Vista

I just upgraded to IE8 on a new Vista desktop with UAC enabled out of the box. Now, WebRecorder macros and VBScript macros which automate Internet Explorer fail to work unless Macro Scheduler is run as Admin. IE’s Protected Mode is turned off, and “Allow scripting of Internet Explorer webbrowser control” is enabled. But if […]

Read more »

Keyboard Shortcuts in Windows Vista

January 11, 2009 by Marcus Tettmar in Automation, Vista

Here’s a handy list of keyboard shortcuts in Windows Vista. No doubt valid for Windows 7 too. Did you know you could focus the taskbar with Windows Key + T: Press LWinKey Send>t Release LWinKey I didn’t!

Read more »

Restart Aero Glass

January 11, 2007 by Marcus Tettmar in Vista

Sometimes Vista appears to lose Aero Glass. Aero Glass is the fancy effect that gives windows a semi-transparent border and adds a certain gloss to the desktop. Purely aesthetic but very pleasing. But very occasionally my screen flickers and then Aero Glass gets disabled. I’m not sure why – my best guess is the memory […]

Read more »

Web Automation in Vista

December 5, 2006 by Marcus Tettmar in Announcements, Automation, Scripting, Vista

To run WebRecorder, or VBScript macros which automate Internet Explorer in Vista (IE7), you will first need to disable “Protected Mode”. Consider this simple VBScript code: Dim IE Set IE = CreateObject(“InternetExplorer.Application”) IE.Visible=1 IE.Navigate “http://www.mjtnet.com” In IE6 and in IE7 under XP this code would create a new IE instance and then navigate it to […]

Read more »

Running Legacy Apps Under Vista

December 4, 2006 by Marcus Tettmar in Vista

If you’re thinking about upgrading to Vista and want to know if your favourite apps will run, here’s a very simple test to try first. In XP create a standard, restricted user account. Now try and run your apps. If they fail to run, or pop up access denied errors when trying to save data […]

Read more »

Free Copies of Vista and Office 2007!

November 28, 2006 by Marcus Tettmar in Vista

But only if you’re in the USA. If you are, you might want to check this out: http://www.powertogether.com/. According to this you just have to watch three webcasts on each product within 30 days of registering and Microsoft will send you Vista Business and Office 2007 Pro, for free!

Read more »

Running Vista

November 25, 2006 by Marcus Tettmar in General, Vista

So I downloaded the final version of Vista last week and I’m now running Vista as my main environment. Am I mad? Let’s see how it goes. Lots of my favourite apps need to be run as admin because they write to the programs folder, or HKLM. For years, developers have made the bad habit […]

Read more »

Get Back Vista Run Command!

October 20, 2006 by Marcus Tettmar in Vista

The biggest annoyance for me with Vista is that, by default, the “Run..” option is no longer on the Start menu. If you’re like me it’s probably one of the most used items on your computer! Now, you can use the search box in Vista in the same kind of way. But there’s no drop […]

Read more »