Posts Tagged ‘Tips & Tricks

Do you ever have the problem that you take over a Windows Server with a remote desktop, you then later close the session leaving all your programs open to run for example overnight. The next time you start your remote desktop session you will enter a new session besides the one you already have running. [...]

Windows 7 tips

In: Uncategorized

30 Dec 2009

Some nice windows 7 tips I found.
Command Prompt output to Clipboard You can directly paste the output of a command prompt command into the clipboard by adding clip to any command. For example: dir | clip

You can then paste it into notepad
Changing the Power [...]

On our sharepoint intranet site we had a problem with a webpart. This webpart displayed some top sites. Whenever we wanted to remove it we received a javascript error.

Someone suggested us to add ?contents=1 behind the url (resulting in something like: http://<your domain here>/Pages/Default.aspx ?contents=1)
you will now see the hidden webparts page, and can delete [...]