Using DISM to repair Windows files

Using DISM to repair Windows files



    • Related Articles

    • Batch Print a folder / multiple files

      Windows has limitation of selecting 15 files at any one time.Try this program: http://www.doc2prn.com/
    • Connecting to Office 365 using Windows Powershell

      1. Open Windows Powershell with Run as Administrator on your computer 2. $Cred = Get-credential (enter administrator email/password) 3. $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ ...