blogging about…… Microsoft, Cloud Computing and all other things I find interesting
In: Uncategorized
17 May 2010I needed to recreate a folder structure from one computer to another. To be ahead of some comments I foresee, one computer did not have powershell or any internet connection (to download powershell), and I was not allowed to install anything. To solve the problem I used “old school” DOS commands. Open a command prompt [...]
In: Uncategorized
20 Jan 2010Do 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. [...]
In: Uncategorized
30 Dec 2009Some 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 Button Command You can change the command behind [...]
In: SharePoint
1 Apr 2009On 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 [...]