The UK Voice

Readers might know I spent some time developing a blog for a UK firm of Chartered Accountants, Kevin Beare & Co, I have nothing to do with the excellent content, just the creation of the blog in WordPress based on their PracticeWeb main website.

kbmain kbblog

However, Paul Beare, the editor of the blog following his excellent content has been awarded for his efforts and now blogs for for the US AccountingWeb website under the name “The UK Voice”

ukvoice

Paul adores tea – however he is not your "typical Brit". He despises bad customer service, does not come from either Oxford, or Cambridge – has good teeth, and speaks eloquently.  He represents a UK accounting firm that concentrates on helping US companies enter the UK and succeed! Paul provides general UK tax, accounting and cultural insights in a light-hearted and practical way. He is, The UK Voice.

If you need help with this type of development including content then please use the contact page.

Broken Search in Windows 7

I keep running into this issue and found this on this forum

1. End Task on EXPLORER.EXE from Task Manager.

2. Start the Registry Editor

3. Look for the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{EF87B4CB-F2CE-4785-8658-4CA6C63E38C6}\TopViews\{00000000-0000-0000-0000-000000000000}

4. Rename the key so it looks like the following:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{EF87B4CB-F2CE-4785-8658-4CA6C63E38C6}\TopViews\{00000000-0000-0000-0000-000000000000}.BACKUP

5. From Task Manager click on File | New Task (Run) and type EXPLORER.EXE and hit return.

6. Now try your search from the Start Menu again.

If the above process doesn’t work for you, you can always put it back the way it was by reversing the process above.

I don’t understand exactly what this key is controlling, but hopefully someone else can shed some light on why this works.

I have run into this at least 4 times so far and have no idea why it keeps happening.

I also have no idea why the word wrap on the above works on Firefox but not on IE8.

Create a Remote Desktop Icon on your Desktop

This should work on Windows 7 and Vista

Right Click the desktop and select New Create Shortcut

clip_image001

Enter the following in the location of the item

mstsc /v:remote

Where “remote” is the computer you want to connect to

clip_image002
Click Next

Name the shortcut something memorable

clip_image003

Click Finish

You should now have an icon on the desktop.

clip_image004

Other parameters:
[
for experienced users only]

mstsc.exe {ConnectionFile|/v:server} [/console] [/f] [/w:width /h:height]
mstsc.exe /edit”ConnectionFile”
mstsc.exe /migrate

Parameters:

ConnectionFile : Specifies the name of an .rdp file for the connection.
/v:server : Specifies the remote computer to which you want to connect.
/console : Connects to the console session of the specified Windows 2000 Server.
/admin : Connects to the console session of Windows 2003/2008 servers –
note admin replaced console
/f : Starts Remote Desktop connection in full-screen mode.
/w:width /h:height : Specifies the dimensions of the Remote Desktop screen.
/edit : Opens the specified .rdp file for editing.
/migrate : Migrates legacy connection files that were created with Client Connection Manager to new .rdp connection files.

The above information came from the Microsoft TechNet site