Outlook 2010 QAT file not found error – unable to change QAT

 … cannot change my Outlook 2010 Quick Access Toolbar.  When I try to do so, I get an error message “the file does not exist.”  A web search indicated that the fix is to delete the access.officeUI file to force Outlook to create a new one.  However, I do not find any such file … It turns out that this was due to a missing sound file, if you can believe it. I was able to fix this by unchecking the “Play reminder sound:” in the Advanced section under Outlook Files/Options.

  • Outlook / File / Options / Advanced /
  • uncheck Play reminder sound
  • On QAT, right click and Customize Quick Access Toolbar
    • Choose Macros from Choose commands
      • Add
      • Press OK which should now save correctly.

As it turns out the file combo box was empty. This happened during upgrade from Windows 7 to Windows 10 as the Office14 folder moved to Program Files/Office14.

Internet Explorer Settings

1. Tools > Internet Options > Locate the Settings button under Tabs in the General tab of the configuration window.
UNCHECK the option “Show previews for individual tabs in the taskbar” to disable the feature in the Internet Explorer web browser.

2. Tools > Internet Options > Tabs > Tab Settings
CHOOSE – When a new tab is opened — Open Your First Homepage

 

Building a Windows 7 PC

 

–A) To most easily move all user files and user program files off your boot drive (an SSD in my case), follow these instructions.

FIRST, Create a restore point:
1. Open System by clicking the Start button, right-clicking Computer, and then clicking Properties.
2. In the left pane, click System protection. If you’re prompted for an administrator password or confirmation, type the password or provide confirmation.
3. Click the System Protection tab, and then click Create.
4. In the System Protection dialog box, type a description, and then click Create.

THEN: Go to System Recovery/Command Prompt:
Boot with the Win7 Install DVD, choose language, currency and keyboard, and hit Next.
At the screen with the “Install Now” choose “Repair your computer”
You will be asked if you want to “Repair and Restart” by the System Recovery options, choose “No”.
Then Make sure that Windows 7 is listed as one of the installed OS’s available for recovery, and that it’s selected and then press next.
You will be given a list of recovery tools.
Choose “Command Prompt”.

Find your virtual Windows drive loaded from the Win7 media (probably either C or X), find your actual Windows/SSD drive (D or E) and find your HDD (regular hard drive) (D or E).

In my system normally, C=SSD with Windows on it, D=HDD data drive

Using Win7 Update media, the drives in Recovery mode were set up differently, thusly:
X: virtual/temp Windows drive,
E: actual Windows/SSD drive,
D: HDD, hard drive I wanted to put \Users on.

Some report that System Recovery mode will set up their drives like this:
C: virtual/temp Windows drive
D: Actual Windows/SSD drive
E: HDD, they want to put /Users on.

In the command prompt you will be using Robocopy (NOT xcopy!) to copy c:\Users to d:\Users, then delete the old c:\Users, then make a symlink from c:\Users to D:\Users. Note that you must do these things in order, and you must not have a d:\Users dir before you do this.

NOTE: in the system recovery command prompt window, your drives are not the same as they will be after you leave recovery mode! So adjust the commands below for how the drives are in Recovery Mode, and then they’ll turn out correct later.

I used:
robocopy /mir /xj E:\Users D:\Users

To move /Users from Windows/SSD to HDD.
  /mir tells robocopy to mirror the directories, this will copy all files and permissions.
  /xj is very important, this tells robocopy not to follow junction points. If you forget this, you will have a lot of trouble.
Make sure no files failed to copy (FAILED column = 0).

Then you must remove the old Users Folder from the Windows/SSD (c:) drive, before you can create the symlink:
I used:
rmdir /S /Q E:\Users

Create a NTFS Junction/symlink that points to the new Users folder:

I used:
mklink /J E:\Users D:\Users

Use the /J switch to create a junction that’s a hard symlink. (If you use the /D switch, you’ll also have to edit the registry, cuz it won’t be a hard link.) Using /J, when Windows looks for the C:\Users dir, it will find it! But it will be on the HDD instead of the SSD. Tricky!

To see the proof of what you’ve created, still in the command prompt window, go into the actual Windows/SSD and do the “dir” command, and you’ll see:
” Users [D:\Users]”

Now restart and you’ll see /Users on your HDD, and there you go. No further configuration or fiddling required. New user profiles will all be stored on the d: drive, as will any user specific data. And it is achievable without any messing about in the registry, searching and replacing values, or having to mess with new profiles in any way. Totally set and forget.

–B)

Transfer files from another computer

Online Audio Tests – check your PC Speakers right online

A. Just found this great site.

Audio Check

Navigation

This site is organized in four main sections, accessed from your left-hand side menu.

 

  • Audio Tests : intuitively tests your sound equipment, your room's acoustic and… ears!
  • Test Tones : individual test tones for the audio experts among our readers 😉
  • Blind Tests : how good is your hearing when you are blind ?
  • Eng Training : training files for sound engineers

 

 B. "Test Tone Generator" is another with a great shareware application. I use this to find the correct settings for windows volume controls like WAV and MASTER. Just play the 0db sounds it creates and set the volume sliders to match. I use Sound Forge recording meters to set it, but Audacity meters also work.

 C. QuickMix is a freeware application that allows you to save and then restore (by opening the utility and Loading a saved) volume settings. 

 

Damn! Another Microsoft OS to learn, developed by kids, again.

Is Windows 7 just about what kids want these days–music, videos, pictures, or is there more to it, that say, a developer might like too? Did the MS teams even ask adults, who work for a living, what they wanted? As always, they say it is so. 

First impression wasn't good. Mom still has a 56k modem — the young developers never thought of that, I bet! — and it's impossible to set up email, internet, printers, an old Access application and Word with that! So off we go to my house where we start with a wireless connect. Our Lexmark driver didn't work to the multifunction printer scanner. Kodak easy picture or whatever did work. Transferring old files from the old PC worked, including pictures. What!? There is no email application installed?! What were they thinking? (Search Google for Windows Live e-mail or try http://download.live.com/wlmail here.) That was too much for a modem of course. Good time to find something else. How about Thunderbird?! Yup. No problem downloading that, installing, setup. (But we did have trouble importing Outlook Express contacts. Messages not so much). Okay, I know IE is going to be a very b i g  and slow application. Gosh! Here's an icon to load Chrome. Worked perfectly. All those lawsuits must have worked out for others. And Windows is now just an OS. Obviously, this is going to take a while. To learn. To set up, and to re-educate. Damn.

Like me, at one time you may have said it before:

I love DOS (I hate it!)

I love WIN98 (I hate it!) … Windows 2000 etc.

I love XP (hmmm, not much to not like there)

I avoided Vista (not to be confused with AltaVista)

Now the only new PCs come with Windows 7. (I miss typing the old OS' short name: XP. Can we just call it, se7en?, or, 7en?) 

So, where do we start? Through trial and error here we go.

LINKS

We'll be adding more later. 

 

Task Manager won’t minimize to System Tray

This tip (not mine) works! If you expect to see the CPU graph in your system tray and no longer are seeing it, then try these instructions.

Open the task manager, goto options, UNCHECK 'minimize on use' and 'hide when minimized'.

Close the task manager and reopen it.  You should see the cool CPU meter in your
system tray again. 

Then reselect 'hide when minimized' so you don't have the taskbar
button when it's minimized.