问题标签 [windows-11]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
80 浏览

hyper-v - 我无法在 hyper-v 中部署 Windows 11

我可以使用 windows 11 设置虚拟机吗?我试过了,但它不会工作。它没有正确的要求,但我给了机器 12gb 内存。150GB 固态硬盘。4核处理器。所以我不认为这是问题所在。任何人都可以帮助我吗?

0 投票
1 回答
391 浏览

windows-installer - Windows 11 Home Insider Preview x86_64 上的驱动程序安装错误

用户报告了安装问题。我要求他们使用详细日志记录选项从命令行开始设置,这似乎是问题所在:

我们的驱动程序已签名(Digicert EV 代码签名证书),我们的 Windows 10 和其他 Windows 11 用户能够安装该应用程序而没有明显问题。

这可能是 Windows 11 Insider Preview 的已知问题吗?

0 投票
0 回答
37 浏览

wsl-2 - 尝试在 Windows 11 上构建示例时拒绝 Geant4 权限

我正在尝试让 Geant4 在 Windows 11 上运行。我已将 Ubuntu 作为单独的系统安装并以 Ubuntu 用户身份运行 VScode(我安装了 WSL 2)。我已经完成了这个过程https://www.youtube.com/watch?v=920Gu8uxX9I它实际上改变了错误信息。

当我尝试编译 Geant4 示例(来自官方安装包的 B1)时,我收到以下错误消息:

知道如何解决吗?我很乐意接受任何建议。

PS:我对 Linux 环境和 Geant4 完全陌生,所以问题可能是微不足道的,但我已经按照我能找到的所有教程进行操作,但没有任何效果。

0 投票
0 回答
32 浏览

menu - 用于关闭 Windows 11 开始菜单的注册表项,即在第一个 Windows 启动后打开

问题:Windows 11 启动后,开始菜单会自动打开,并且在用户手动关闭之前仍然打开。

问题:如何防止在第一次启动 Windows 11 时通过注册表打开开始菜单?

0 投票
0 回答
28 浏览

windows-11 - Windows 11 中的 Windows 标识框架

Windows 11 windows 身份框架缺失,如何安装。

如果我尝试安装下载的副本,它会说必须安装 Windows Identity Foundation v1。当我尝试安装 WIF v1 时,它说签名者的证书无效 在此处输入图像描述

0 投票
0 回答
39 浏览

python - 操作系统升级后python selenium正在运行

我的代码在升级操作系统之前运行顺利,在升级和安装 python、selenium、将 chrome 驱动程序放在应该的位置之后,这是错误。

在升级之前,代码运行良好,升级后相同的代码会出现这个冗长的错误。

我升级到 Windows 11。这可能是原因吗?

0 投票
2 回答
66 浏览

c# - WinUI 2.6 没有 UWP 限制?

我想为 Windows 11(使用 WinUI 2.6)编写一个不受 UWP 限制的应用程序,这似乎是使用 WinUI 2.6 编写应用程序的唯一方法。这个想法是我希望能够自行分发应用程序而不是在应用程序包中分发,并且我希望它能够运行外部程序。我只是不知道这是否可能,更不用说如何去做了。

0 投票
0 回答
185 浏览

powershell - Windows 11 Cascade Windows:可以使用 AutoHotkey,而不是 VBScript 或 PowerShell

在 Windows 10 中,我可以通过一个简单的 .vbs 脚本使用“Cascade Windows”:

PowerShell 也是如此:

但是,在 Windows 11 中,这不再可能。不过,该方法存在于 Windows 11 中。发出以下 PowerShell 命令:

并使用例如 AutoHotkey,我可以使用以下脚本/命令“级联 Windows”:

有没有办法使用 VBScript 或 PowerShell 恢复正常运行的“级联 Windows”操作?

0 投票
0 回答
41 浏览

winforms - Why upgrading custom application requires reboot on Windows 11 and not Windows 10

I'm working on a custom application which contains multiple versions.

When I upgrade the custom application on windows 11, I get a reboot prompt.

When I upgrade the custom application on windows 10, I don't get reboot prompt.

This is using the same installer for the initial install, and the same upgrade installer for the upgrade in both windows 10 and 11.

I am stomped, I have a fix already which had to do with stopping the service and potentially killing the process (never had to so far) which is run in a custom action which is run After="InstallInitialize"

But management wants to know root cause, and I'm not exactly sure. Any help, links, etc appreciated.

Thanks in advance.

0 投票
1 回答
375 浏览

android - 有没有可能通过 Android Studio 在适用于 Android 的 Windows 子系统上运行 Android 应用程序?

如果我们可以在适用于 Android 的 Windows 子系统上调试 Android 应用程序,那就太好了。