# 视窗系统更新暂停工具

> 适用于 视窗10与视窗11 以及 坐和放宽 (注：视窗=Windows 非官译)

{% hint style="success" %}
此工具已开源发布。
{% endhint %}

{% embed url="<https://github.com/FastChen/Pause-Windows-Update>" %}

{% code title="Pause Windows Update.sln" %}

```csharp
Software software = new Software();
software.Name = "Windows更新暂停工具";
software.ProjectID = "Pause Windows Update";
software.Release = "https://nullcraft.org/d/80";
software.ReleaseDate = DateTime.Parse("2024,01,18").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET8";

NullCraftSoftwareList.add(software);

Trace.WriteLine(NullCraftSoftwareList.Items.Conut());

>>> 19
```

{% endcode %}

## 关于《视窗系统更新暂停工具》

### 简单介绍

一个可以快捷自定义 Windows 暂停更新天数的工具，实现基本永久的禁用更新。

同时不影响 Microsoft Store (微软商店) 与 Xbox 游戏服务的使用，以及随时可以再次获得更新。

### 下载《视窗系统更新暂停工具》

{% embed url="<https://github.com/FastChen/Pause-Windows-Update/releases>" %}

### 使用教学

{% content-ref url="pause-windows-update/tutorial" %}
[tutorial](https://docs.nullcraft.org/software/pause-windows-update/tutorial)
{% endcontent-ref %}

### 软件图片

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-b5290a5e8e1030f26c04d5bc7bd3ea5aac565ebc%2Fpause-windows-update_1.png?alt=media" alt=""><figcaption><p>软件主界面</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-37360fd5b5a37787fe130592cc001f0bf01727c7%2Fpause-windows-update_2.png?alt=media" alt=""><figcaption><p>启用暂停成功通知</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-40e3266d189e38b744a64109f84bf6ba795fcdce%2Fpause-windows-update_3.png?alt=media" alt=""><figcaption><p>确认暂停一致</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-e2cdf5074e2b2baa88a12803a33d713ade579e82%2Fpause-windows-update_4.png?alt=media" alt=""><figcaption><p>取消暂停</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-a68c5b9fcd26831c8b5d65214a3f36fc8e297b9b%2Fpause-windows-update_5.png?alt=media" alt=""><figcaption><p>不影响其它软件/服务</p></figcaption></figure>

## 此软件开源协议声明

本工具已开放源代码，并托管至 Github ，使用 [GNU General Public License v3.0](https://github.com/FastChen/Pause-Windows-Update?tab=GPL-3.0-1-ov-file#readme) 许可，对于源码的使用，请遵守协议许可的范围内使用。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nullcraft.org/software/pause-windows-update.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
