I work from home quite a bit, so I use my much smaller laptop screen through RDP. Sometimes the next morning when I go to work and try to use RDP again, the window wants to stay at the size of my laptop screen instead of the size of my work monitor's screen. Pressing the maximize button makes it the max size of the laptop screen, and you can't un-maximize and drag it larger.
In the My Documents folder, there is a file called Default.rdp. If you delete it, it removes the "default" settings for your resolution and you can maximize again. Hooray!
Thursday, September 10, 2009
Wednesday, September 2, 2009
How to remove something from Add/Remove Programs
This is documented in Microsoft kb 314481 here:
http://support.microsoft.com/kb/314481
but in case it ever moves....
The Currently installed programs list in the Add or Remove Programs tool lists all of the Windows-compatible programs that have an uninstall program or feature. Occasionally, a program may not be removed completely, and the registry key that is used to display the program in the Currently installed programs list remains. In this situation, you may need to manually remove the program from the Currently installed programs list in Add or Remove Programs.
Remove the program's entry from here:
http://support.microsoft.com/kb/314481
but in case it ever moves....
The Currently installed programs list in the Add or Remove Programs tool lists all of the Windows-compatible programs that have an uninstall program or feature. Occasionally, a program may not be removed completely, and the registry key that is used to display the program in the Currently installed programs list remains. In this situation, you may need to manually remove the program from the Currently installed programs list in Add or Remove Programs.
Remove the program's entry from here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
How to easily download artifacts from Hudson
You can download all the files from the last successful build in one big zip folder by adding the following string after the jobname:
/lastSuccessfulBuild/artifact/*zip*/archive.zip
So if the job is "x" and located here:
http://washbuild:8080/job/x
then you can download all the artifacts at
http://washbuild:8080/job/x/lastSuccessfulBuild/artifact/*zip*/archive.zip
/lastSuccessfulBuild/artifact/*zip*/archive.zip
So if the job is "x" and located here:
http://washbuild:8080/job/x
then you can download all the artifacts at
http://washbuild:8080/job/x/lastSuccessfulBuild/artifact/*zip*/archive.zip
Subscribe to:
Comments (Atom)