Skip to main content

Posts

Showing posts with the label Windows 10

How to Fix ‘Bad System Config Info’ Error in Windows 10

How to Fix ‘Bad System Config Info’ Error in Windows 10 Bad System Config Info is a common bug check error on Windows systems, caused mainly by malfunctioning of system and registry files or the Boot Configuration Data (BCD) file. Some boot order files in the BCD, or even some older ones, may conflict with newer, stable files. When this happens, the error otherwise known as the Blue Screen of Death (BSoD) occurs. The bug check error can also be caused by: faulty hardware incorrect system settings a bad driver installing an important update However, most error messages will often have a description of what the problem may be. Below are some tried and tested solutions to help you fix a Bad System Config Info error in Windows 10. Check your hardware Faulty hardware, like RAM or a bad hard drive, can cause the error. The easiest way to resolve it is by replacing your hard drive, but be sure to perform a detailed hardware inspection. Update drivers Incompatible or outdated drivers are a...

Snip & Sketch Fix Issue

  Snip & Sketch Fix Issue  (Snip and Sketch not working after update) Open tool URLProtocolView See if URL ms-screenclip is available or not if not available can install below Capability DISM /Online /Add-Capability /CapabilityName:App.StepsRecorder~~~~0.0.1.0 DISM /Online /Add-Capability /CapabilityName:DirectX.Configuration.Database~~~~0.0.1.0 DISM /Online /Add-Capability /CapabilityName:Microsoft.Windows.MSPaint~~~~0.0.1.0 DISM /Online /Add-Capability /CapabilityName:Microsoft.Windows.Notepad~~~~0.0.1.0 DISM /Online /Add-Capability /CapabilityName:Microsoft.Windows.PowerShell.ISE~~~~0.0.1.0 DISM /Online /Add-Capability /CapabilityName:Microsoft.Windows.WordPad~~~~0.0.1.0 DISM /Online /Add-Capability /CapabilityName:Print.Fax.Scan~~~~0.0.1.0 DISM /Online /Add-Capability /CapabilityName:Print.Management.Console~~~~0.0.1.0 DISM /Online /Add-Capability /CapabilityName:Windows.Client.ShellComponents~~~~0.0.1.0   If ms-screensketch not available...

MS-DOS and Windows command line robocopy command

Robocopy is a robust file copy command for the Windows command line. It allows users to copy files, directories, and even drives from one location to another.  Robocopy is an external command that is available for the following Microsoft operating systems as robocopy.exe. Robocopy syntax ROBOCOPY source destination [file [file]...] [options] source Source  directory  (drive:\path or \\server\share\path). destination Destination directory (drive:\path or \\server\share\path). file File(s) to copy (names/wildcards: default is "*.*"). Copy options /S Copy  subdirectories , but not the empty ones. /E Copy subdirectories, including the empty ones. /LEV:n Only copy the top n levels of the source directory tree. /Z Copy files in restartable mode. /B Copy files in backup mode. /ZB Use restartable mode. If access denied, use backup mode. /EFSRAW Copy all  encrypted  files in EFS RAW mode. /COPY:copyflag[s]...