Rational Dev

Windows tips

Always Expand Menu in Office

Not having menu options always expanded drives me crazy. Here is a reminder for me and for you on how to make menus always expanded in Office.

In an Office application right click on the toolbar area and select "Customize".

Click the Options tab

Check "Always show full menus"

Click "Close"

Posted On: March 12, 2009 - 6:16am by Rational
( categories: )

Error getting clipboard data

If you are trying to Alt-Print Screen or Print Screen and then paste to an application such as Paint, you might sometimes get the message:

"Error getting clipboard data"

Chances are you have more than one monitor.

The only reliable way I found to fix this was to revert back to a single monitor.

Other ideas people had that may or may not work for you:

  • Reboot
  • Create a new user profile
  • Perform copy and paste from your main monitor
  • Close more programs.
Posted On: February 18, 2009 - 5:59am by Rational
( categories: )

The IIS Admin service terminated with service-specific error 2148073478 (0x80090006)

Is "The IIS Admin service terminated with service-specific error 2148073478 (0x80090006)" in your Event Viewer log?

This error probably means the machine key found in "C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys" has been deleted. If there is a machine key starting with c2319 in this directory, then it may have been recreated, but this new machine key does not match.

If the key has been deleted, then you can copy over an old version from a backup if you have one. Otherwise you may need to reinstall IIS.

Posted On: December 18, 2008 - 1:08am by Rational
( categories: )

Cannot Delete Locked File

Having problems deleting a file due to a processing locking it?

Posted On: June 29, 2007 - 8:46am by Rational
( categories: )

Create A DOS Prompt Window From The Selected Windows Explorer Directory

Being able to create a DOS prompt at the directory you are currently browsing in a Windows Explorer session can save you some time.

Posted On: March 26, 2007 - 2:08pm by Rational
( categories: )

"Access is Denied" Error Message Opening My Documents Folder On Old Hard Disk - Windows XP Security

I got an "Access is Denied" message when try to open the "My Documents" when my notebook died and I moved the hard disk onto my PC using a 2.5' hard disk enclosure.

Posted On: January 3, 2007 - 7:58am by Rational
( categories: )

Quick Howto For Manually Installing PHP As A Module For Apache 2 Running Windows

Download the Windows PHP binary package from
http://www.php.net/downloads.php

Extract to a temporary directory

Copy the following files to the directory you want PHP to live (paths with spaces are not recommended, ie c:\program files)

php.ini-recommended (rename to php.ini) - php.ini-dist can be used depending on your requirements
php4apache2.dll or php5apache2.dll
php4ts.dll or php5ts.dll

Modify php.ini to have the following
doc_root = c:\apache2\htdocs (or wherever your document root for PHP happens to be)

Add your PHP home directory to the Windows PATH (eg, c:\php)

Add the following to [apache directory]/conf/httpd.conf (modify as required)

Posted On: July 5, 2006 - 12:10pm by Rational

Useful DOS Commands I Sometime Forget

Useful DOS commands that I use infrequently and sometimes sit pondering what the correct executable name is:

msconfig - You can change ini files, what loads on your system (services and programs).
msinfo32 - Show details about your hardware and software.
regedit - GUI for modifying the Windows Registry settings.

Network Related:

ipconfig - Shows your TCP/IP address and associated information.
netstat - Displays network statistics and current TCP/IP settings. netstat -a to show all connections and listening ports

Posted On: July 18, 2005 - 10:50am by Rational
( categories: )

Disable Low Disk Space in XP

"Low Disk Space". Finally got annoyed with Windows XP and the warning balloon window produced when ANY partition reaches less than 200Mb of room remaining? It then gets progressively more annoying, the less space you have remaining.

NOTE: THIS MODIFICATION INVOLVES CHANGING THE WINDOWS REGISTRY.

WHILST WE KNOW OF NO ISSUES INVOLVED WITH THIS CHANGE, THERE IS POTENTIAL FOR YOU TO CAUSE SERIOUS PROBLEMS TO YOUR COMPUTER. WE TAKE NO RESPONSIBILITY FOR SUCH PROBLEMS. PLEASE BE VERY CAREFUL WHEN USING THE REGISTRY EDITOR.

The warning message might be okay on your root drive, as Windows is probably using this drive to store tempory information and needs some spare room allocated to work properly. However, if you are like me and have a lot of partitions, it means leaving a lot of disk space empty just to keep your sanity. I only know how to turn the warning message off for all your drives and it involves breaking out the Windows Registry Editor.

Posted On: July 13, 2004 - 2:40pm by Rational
( categories: )
Syndicate content
Google

Navigation