NicolTIP#022- How to remove Windows 7 and Windows 2008R2 backup Files…
…created during service pack 1 (SP1) installation via PowerShell. Run Powershell in elevated mode (run as administrator) and type: Dism.exe /online /cleanup-...
s
…created during service pack 1 (SP1) installation via PowerShell. Run Powershell in elevated mode (run as administrator) and type: Dism.exe /online /cleanup-...
if you need to wok on this, I think that the following post is a must to have read: http://blogs.iis.net/samzhang/archive/2009/12/16/how-to-build-scalable-an...
Open your powershell “as administrator” then type: restart-service -Name Spooler -Force
Today without any reason VisualStudio was not able to connect with the WP7 device. When I selected “deploy solution” I received the following error: ------ D...
Super easy script from The Pursuite of Life Blog, that I ‘m copying here in order to keep it in my toolbox (get-childitem -recurse -force | where-object { $_...