diff --git a/content/about-g++.md b/content/about-g++.md index facdad5..8e45175 100644 --- a/content/about-g++.md +++ b/content/about-g++.md @@ -22,5 +22,3 @@ tags = ["乱七八糟"] 8. `$src`: 这是一个变量,用于表示源代码文件的路径。在实际使用中,这个变量会被替换为实际的源代码文件路径,告诉编译器从哪里读取源代码进行编译。 9. `-lm`: 这是用于链接数学库的选项。在某些情况下,C++程序可能会使用到数学库中的函数,比如`sqrt()`或`sin()`等。指定`-lm`选项可以告诉链接器在链接时将数学库链接到最终的可执行文件中,以便程序能够正常调用这些函数。 10. `-o $exe`: 这个选项指定了输出文件的名称。`$exe`是一个变量,用于表示输出文件的路径和名称。在实际使用中,这个变量会被替换为实际的输出文件路径和名称,告诉编译器将编译生成的可执行文件保存到指定的位置。 - -这个命令是一个用于编译C++程序的`g++`命令,它使用了一系列编译选项和参数来控制编译过程,包括预处理宏定义、优化级别、警告提示、C++标准版本、以及输出文件的名称。这些选项和参数的组合可以根据具体的需求进行调整,以满足不同场景下的编译需求。 diff --git a/content/windows-some-setting.md b/content/windows-some-setting.md index a15be3a..8f023d5 100644 --- a/content/windows-some-setting.md +++ b/content/windows-some-setting.md @@ -1,5 +1,5 @@ +++ -title = "乱七八糟:Windows单级菜单/开机启动/关闭更新" +title = "乱七八糟:Windows单级菜单/开机启动/关闭更新/本地登录" date = 2023-08-26 [taxonomies] @@ -165,3 +165,17 @@ pause ``` 以上为恢复更新的脚本。 +## **Windows11跳过联网激活 & 使用本地账号** + + +开机之前,先断网,然后输入Shift+F10,会弹出命令行界面,并输入 +`` +oobe\BypassNRO.cmd: +`` +回车之后会重启,之后就可以跳过联网了,选择 +`` +I don't have internet +`` +即可。 + + diff --git a/public/about-g/index.html b/public/about-g/index.html index b9413fd..a5d1364 100644 --- a/public/about-g/index.html +++ b/public/about-g/index.html @@ -109,7 +109,6 @@
  • -lm: 这是用于链接数学库的选项。在某些情况下,C++程序可能会使用到数学库中的函数,比如sqrt()sin()等。指定-lm选项可以告诉链接器在链接时将数学库链接到最终的可执行文件中,以便程序能够正常调用这些函数。
  • -o $exe: 这个选项指定了输出文件的名称。$exe是一个变量,用于表示输出文件的路径和名称。在实际使用中,这个变量会被替换为实际的输出文件路径和名称,告诉编译器将编译生成的可执行文件保存到指定的位置。
  • -

    这个命令是一个用于编译C++程序的g++命令,它使用了一系列编译选项和参数来控制编译过程,包括预处理宏定义、优化级别、警告提示、C++标准版本、以及输出文件的名称。这些选项和参数的组合可以根据具体的需求进行调整,以满足不同场景下的编译需求。

    diff --git a/public/accurate-pronunciation/index.html b/public/accurate-pronunciation/index.html index 4d7003d..708affe 100644 --- a/public/accurate-pronunciation/index.html +++ b/public/accurate-pronunciation/index.html @@ -150,7 +150,7 @@ - 乱七八糟:Windows单级菜单/开机启动/关闭更新  + 乱七八糟:Windows单级菜单/开机启动/关闭更新/本地登录  diff --git a/public/archive/index.html b/public/archive/index.html index ef772a8..fde1a3e 100644 --- a/public/archive/index.html +++ b/public/archive/index.html @@ -634,7 +634,7 @@
  • - :: 乱七八糟:Windows单级菜单/开机启动/关闭更新 + :: 乱七八糟:Windows单级菜单/开机启动/关闭更新/本地登录 :: diff --git a/public/atom.xml b/public/atom.xml index 1596405..6da5cad 100644 --- a/public/atom.xml +++ b/public/atom.xml @@ -1108,7 +1108,7 @@ - 乱七八糟:Windows单级菜单/开机启动/关闭更新 + 乱七八糟:Windows单级菜单/开机启动/关闭更新/本地登录 2023-08-26T00:00:00+00:00 2023-08-26T00:00:00+00:00 diff --git a/public/mechrev-keyboard/index.html b/public/mechrev-keyboard/index.html index 895d353..dc3fad4 100644 --- a/public/mechrev-keyboard/index.html +++ b/public/mechrev-keyboard/index.html @@ -267,7 +267,7 @@   - 乱七八糟:Windows单级菜单/开机启动/关闭更新 + 乱七八糟:Windows单级菜单/开机启动/关闭更新/本地登录 diff --git a/public/page/12/index.html b/public/page/12/index.html index 2afc0b6..f95249c 100644 --- a/public/page/12/index.html +++ b/public/page/12/index.html @@ -79,7 +79,7 @@
    -

    乱七八糟:Windows单级菜单/开机启动/关闭更新

    +

    乱七八糟:Windows单级菜单/开机启动/关闭更新/本地登录

  • - :: 乱七八糟:Windows单级菜单/开机启动/关闭更新 + :: 乱七八糟:Windows单级菜单/开机启动/关闭更新/本地登录 :: diff --git a/public/windows-some-setting/index.html b/public/windows-some-setting/index.html index 3534ea5..c3bd76f 100644 --- a/public/windows-some-setting/index.html +++ b/public/windows-some-setting/index.html @@ -78,7 +78,7 @@
    -

    乱七八糟:Windows单级菜单/开机启动/关闭更新

    +

    乱七八糟:Windows单级菜单/开机启动/关闭更新/本地登录