跳转到帖子
View in the app

A better way to browse. Learn more.

网域社区-让世界触手可及

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
欢迎来到网域社区,网域社区以延续互联网共享精神为荣!我们免费分享开心版(破解版)软件、php源码等;

推荐的帖子

发布于

第N次看到从"非"官方渠道获取windbg(x)离线安装包的贴子。于是我第N次做个好人好事,科普一下从官方渠道获取windbg(x)离线安装包。

windbgx与windbg有差别,现在主要是windbgx,windbg是过去式,后者不支持TTD。本篇只说windbgx,仍需要旧版windbg离线安装包的,参看

《获取windbg离线安装包下载链接》

https://scz.617.cn/windows/202011161630.txt

下面的内容适用于windbgx。先下载

https://windbg.download.prss.microsoft.com/dbazure/prod/1-0-0/windbg.appinstaller

windbg.appinstaller实际是个XML文件,形如

<?xml version="1.0" encoding="utf-8"?>
<AppInstaller Uri="https://windbg.download.prss.microsoft.com/dbazure/prod/1-0-0/windbg.appinstaller" Version="1.2506.12002.0" xmlns="http://schemas.microsoft.com/appx/appinstaller/2018">
  <MainBundle Name="Microsoft.WinDbg" Version="1.2506.12002.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Uri="https://windbg.download.prss.microsoft.com/dbazure/prod/1-2506-12002-0/windbg.msixbundle" />
  <UpdateSettings>
    <OnLaunch HoursBetweenUpdateChecks="0"/>
    <AutomaticBackgroundTask/>
    <ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
  </UpdateSettings>
</AppInstaller>

上例含有windbgx安装包下载链接

https://windbg.download.prss.microsoft.com/dbazure/prod/1-2506-12002-0/windbg.msixbundle

获取安装包后,可安装,可升级。

资源管理器中右键windbg.msixbundle,有个安装,点击安装即可。但这个操作实际依赖"App Installer",没有Microsoft Store的Windows此法不通。可用PowerShell安装、卸载:

Add-AppxPackage -Path "<path>\windbg.msixbundle"
Remove-AppxPackage Microsoft.WinDbg_1.2506.12002.0_x64__8wekyb3d8bbwe

更进一步,很多用windbgx的都有Portable的需求,安装后再复制太low了,事实上7-Zip直接析取即可。windbg.msixbundle中有windbg_win-x64.msix,7-Zip打开后者,这是个压缩包,释放到任意位置,就是Portable windbgx,可用于无Store的Windows。

windbgx若干历史版本

总入口
https://windbg.download.prss.microsoft.com/dbazure/prod/1-0-0/windbg.appinstaller

1.2306.12001.0
https://windbg.download.prss.microsoft.com/dbazure/prod/1-2306-12001-0/windbg.msixbundle

1.2402.24001.0
https://windbg.download.prss.microsoft.com/dbazure/prod/1-2402-24001-0/windbg.msixbundle

1.2506.12002.0
https://windbg.download.prss.microsoft.com/dbazure/prod/1-2506-12002-0/windbg.msixbundle

在网域社区的 云盘资源分享社区资源分享论坛 中,我们倡导合法、安全的交流方式。部分用户可能会搜索 “百度云盘资源分享吧”“百度云资源分享群链接” 等内容,但请注意:

  1. 遵守版权法规:任何涉及破解、盗版或未授权的资源均不符合法律法规,请支持正版。

  2. 警惕风险链接:网络上流传的 “百度云资源分享吧链接” 或类似群组可能包含恶意软件或诈骗信息,请谨慎甄别。

  3. 推荐正规渠道:如需技术资料、开源软件或合法共享文件,建议访问官方平台或可信的 云盘资源分享社区,避免隐私泄露和法律风险。

我们致力于打造健康的 资源分享论坛,欢迎讨论合法合规的资源获取方式,共同维护良好的网络环境。

参与讨论

你可以现在发布并稍后注册. 如果你有帐户,现在就登录发布帖子.

游客
回帖…

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.