Undo pending changes from a specific user account

0 Comments

  If you want to undo some changes from a specific user, you can use:   Change directory to folder containing "tf.exe"     • cd "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE" Check the status of

Fix notepad++: ShellExecute failed (2): Is this command correct?

0 Comments

    Found my solution at: http://timourrashed.com/how-to-fix-shellexecute/ and http://www.pcrules.com/article/view/53 Just make sure you delete this key:     And create a key:     "C:\Program Files (x86)\Notepad++\notepad++.exe" "%1"

How to manually get Angular services in TypeScript

0 Comments

If you manually want to get / use Angular services in TypeScript you can use the following code:   /// <reference path="../libraries/angular/angular.d.ts" /> module app { "use strict"; var appModule = angular.module("app", []); var injector:

Fix favicon error

0 Comments

When there is no favicon.ico in the root of your website, then the browser will automatically get a 404 favicon error. To prevent this error, you can add a transparent favicon.ico to the “head” tag