How to Install and Configure Windows, VMware, Virtualization and Cisco on
Author: Bob Lin
Bob Lin, Chicagotech-MVP, MCSE & CNE
Data recovery, Windows OS Recovery, Networking, and Computer Troubleshooting on
http://www.ChicagoTech.net
How to Install and Configure Windows, VMware, Virtualization and Cisco on
http://www.HowToNetworking.com
Q: Our Malwarebytes software mat stop working and need to restart the Malwarebytes services. I would like to create a batch file to restart it remotely. How can I do it?
chicagotech.net: you can use SC command line, foe example: SC \\computername start SCCommService. To find the service name, run service and go the properties. Or use SC \\COMPUTERNAME query command.
Deployment Image Servicing and Management (DISM) tool is a command-line tool that can be used to service and prepare Windows images, including those used for Windows PE, Windows Recovery Environment (Windows RE) and Windows Setup. DISM can be used to service a Windows image (.wim) or a virtual hard disk (.vhd or .vhdx). DISM comes built into Windows and is available through the command line or from Windows PowerShell.
To use the DISM, please follow these stpes:
an elevated command prompt.
Type the following command, and then press Enter. DISM.exe /Online /Cleanup-image /Restorehealth
if your Windows Update client is already broken, use a running Windows installation as the repair source, or use a Windows side-by-side folder from a network share or from a removable media, such as the Windows DVD, as the source of the files. To do this, run the following command instead: DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess
Chicagotech.net: Windows Recovery Environment (WinRE) is a recovery environment that can repair common causes of unbootable operating systems. By default, if you install Windows using media created from Windows Imaging and Configuration Designer (ICD), you’ll get a dedicated WinRE tools partition on both UEFI and BIOS-based devices, located immediately after the Windows partition. This allows Windows to replace and resize the partition as needed.
WinRE includes these tools:
Automatic repair and other troubleshooting tools.
Push-button reset, which enables your users to repair their own PCs quickly while preserving their data and important customizations, without having to back up data in advance.
System image recovery which restores the entire hard drive.
Q: How do you enable or disable popup in Microsoft Edge?
chicagotech.net: Click on 3 dots on the top of right. Click Settings and then Advanced. Under Media autoplay, you will have option to Allow, Limit and Block.
Q: Can I lock my configuration when I am working on Paloalto Firewall so that other admin can’t mess up the configuration?
chicagotech.net: yes, you can. The web interface enables you to apply a configuration or commit lock so that other administrators cannot change the configuration or commit changes until the lock is removed. To lock it, click the top right lock of the web interface.
Tip: To configure the firewall to automatically set a commit lock whenever an administrator changes the candidate configuration, select Device > Setup > Management, edit the General Settings, enable Automatically Acquire Commit Lock, and then click OK and Commit.