Posts Tagged ‘workaround’

Windows Vista and Managed Software

Tuesday, December 18th, 2007

One of my gripes with Windows Vista in the enterprise is that it simply says “Please Wait” during the startup and won’t tell you when it is trying to install managed software. Fortunately, this Group Policy change can resolve the issue:

Computer Configuration\Administrative Templates\System\Verbose vs normal status messages

Enable this setting and you are good to go.Sure, it’s so verbose it tells you when it is playing the logon sound, but in my mind, verbose is good.

VBA Help in Office 2007

Thursday, October 11th, 2007

I rely a fair bit on being able to bring up the help file when working in Visual Basic for Applications. When working with new functions or functions you only use occasionally, this life saver of a tool at least tells you how it’s all supposed to work.Well, that’s the idea, but with Office 2007 they’ve introduced a new prettier help file. Unfortunately like the stereotype, this is all beauty, no brains. When using the F1 key on an add method of the Sheets object I got this screen:

Excel Help Window

Each of these Add methods are different. I have no way of working out what object it applies to. Fortunately not all is lost. If I change to Offline help I can see the full description. Offline it is then…

Excel Help Window

Working with Windows Vista

Monday, October 1st, 2007

After reading an editorial article suggesting Microsoft should dump Vista I felt sorry for the Operating System. I wasn’t fond of it, but I figured my exposure was minimal. So therefore to get an accurate overview of how well Vista actually worked I grabbed the test machine with Vista installed, stuck it under my desk and use it as my primary workstation (using Remote Desktop) to access the Windows XP version.

So far I have been generally happy with it’s stability, but certain things are bugging me.

  • Today I noticed that whilst switching between multiple windows (Windows Explorer and Firefox) the icons would occasionally stick to the wrong program in the task bar. It wouldn’t stay that way for long. Once the program refreshed it’s icon it was fixed, but was still very odd. It was almost reminiscent of the days when running multiple web browsers resulted in websites melting into each other.
  • When Windows Vista is installing software by group policy it doesn’t tell me what it is doing, it merely says “Please Wait”
  • I don’t want users going to the Windows Update site because all updates are managed internally, but when updates are pulled down to Vista PCs, you can only install them by selecting the “Install Updates and Shutdown” option. An icon still pops up telling you to click here to install, you just can’t do anything with it.
  • Why is the default shutdown option “Sleep”? This should be an option at install. (It can be fixed by Control Panel » System and Maintenance Power Options » Edit Plan Settings under “Power buttons and lid”).
  • What is with the hideous colour on the logon screen? I’ll let that pass as personal preference thing, but the whole thing makes me sick
  • Why can’t we use the old style login screen for domain logins?
  • Sometimes a status bar alone just won’t do. When I’m copying files, I want to know how much of the file has been copied so far. Watching this number tick over helps build my confidence.
  • When playing around in Windows Explorer I sometimes accidentally select the DVD drive. If there is no disk in the drive it comes up with the usual message and ejects the drive to insert a disk. This would be handy if I was intending to insert a disk, but makes it much easier to accidentally eject the drive (but only if it is empty).
  • Why isn’t the status bar on the boot screen centred vertically? It looks like something is missing.

To be fair, I do like a few things about Vista:

  • I usually have two rows of programs in my task bar because I don’t like the “group task bar items” option. Under Windows XP/2000 the start button took up half the height of the task bar with a blank unusable area beneath it. Now Windows Vista centres the new (and spiffy looking) start button in the middle of the task bar, so there is no horrible empty space.
  • Moving around in Windows Explorer using the breadcrumb trail is a thing of beauty. Especially good for navigating complex directory structures (this is probably my biggest gripe with the Mac OS X Finder). I like to know where I am and Windows Explorer is good at telling me that.
  • Start Search is fantastic. It’s a good thing too, because navigating through the start menu (all programs) is next to impossible, particularly if you are used to having it occupy your whole screen (which I admit isn’t an ideal option). However usually I know what I’m looking for, so after pressing the Windows key and a few letters I’m good to go.
  • I’m generally happy with the look of the user interface. I changed the windows to be blue and I’m quite happy with the look.
  • I like to see the extensions of my files. Yet when renaming files it is normally a pain because I have to retype the extension or adjust the selection to not overwrite the extension (which is way too complicated). In Vista, I select the file, hit F2 and start renaming. It leaves the extension as it was, but I could certainly change it if I wanted to. Smart.
  • We are getting closer to having a New Folder button on the toolbar in Windows Explorer. Why has this not been done? In Windows XP I use Alt + F, W, F to make a new folder, but it’s complex. In Vista, Organize > New Folder. Big improvement. (I still want my button though. Seriously, the open/save dialogs have it, why not Explorer?)
  • Volume Shadow Copies on a desktop machine. Very useful, insanely so.
  • The Reliability and Performance monitor is great for giving real feedback as to exactly how Windows performs over time. No more relying on general feel. The numbers are there and well displayed.

So all in all, not a bad experience so far. Software compatibility has been ordinary, but the latest updates tend to fix most problems. Unfortunately the transition to Vista is inevitable (unless some real crazy stuff happens). Better to be ready before it is necessary.

But I don’t want to Hibernate

Thursday, September 14th, 2006

Here at work we recently purchased a Dell laptop. It’s something that I wouldn’t recommend, but it was incredibly cheap, we needed a new laptop and it seemed like good value.And so far it has been, at least for the person who primarily uses it. Having used a Dell laptop before she is familiar with the exact keyboard layout. Performance wise it is quite good (although it is also chunky, which is what happens when you combine cheap and powerful).

Anyway, Dell seems to take it upon themselves to make some changes to the configuration that are quite annoying, including changing the resolution of images so they look all pixelly!One of the more annoying settings is “Hibernate” as the default shut down option. Now, as a laptop the hibernate option is quite useful, but I’m a purist and like to Shut Down Windows whenever I’m forced to use it. To fix it so it will use your last setting you need to edit the registry. (Of course, this problem only affects you if you use the “Old School” Shutdown Dialog, which you are forced to use if you are a member of a domain.)

CAUTION: Editing the registry may screw up your computer, particularly if you do anything other than these instructions, even if you do it could blow up, harrass your family or whatever. The point is, don’t hold me responsible. Do this at your own risk. If you aren’t prepared to do that, pay someone to take the risk for you.

To fix, run regedit and look for the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\System\Shutdown

The name, value pair you want to change is HibernateAsDefault. This will be 0×00000001 (1). Right Click and select modify. Change the value to 0 and click OK. The change will take affect immediately. Go on, try to shut down. For those of you who would prefer it to be the default option, change it to 1 instead.

I’m not quite sure who would use this functionality as most laptops can detect when the lid is closed or the power button is pressed and you can define the action you want for these. Hell, this Dell (hehe, a rhyme) even has Hibernate as a function key (and an eject CD function key, which seems redundant with an eject button on the drive itself).

Hopefully someone will find this useful. I know that I would have preferred a Google Search to answer my question.