我有一个9900k的Asus Hero XI wifi ,但我从未安装任何 TPM 2.0 芯片(我确认,没有安装 TPM 2.0 芯片)。我注意到设备管理器在一段时间内显示 TPM 2.0 设备:
使用 tpm.msc,我注意到有一个 TPM 硬件:
并且似乎INTC是英特尔:
为什么或如何出现 (*) ?这对应于什么硬件?这相当于实际的 TPM 2.0 芯片吗?
(*) W11 发布时,我确认我没有 TPM 2.0 芯片,因此我无法安装它,但几天前这种情况发生了变化,没有更换硬件。
我有一个9900k的Asus Hero XI wifi ,但我从未安装任何 TPM 2.0 芯片(我确认,没有安装 TPM 2.0 芯片)。我注意到设备管理器在一段时间内显示 TPM 2.0 设备:
使用 tpm.msc,我注意到有一个 TPM 硬件:
并且似乎INTC是英特尔:
为什么或如何出现 (*) ?这对应于什么硬件?这相当于实际的 TPM 2.0 芯片吗?
(*) W11 发布时,我确认我没有 TPM 2.0 芯片,因此我无法安装它,但几天前这种情况发生了变化,没有更换硬件。
我正在尝试将 flac 配乐拆分为多个文件,但它以Output file #0 does not contain any stream
. 该文件实际上是在 ogg 容器中编码的 flac,但我对常规 flac 文件有同样的问题。
命令:
ffmpeg.exe -i D:\_\RecManagerTests\103_1.flog -f segment -segment_time 30 -c copy D:\_\RecManagerTests\StreamingChunks/103_1_%03d.flog
输出:
ffmpeg version N-100131-g0639f5c294 Copyright (c) 2000-2020 the FFmpeg
developers built with gcc 9.3-win32 (GCC) 20200320 configuration:
--prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 --disable-debug --enable-shared --disable-static --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-zlib --enable-libxml2 --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-opencl --enable-libvmaf --enable-vulkan --enable-libvorbis --enable-amf --enable-libaom --enable-avisynth --enable-libdav1d --enable-libdavs2 --enable-ffnvcodec --enable-cuda-llvm --enable-libglslang --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvpx --enable-libwebp --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librav1e --enable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libvidstab --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-libs=-lgomp libavutil 56. 61.100 / 56. 61.100 libavcodec 58.114.100 / 58.114.100 libavformat 58. 64.100 / 58. 64.100 libavdevice 58. 11.103 /
58. 11.103 libavfilter 7. 91.100 / 7. 91.100 libswscale 5. 8.100 / 5. 8.100 libswresample 3. 8.100 / 3. 8.100 libpostproc 55. 8.100 / 55. 8.100 **Input #0**, ogg, from
'D:\_\RecManagerTests\103_1.flog': Duration: 00:07:14.68, start:
0.000000, bitrate: 467 kb/s
Stream #0:0: Audio: flac, 44100 Hz, stereo, s16
Metadata:
encoder : Lavc58.114.100 flac Output #0, segment, to 'D:\_\RecManagerTests\StreamingChunks/103_1_%03d.flog': **Output file #0
does not contain any stream**
我安装了带有 ubuntu 21.04 的 WSL(Windows 10 上的 Linux 子系统)(不是来自商店,它是 Windows 10 上出现的第一个版本),如何在保留所有文件的同时迁移到版本 2(带有实际内核)(系统和用户),如果可能的话不重新安装一切?
编辑wsl -l -v
给出:
NAME STATE VERSION
* Legacy Running 1
Ubuntu-20.04 Stopped 2
这是 WSL 1。我想去 WSL 2。
我正在尝试在 Firefox 89 中重新建立菜单和选项卡菜单项的高度(为新质子 UI 设置样式),如下所示:
https://www.userchrome.org/firefox-89-styling-proton-ui.html#menuspacing
通过编辑文件./chrome/userChrome.css
:
menupopup > menuitem, menupopup > menu {
padding-block: 4px !important;
}
:root {
--arrowpanel-menuitem-padding: 4px 8px !important;
}
./chrome/userChrome.css
文件夹about:support
/中的位置Profile Folder
。
但这不起作用(我仍然有 8px 顶部/底部填充)。为什么不?这样做的正确方法是什么?
假设我的个人资料中有Microsoft.PowersShell_profile.ps1
(如.bashrc
):
Import-Module posh-git
Import-Module oh-my-posh
Set-PoshPrompt -Theme half-life
但我不想在常规 powershell 中执行它,只能在 Windows 终端(WT)的 powershell 中执行(所以我将它从我的配置文件中删除)。
在 WT 中有命令powershell.exe
;我怎样才能让它在启动后执行某些东西,即在 ie. 内部,就好像我在提示符中键入命令一样?
我可以使用powershell.exe -Command "${ Import-Module posh-git; Import-Module oh-my-posh; Set-PoshPrompt -Theme half-life; }"
,但之后立即退出。
我正在尝试过滤 wmic 列表的结果,where-object
但不幸的是这似乎不起作用。
wmic diskdrive list brief | Where-Object -Property "Caption" -Contains "Samsung"
过滤后的结果为空,未过滤的结果是这样的:
Caption DeviceID Model Partitions Size
HGST HUH721212ALE600 \\.\PHYSICALDRIVE1 HGST HUH721212ALE600 1 12000132426240
OCZ-VERTEX3 \\.\PHYSICALDRIVE3 OCZ-VERTEX3 1 240054796800
Samsung SSD 970 EVO Plus 1TB \\.\PHYSICALDRIVE5 Samsung SSD 970 EVO Plus 1TB 4 1000202273280
ST16000NM001G-2KK103 \\.\PHYSICALDRIVE4 ST16000NM001G-2KK103 1 16000900392960
ST6000NM0024-1HT17Z \\.\PHYSICALDRIVE0 ST6000NM0024-1HT17Z 1 6001172513280
Samsung SSD 840 PRO Series \\.\PHYSICALDRIVE2 Samsung SSD 840 PRO Series 1 512105932800
如何正确过滤?
最后,我想得到DeviceID
,例如,PHYSICALDRIVE5
在 Windows 10 1909 企业版上,我有一个进程“Antimalware Service executable”,其中服务:“Windows Defender 防病毒服务”;这需要 115BM 的内存。
但是,在组策略中,“Windows Defender 防病毒”我启用了“关闭 Windows Defender 防病毒”,这有助于说:
此策略设置关闭 Windows Defender 防病毒。
如果启用此策略设置,Windows Defender 防病毒软件将不会运行,并且不会扫描计算机以查找恶意软件或其他可能不需要的软件。
以及启用“关闭实时保护”(但这不应该改变任何事情,因为关闭了所提到的参数)。
如果我记得很清楚,这个过程并没有在 1809 年使用此策略运行。我到底该如何禁用该进程?这是一个错误吗?