Add post: Win32 Disk Imager 無法執行

This commit is contained in:
2025-04-16 22:32:36 +08:00
parent 5070388562
commit 352059915a
6 changed files with 36 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ public
resources resources
.hugo_build.lock .hugo_build.lock
themes/* themes/*
uv.lock

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.13

0
README.md Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

View File

@@ -0,0 +1,26 @@
---
slug: Win32 Disk Imager 無法執行
title: Win32 Disk Imager 無法執行
description:
toc: true
authors: [awin]
tags: [windows, win32diskimager]
categories: [system]
series: [Windows]
date: 2025-04-16T00:00:00
lastmod: 2025-04-16T00:00:00
featuredVideo:
featuredImage:
draft: false
enableComment: true
---
紀錄一下 [Win32 Disk Imager](https://sourceforge.net/projects/win32diskimager/) 在 Windows 11 上無法使用與解決方法。
<!--more-->
先說結論:**把 Google Drive 關掉就可以了**。
如果你有其他虛擬磁碟,像是 ISO 虛擬光碟也可能有影響。
之前應該應該也有遇到同樣的問題,但是可能久久用一次就給忘了,這一次寫下來紀錄一下。

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "blog-awin-one"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []