Windowsオペレーティングシステムは、さまざまなファイルとプログラムで構成されています。これらの中には常に実行されるものもあれば、オペレーティングシステムによってたまにしか呼び出されないものもあります。
ほぼすべてのコアWindowsオペレーティングシステムファイルは、 C:WindowsSystemフォルダーとC:\Windows\System32C:\Windows\Systemフォルダーに格納されています(コンピューターでは、ドライブ文字が異なる場合があります)。Windowsフォルダー自体にも、いくつかの重要なファイルが含まれています。
コンピュータにインストールされているすべてのプログラムには、通常、実行可能ファイルと関連ファイルがC:\Program FilesまたはC:\Program Files (x86)に格納されています。
一般に、これらのディレクトリのいずれかにあるWindowsシステムファイルを変更、削除、または移動することは絶対に避けてください。ただし、オペレーティングシステムの機能の中核となるファイルがいくつかあります。これらのファイルが削除されたり破損したりした場合は、Windowsオペレーティングシステムを復元する必要があります。
Ntoskrnl.exe
この実行可能ファイルはカーネルイメージです。これは、オペレーティングシステムを適切に機能させるのは本質的にコアコード(エグゼクティブ)であることを意味します。
このコードは、ハードウェア、システムプロセス、およびメモリ管理の管理を処理します。また、どのアプリケーションがシステムプロセッサにアクセスできるか、およびそれらが使用するために割り当てられているメモリ(およびメモリアドレス)の量をスケジュールするコードでもあります。
この実行可能ファイルは、SystemandRegistryという名前でタスクマネージャー(System)に表示され(Task Manager)ます(Registry)。これは厳重に保護されたファイルであるため、マルウェアなどのアプリケーションがファイルを破損または削除することは困難です。
古いバージョンのWindowsでは(Windows)、多数のアプリケーションを開いた場合、Ntoskrnl.exeが大量のメモリを消費し始めていました。Windows 10以降(Ntoskrnl.exe)、Ntoskrnl.exeは未使用のページをメモリに保存するのではなく、圧縮するようになりました。これによりメモリ消費量は削減されますが、一度に多数のアプリケーションを実行するとCPU使用率が増加する可能性があります。(CPU)
Ntkrnlpa.exe
このプロセスは、MicrosoftWindowsカーネルおよびシステムコードのコアソフトウェアコンポーネントです。この名前は、 New Technology KernelProcessAllocator(New Technology Kernel Process Allocator)の略です。Ntoskrnl.exeと並んで(Alongside Ntoskrnl.exe)、スケジューリングとメモリ管理を制御します。
また、非コアアプリケーションおよびサービスがオペレーティングシステムのコア領域にアクセスするのを防ぎ、システムメモリの保護された領域でOSを安全に実行し続けます。
Ntkrnlpa.exeは、アプリケーションが保護されたシステムメモリにアクセスするのをブロックする役割を果たしているため、多くのユーザーは、 Windowsシステム障害の原因はNtkrnlpa.exeであると考えることがよくあります。(Ntkrnlpa.exe)これは、Ntkrnlpa.exeがエラーを返すプロセスであるためです。
通常、これの原因は、実際には、保護されたシステムメモリを引き起こそうとし、 Ntkrnlpa.exe(Ntkrnlpa.exe)エラーを開始しようとする何らかのマルウェアです。
Hal.dll
システムカーネルとコアシステムに関連するもう1つのコアファイルは、Hal.dllです。このDLLファイルの名前は、 HardwareAbstractionLayerの略です。(Hardware Abstraction Layer.)
このファイルには、アプリケーションが複雑なマシンコードではなく、単純なプログラム関数を使用してコンピューターハードウェアと対話できるようにするコアコードが含まれています。
適切な名前が付けられているため、コンピュータハードウェアとの通信および制御から抽象化が排除されます。
この実行可能ファイルはRAMメモリ内で実行され、System32ディレクトリにあります。
Hal.dllは通常、コンピューターに問題を引き起こしませんが、一部のマルウェアアプリケーションは、同じ名前を付けて実行可能ファイルをクロークしようとします。ただし、 System32(System32)とは別のフォルダにある場合は、偽造アプリケーションとして識別できます。
Hal.dllタスクを停止しないでください。システムが機能しなくなり、 Windowsオペレーティングシステムを復元しなければならなくなる可能性があります。
Win32k.sys
このファイルは、マルチユーザーWin32(Multi-User Win32)ドライバファイルと呼ばれるもので、元々はWindowsXPオペレーティングシステムの一部としてリリースされました。これは、 Windows10を含む新しい(Windows)Windowsリリースごとにアップグレードされています。
これは、モニターやその他の出力デバイスへのグラフィックの送信を管理するグラフィックドライバーインターフェイスです。コードは、Windows10 のgdi32.dllによって実行されます。(gdi32.dll)
残念ながら、Win32k.sysは(Win32k.sys)Windowsオペレーティングシステムの非常に長い間コア部分であり、通常はSystem32フォルダーほど保護されていないフォルダー(プログラムファイル(Program Files))に存在するため、マルウェアはこのファイルを標的にすることがよくあります。腐敗のため。
さらに、マルウェアが独自のファイルに選択する一般名でもあるため、ユーザーはファイルがコンピューター感染の一部であると疑うことはありません。
Ntdll.dll
このファイルは、SystemおよびSystem32システムディレクトリにあります。ファイルの説明はNTレイヤーDLL(NT Layer DLL)です。これは基本的に、コアNTカーネル機能を含むDLLファイルです。
これは、コアオペレーティングシステムが正しく機能することを可能にするマシンコードが含まれていることを意味します。コアカーネルプログラムはNtdll.dllに含まれる関数にアクセスし、このファイルはそれらのマシンレベルの関数を処理します。
Ntdll.dllプロセスからエラーメッセージが表示される場合、これは通常、破損したNtdll.dllファイル、またはプロセスのクラッシュを引き起こしているコンピュータのハードウェアの問題が原因で発生します。
通常、エラーの原因となったハードウェアドライバを再インストールすると、通常はエラーが解決されます。問題が破損したNtdll.dllファイルである場合、ウイルス対策ソフトウェアは問題を修復することができます。それができない場合は、Windowsの復元が必要になる場合があります。
Kernel32.dll
このDLLファイルは、 (DLL)Windowsオペレーティングシステムカーネルの一部として見つかった別のファイルです。メモリ割り込みを含むメモリを管理します。また、すべての入力および出力操作を管理します。
Kernel32.dllは、通常のユーザーアプリケーションが動作できない保護されたメモリスペースにロードされる別のファイルです。
Kernel32.dllに関連するエラーが発生した場合は、通常、マルウェアまたは破損したハードウェアドライバ(または障害のあるハードウェア)がKernel32.dllが存在する保護されたメモリに書き込もうとしていることが原因です。通常、ハードウェアドライバまたは新しいハードウェアを再インストールすると、これらのエラーが解決されます。
Advapi32.dll
このDLLファイルは、 (DLL)Windowsオペレーティングシステムのもう1つのコアコンポーネントです。その名前は、 Advanced ApplicationProgrammingInterface(Advanced Application Programming Interface)またはAdvancedAPIの略です。システムセキュリティ呼び出しとシステムレジストリに対する呼び出しを処理します。
このDLLは、 (DLL)Windowsの起動とシャットダウンを管理し、Windowsレジストリを管理し、ユーザーアカウントとアカウントのセキュリティを処理し、Windowsサービスを管理します。
このファイルは、Windowsが正しく起動するために必要ではありませんが、ほとんどのアプリケーションとハードウェアが適切に動作するために必要です。このWindowsシステムファイルが削除または破損している場合、システムレジストリまたはセキュリティにアクセスするためのアプリケーションAPI呼び出しは失敗し、多数のエラーメッセージが表示されます。
User32.dll
別のコアDLLであるこのWindowsシステムファイルには、ユーザーアプリケーションがオペレーティングシステムと通信するためのコアWindowsAPIのほとんどが含まれています。(Windows API)これは、 Windows(Windows)アプリケーションによって表示されるほとんどのネイティブウィンドウとコントロールを処理します。
グラフィカルユーザーインターフェイスを備えたアプリケーションは通常、User32.dllファイルによって提供されるコンポーネントを使用します。
ただし、ほとんどの場合、Windowsアプリケーションは(Windows)Windows .NET Frameworkに組み込まれているライブラリを利用し、Windows.NETFrameworkがUser32.dllとの通信を管理します。
いずれの場合も、User32.dllは、一般的で理解しやすいアプリケーションコードを、Windowsオペレーティングシステムに必要なマシンレベルのコマンドに変換します。
Gdi32.dll
User32.dllと同様に、Gdi32.dllには、アプリケーションがモニター上にグラフィカルユーザーインターフェイスを作成できるようにする関数が含まれています。
Gdi32.dllには、アプリケーションが画面上に2次元オブジェクトを作成できるようにする関数が含まれています。Windowsアプリケーションまたはサービスからコードを受け取り、必要なマシンコードを実行して、モニターにビジュアルオブジェクトを表示します。
このDLL(DLL)が破損または削除されている場合でも、Windowsオペレーティングシステムは起動する可能性がありますが、オペレーティングシステムの表示は正しく機能しません。
その他の重要なWindowsシステムファイル(Other Important Windows System Files)
これらは、 Windows(Windows)オペレーティングシステムが正しく機能するために必要なコアWindowsシステムファイルと実行可能ファイルですが、コンピューターシステムの重要でない機能が正しく機能するために必要な追加のファイルがいくつかあります。
- Pagefile.sys:オペレーティングシステムがRAMメモリスペースを管理し、システムパフォーマンスを向上させるのに役立ちます。
- Swapfile.sys :これは、最新の(Swapfile.sys)Windowsアプリが休止状態のときにハードドライブに移動するのに役立つ新しいシステムファイルです。
- Crss.exe :これは、コンソールウィンドウと(Crss.exe)Windowsシャットダウンプロセスを処理するクライアントサーバーランタイムプロセスです。
- Shell32.dll:Webブラウザやその他のアプリケーションがタスクバー、デスクトップ、スタート(Start)メニューなどのオペレーティングシステムの要素を正しく表示できるようにするWindowsシェルAPI関数が含まれています。(API)
- Smss.exe:セッションマネージャーサブシステムは、Windowsログオンやユーザーシステム設定などのユーザーセッションを処理します。
- Sxs.dll :これは、マニフェストファイルを処理するWindowsオペレーティングシステムの重要なコンポーネントです。これらは、起動時にソフトウェアアプリケーションを処理する方法をWindowsに指示するファイルです。(Windows)
Windowsオペレーティングシステムの一部として、より重要度の低いシステムファイルが多数ありますが、上記のファイルは最も一般的なものです。このため、マルウェアの標的にされて、ユーザーをだましてマルウェアファイルが正当であると思わせることがよくあります。
ほとんどのウイルス対策アプリケーションは、偽造されたWindowsシステムファイルを識別でき、通常、それらが存在することを知る前に、システムからそれらをクリーンアップします。
Obscure Windows System Files and Why You Should Know About Them
The Windows operаting system іs made up of a largе assortment of files and programs. Some of these run all the time, while others are called by the oрerating system only occasionally.
Nearly all of the core Windows operating system files are stored in the folders C:\Windows\System and C:\Windows\System32 (on your computer, the drive letter could be different). The Windows folder itself also holds a number of essential files.
All of the programs that are installed on your computer typically have executable and related files stored in C:\Program Files or C:\Program Files (x86).
In general, you never want to modify, delete, or move any of the Windows system files that are located in any of these directories. However, there are a few files that are core to the function of the operating system. If these files get deleted or otherwise corrupted, you’ll need to restore your Windows operating system.
Ntoskrnl.exe
This executable is the kernel image. This means it’s essentially the core code (the executive) that makes the operating system work properly.
This code handles management of hardware, system processes, and memory management. It’s also the code that schedules what applications have access to the system processor and how much memory (and memory addresses) they’re allocated to use.
This executable shows up in Task Manager with the name System and Registry. It is a heavily protected file, so it’s difficult for any application like malware to corrupt or delete the file.
In older versions of Windows, if you opened up a large number of applications, Ntoskrnl.exe would start consuming a large amount of memory. Starting with Windows 10, the Ntoskrnl.exe now compresses unused pages rather than storing them to memory. This reduces memory consumption, but can increase CPU usage if you run a lot of applications at once.
Ntkrnlpa.exe
This process is a core software component of the Microsoft Windows kernel and system code. The name stands for New Technology Kernel Process Allocator. Alongside Ntoskrnl.exe, it controls scheduling and memory management.
It also prevents non-core applications and services from accessing the core areas of the operating system, which keeps the OS safely running in a protected area of system memory.
Since Ntkrnlpa.exe is responsible for blocking applications from accessing protected system memory, many users often think it’s Ntkrnlpa.exe that’s causing a Windows system failure. This is because Ntkrnlpa.exe is the process that returns the error.
Usually the cause of this is actually some form of malware attempting to cause protected system memory, kicking off the Ntkrnlpa.exe errors.
Hal.dll
Another core file related to the system kernel and core system is Hal.dll. The name of this DLL file stands for Hardware Abstraction Layer.
This file contains core code that allows applications to interact with computer hardware using simple program functions rather than complicated machine code.
Aptly named, it removes the abstraction from communicating with and controlling computer hardware.
This executable runs inside RAM memory and is located in the System32 directory.
Hal.dll typically doesn’t cause any issues with the computer, however some malware applications attempt to cloak their executables by giving them the same name. However, you can identify it as a counterfeit application when it’s located in a different folder than System32.
Never stop the Hal.dll task as this will make your system non-functional and could force you to have to restore the Windows operating system.
Win32k.sys
This file is what’s known as the Multi-User Win32 driver file, originally released as part of the Windows XP operating system. It’s been upgraded through each new Windows release, including Windows 10.
It’s a graphics driver interface that manages sending graphics to monitors and other output devices. The code is executed by gdi32.dll on Windows 10.
Unfortunately, because Win32k.sys has been such a long-time core piece of the Windows operating system, and because it resides in a folder (Program Files) that isn’t usually as well protected as the System32 folder, malware often targets this file for corruption.
Additionally, it’s also a common name chosen by malware for its own files, so that users don’t suspect the file as part of a computer infection.
Ntdll.dll
This file is located in the System and System32 system directories. The description of the file is NT Layer DLL. It’s essentially a DLL file that contains core NT kernel functions.
This means it contains the machine code that allows the core operating system to function properly. The core kernel program accesses functions contained by Ntdll.dll, and this file processes those machine level functions.
If you see any error messages coming from the Ntdll.dll process, this is usually caused by either a corrupt Ntdll.dll file, or hardware problems on your computer that are causing the process to crash.
Usually, reinstalling the hardware driver causing the error usually resolves the error. If the issue is a corrupt Ntdll.dll file, antivirus software is capable of repairing the issue. If it can’t, a Windows restore may be required.
Kernel32.dll
This DLL file is another found as part of the Windows operating system kernel. It manages memory, including memory interrupts. It also manages all input and output operations.
Kernel32.dll is another file that gets loaded into protected memory space where regular user applications can’t operate.
If you ever see an error related to Kernel32.dll, it’s usually due to either malware or corrupt hardware drivers (or faulty hardware) attempting to write to the protected memory where Kernel32.dll resides. Usually reinstalling hardware drivers or new hardware resolves these errors.
Advapi32.dll
This DLL file is another core component of the Windows operating system. Its name stands for Advanced Application Programming Interface, or Advanced API. It handles system security calls and calls against the system registry.
This DLL manages starting and shutting down Windows, manages the Windows registry, handling user accounts and account security, and the management of Windows services.
While this file isn’t required for Windows to boot properly, it is required for the proper operation of most applications and hardware. If this Windows system file is deleted or corrupted, any application API calls to access the system registry or security will fail and you’ll see a number of error messages.
User32.dll
Another core DLL, this Windows system file contains most of the core Windows API for user applications to communicate with the operating system. It handles most of the native windows and controls that are displayed by Windows applications.
Any application that has a graphical user interface typically uses components offered by the User32.dll file.
However, in most cases, Windows applications utilize libraries built into the Windows .NET framework, which in turn manages communication with the User32.dll.
In either case, the User32.dll translates common, easy-to-understand application code into the machine level commands that are required by the Windows operating system.
Gdi32.dll
Much like User32.dll, Gdi32.dll contains functions that allow applications to create graphical user interfaces on the monitor.
Gdi32.dll contains functions that let applications create 2-dimensional objects on the screen. It accepts code either from a Windows application or service and executes the required machine code to display the visual objects on the monitor.
While a Windows operating system may boot even when this DLL is corrupt or deleted, the operating system display won’t work properly.
Other Important Windows System Files
While those are the core Windows system files and executables required for the proper functioning of the Windows operating system, there are a few additional files required for non-critical functions of the computer system to work properly.
- Pagefile.sys: Helps the operating system manage RAM memory space and improve system performance.
- Swapfile.sys: This is a newer system file that helps with moving modern Windows apps to the hard drive when they’re in a hibernation state.
- Crss.exe: This is a client server runtime process that handles console windows and the Windows shutdown process.
- Shell32.dll: Contains Windows shell API functions that allow web browsers and other applications to display elements of the operating system like the taskbar, desktop, and Start menu properly.
- Smss.exe: The session manager subsystem handles user sessions, including Windows logon and user system settings.
- Sxs.dll: This is an important component of the Windows operating system that handles manifest files. These are files that tell Windows how to handle a software application when it’s launched.
While there are many more less critical system files as part of the Windows operating system, those listed above are some of the most common. Because of this they often are targeted by malware to trick users into thinking malware files are legitimate.
Most antivirus applications are capable of identifying a counterfeit Windows system file and will typically clean those from your system before you ever know they exist.