kvm-guest-drivers-windows

Форк
0

README.md

Helper Scripts

This directory contains various helper scripts for use with the KVM Guest Drivers for Windows.

Overview

These PowerShell scripts are designed to assist with system configuration, diagnostics, and management tasks related to KVM guest drivers on Windows systems.

Current Scripts

EnableKernelMemoryDump.ps1

This script enables the "Always Keep Memory Dump" feature in Windows by setting the appropriate registry key.

What it does

  1. Sets the AlwaysKeepMemoryDump registry value to 1 under HKLM:\System\CurrentControlSet\Control\CrashControl.
  2. Verifies the change and outputs the result.

EnableSetupAPILogging.ps1

This script enables detailed logging for the Windows Setup API by setting the appropriate registry key.

What it does

  1. Sets the LogMask registry value to 0xFFFFFFFF (4294967295 in decimal) under HKLM:\Software\Microsoft\Windows\CurrentVersion\Setup.
  2. Verifies the change and outputs the result.

Usage Guidelines

  1. Prerequisites:

    • PowerShell (Windows 10/Windows Server 2016 or later recommended)
    • Administrative privileges (for scripts that modify system settings)
    • Ensure scripts run with an appropriate execution policy:
      Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
  2. Running Scripts:

    • Open PowerShell as an administrator.
    • Navigate to the script's directory.
    • Execute the desired script, e.g.:
      .\ScriptName.ps1
  3. Output:

    • Each script will provide its own output, which may include:
      • Console messages
      • Log files
      • Modified system settings

Disclaimer

These scripts may modify system settings. Use them at your own risk and always back up your system before making changes.

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.