System32文件夹在64位系统夹在、文件、系统

2023-09-08 00:02:56 作者:萌比女汉子

我有在32位Vista系统上运行一个cmd文件。

I have a cmd file that runs on 32 bit Vista system.

我注意到,code的引用到system32驱动程序文件夹。

I notice that the code has references to the system32 driver folder.

我不知道是否在64位Windows 7系统中的code可能会运行。所以,我想我的问题是 做了64位系统包含一个system32文件夹下?

I'm wondering whether the code could potentially run on a 64 bit Windows 7 system. So I guess my question is Does a 64 bit system contain a system32 folder?

要非常感谢任何答复。

推荐答案

在64位Windows的System32文件夹中实际上包含了64位的文件,WOW64下运行32位程序一般会去寻找在System32下的32比特的DLL等,他们可以打电话 - 但他们会发现64位的人来代替。因此,操作系统重定向所有32位应用程序的请求下的System32文件夹复制到Syswow64资料夹,其中包含32位的系统文件。

The System32 folder in 64-bit Windows actually contains the 64-bit files, and 32-bit programs running under WOW64 would generally go looking in System32 for the 32-bit DLLs etc. that they can call - but they'll find the 64-bit ones instead. Therefore the OS redirects all 32-bit applications' requests for the System32 folder to the SysWOW64 folder, which contains 32-bit system files.

 
精彩推荐
图片推荐