Hi,
Windows builtin utility for extracting cab or msu files is expand
Continue reading Windows: Extract files from a Windows MSU Update File
Hi,
Windows builtin utility for extracting cab or msu files is expand
Continue reading Windows: Extract files from a Windows MSU Update File
Hi,
like system startup it is not possible to execute a script at system shutdown with the task scheduler. It must be configured with a group policy. You can choose the GUI way are set it by script:
Let us assume the Script is C:\scripts\shutdownEv.cmd.
Continue reading Windows: Execute a Script at shutdown
Hi,
here are the steps if you have installed WSUS on Server 2012R2 on the Windows Internal Database to reset the Database and WSUS itself.
Continue reading Windows: Reset WSUS and recreate SUSDB
Hi,
there are two ways to join or leave a domain. The netdom command or the Powershell Command lets add-computer and remove-computer.
Continue reading Windows: Join a workgroup or domain from command line
Hi,
if you have a Windows Errorcode like 0xc000021a and want to decode it to a human readable format you can use certutil.
Continue reading Windows: Decode Win32 Error codes