Can someone please explain to me what this code is about? The problem is that I know someone with a computer named "HAL" who I believe is remotely accessing my computer. I understand that it can also stand for 'hardware acceleration layer," but I understand
that those files are involved with a different version of Windows and shouldn't be on a retail Windows 8.1 machine, is this correct? When I search my computer for HAL, I find 63 files. Here is the code I wonder about:
[Version]
Signature="$WINDOWS NT$"
Class=Computer
ClassGuid={4D36E966-E325-11CE-BFC1-08002BE10318}
Provider=%MSFT%
DriverVer=06/21/2006,10.0.10240.16384
[rp_tags_addreg]
HKR,,ResourcePickerTags,0x00000000,"HAL"
[ControlFlags]
BasicDriverOk=*
[Manufacturer]
%GENDEV_MFG%=GENDEV_SYS,NTamd64
[GENDEV_SYS.NTamd64]
%ACPI_AMD64.DeviceDesc% = ACPI_AMD64_HAL, ACPIAPIC
;****************************************************
; Standard AMD64 HAL. Although there is only one HAL, we have two install
; sections so that we can move from the UP kernel to the MP kernel when
; processors are added to the machine.
[ACPI_AMD64_HAL]
AddReg = rp_tags_addreg
Reboot
[Strings]
;Non-localizable
MSFT = "Microsoft"
;Localizable
;*******************************************
;device descriptions
GENDEV_MFG = "(Standard computers)"
ACPI_AMD64.DeviceDesc = "ACPI x64-based PC"
;Non-localizable
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001