Skip to main content

Assorted commands and fixes that I'll sort later

Get Serial number from pc from the command prompt
    wmic bios get serialnumber

Avaya CMS 429 error fix
Make sure to unhide "hidden" files
Delete the following folder
c:\users\Userid\appdata\roaming\avaya\cms supervisor r16\cache
c:\users\Userid\appdata\roaming\avaya\cms supervisor r18\cache

Backup Drive Mappings from the registery
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU

Cisco VPN Client hangs at “Opening cert store”
1) Open Microsoft Management Console (type mmc in Run or search).
2) Add Snap-in "Certificates" (File -> Add/Remove Snap-in... -> [find and add "Certificates] -> OK)
3) Go to folder Personal/Certificates
4) Remove any unwanted certificates (for me it was certificates added by Fiddler to enable SSL traffic debugging)

Sticky Notes Backup File
C:\Users\username\AppData\Roaming\Microsoft\Sticky Notes\

Comments

Popular posts from this blog

Add and Remove Drivers to an offline Windows Image or WinPE

Add and Remove Drivers to an offline Windows Image Link  https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-and-remove-drivers-to-an-offline-windows-image You can use DISM to install or remove driver (.inf) files in an offline Windows or WinPE image. You can either add or remove the drivers directly by using the command prompt, or apply an unattended answer file to a mounted .wim, .ffu, .vhd, or .vhdx file. When you use DISM to install a device driver to an offline image, the device driver is added to the driver store in the offline image. When the image is booted, Plug and Play (PnP) runs and associates the drivers in the store to the corresponding devices on the computer.   Note To add drivers to a Windows 10 image offline, you must use a technician computer running Windows 10, Windows Server 2016, or Windows Preinstallation Environment (WinPE) for Windows 10. Driver signature verification may fail when you add a driver to a Windows 10 im...

Create a Windows 10 x64 Enterprise USB Installer

Download Window 10 Enterprise 1809 with the Media Creation Tool The October 2018 release of Windows 10 has just dropped and is now availabe to download using the  Media Creation Tool . Using the GUI you can download the consumer ISO which contains the Home, Professional and Education SKUs of Windows 10. If you want to download the Enterprise version of Windows 10, but don’t have access to Microsoft VLSC or Action Pack subscriptions, it is possible to download it using the Media Creation Tool if you know the right command line switches. To download Windows 10 Enterprise 1809 using the Media Creation Tool, log in with a local administrator account (for some reason it isn’t good enough to  run the tool using Run as administrator, you actually do have to be logged in as an administrator) and download the tool. Open a CMD prompt and change directory to the directory you saved the Media Creation Tool in, and enter the following command: MediaCreationTool1809.exe /Eul...

How to Fix Sysprep was not able to validate your Windows installation

How to Fix Sysprep was not able to validate your Windows installation For example, if you have already downloaded apps on a Windows 8.1 or 10  machine where you want to run the sysprep command, the  sysprepact log file  (setupact.log) which is created under  C:\Windows\System32\sysprep\Panther  folder displays the following error(s): " [0x0f0036] SYSPRP spopk.dll:: Sysprep will not run on an upgraded OS. You can only run Sysprep on a custom (clean) install version of Windows. [0x0f0082] SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll; dwRet = 0x139f SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml; dwRet = 0x139f SYSPRP RunPlatformActions:Failed while validating SysprepSession actions; dwRet = 0x139f [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halti...