Visual Studio 2010 keyboard shortcuts

October 25, 2010 at 10:22 AMMark Rønn

Posted in: SharePoint

Tags: ,

Et strejf af humør på TechNet?

March 26, 2010 at 7:47 AMMark Rønn

Microsofts documentation plejer at være forholdsvis neutralt i deres sprogbrug, men da jeg søgte information om Get-Service cmdlet’en var tonen behagelig anderledes:

Listing Service Information
This will probably shock you, but - just in case - you better sit down: the Get-Service cmdlet is designed to retrieve information about the services installed on your computer. (And to think that some people say Windows PowerShell is too complicated)
http://technet.microsoft.com/en-us/library/ee176858.aspx

Posted in: Powershell

Tags: ,

Rooted views

November 18, 2009 at 4:28 PMMark Rønn

To get a nice clean and uncluttered view of the filesystem you can use rooted views.
The view will only contain the rootfolder, subfolders and files.

By running explorer with the following parameters, you get a rooted view of 12 hive:

explorer /e,/root,C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12

 

 The easiest way to use rooted views is to make a shortcut with the following command as the target:

 %windir%\explorer.exe /e,/root,[FILESYSTEM PATH]

 

 

 

Read more about the parameters here

 

Posted in: SharePoint

Tags: