Windows 10, version 1803 will reach the end of servicing on November 12, 2019. This applies to the following editions* of Windows 10 released in April of 2018: Windows 10, version 1803, Home Windows 10, version 1803, Pro Windows 10, version 1803, Pro for Workstations Windows 10, version 1803, IoT Core These editions will no
After OS Installation, suddenly CmTrace cannot be found. Below is the command to add CmTrace to your Task Sequence. This will make CmTrace availble after OS Install. Add a Command line to your Task Sequence. Copy and paste line below in the command line. cmd /c xcopy X:\SMS\BIN\x64\CMTrace.exe %OSDTargetSystemDrive%\Windows\System32\ /E /H /C /I /Q /Y
A lot of times people wonder or ask about how to enable Mouse during OSD Task Sequence in MDT or SCCM. Here is the command. Just add a command line in your Task Sequence and copy and paste the command below: cmd.exe /c reg load HKLM\Offline c:\windows\system32\config\software & cmd.exe /c REG ADD “HKLM\Offline\Microsoft\Windows\CurrentVersion\Policies\System” /v EnableCursorSuppression
Here are three of the scripts in Powershell instead, AddtoADGroup, RemoveFromADGroup And SetADdescription. They can be downloaded here: Script to add/remove Computer from AD group: https://gallery.technet.microsoft.com/ Script to set the AD computer description: https://gallery.technet.microsoft.com/ All scripts have to run in full OS and not in WinPE. AddToADGroup The script adds the computer it is being executed on
#1 – Need to jot down something quickly? Open a temporary notepad in your browser by typing “data:text/html, <html contenteditable>” into the address bar.
Before you start, please make sure that you have a Site backup of your SCCM Server. You can take the back of the server by going to Administration \ Site Configuration on the Right side panel, select your Site. On the Ribbon on top Select Site Maintenance. Open the SCCM console Go to Administration \ Updates
I have seen people asking about removing bloatware from Windows 10 all over internet and in forums. I found this PowerShell Script which mounts the WIM Image and strips all tghe Bloatware from the Image itself. It has different options where you can choose which Bloatware to remove or remove all Bloatware. Download Script Example:
What is Swadesi Kodi Addon? Swadesi Kodi addon is the replacement to the famous Aftershock Kodi addon. Swadesi Kodi addon will let watch movies in various Indian languages including (but not limited to) Hindi, Tamil, Telugu, Punjabi. You can also watch Indian TV Shows from various channels. It could be the perfect Bollywood Kodi addon
During the offboarding of an Office 365 user, you may be required to make a copy of their OneDrive files or transfer ownership of the files to someone else. This can be a laborious process, requiring you to log into the departing users OneDrive and downloading, transferring or sharing their data manually. The good news