shell bypass 403

UnknownSec Shell

C:/Windows/Inf/ [ drwxrwxrwx ]

name : wvid.inf
��;/*++

;

; Copyright (c) Microsoft Corporation

;

; Module Name:

;

;    Vid.INF

;

; Abstract:

;    INF file for installing the Microsoft Hyper-V Virtualization

;    Infrastructure Driver (Vid.sys)

;

; Installation Notes:

;    Using Devcon: Type "devcon install Vid.inf root\Vid" to install

;

;--*/



[Version]

Signature="$WINDOWS NT$"

Class=System

ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}

Provider=%MSFT%

DriverVer=06/21/2006,6.3.9600.20227

;

; Comment CatalogFile for CBB, the ';' will be removed when makefile.inc

; creates the INF file locally.

;

;CatalogFile=vmvid.cat



[DestinationDirs]

DefaultDestDir = 12

System_Dir = 11



[SourceDisksNames]

1 = %DiskId1%,,,""



[SourceDisksFiles]

Vid.sys  = 1,,

vid.dll  = 1,,



;*****************************************

; Vid Install Section

;*****************************************



[Manufacturer]

;

; Change that to use the $ARCH$ version once the .inx issue is resolved.

;

;%StdMfg%=Standard,NT$ARCH$



%StdMfg%=Standard,NTamd64



[Standard]

%Vid.DeviceDesc%=Vid_Device, ROOT\VID



;

; Change that to use the $ARCH$ version once the .inx issue is resolved.

;

;[Standard.NT$ARCH$]



[Standard.NTamd64]

%Vid.DeviceDesc%=Vid_Device, ROOT\VID



[Vid_Device.NT]

CopyFiles=Drivers_Dir

CopyFiles=System_Dir



[Vid_Device.NT.HW]

AddReg=Vid_Device.NT.AddReg



[Vid_Device.NT.AddReg]

;

; Use same security checks on relative opens

;

HKR,,DeviceCharacteristics,0x10001,0x0100



;

; Allow generic-all access to Built-in administrators, Local system, and VM Group.

;

HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;SY)(A;;GA;;;S-1-5-83-0)"



[Drivers_Dir]

Vid.sys



[System_Dir]

vid.dll



;-------------- Service installation

[Vid_Device.NT.Services]

AddService = Vid,%SPSVCINST_ASSOCSERVICE%, Vid_Service_Inst



; -------------- Vid driver install sections

[Vid_Service_Inst]

ServiceType    = 1               ; SERVICE_KERNEL_DRIVER

StartType      = 3               ; SERVICE_DEMAND_START

ErrorControl   = 1               ; SERVICE_ERROR_NORMAL

ServiceBinary  = %12%\Vid.sys

LoadOrderGroup = Extended Base



[Strings]

;

; Non-Localizable

;

SPSVCINST_ASSOCSERVICE= 0x00000002

MSFT = "Microsoft"

StdMfg = "Microsoft"

DiskId1 = "Microsoft Hyper-V Virtualization Infrastructure Driver Installation Disk #1"

;

; Localizable

;

Vid.DeviceDesc = "Microsoft Hyper-V Virtualization Infrastructure Driver"


© 2026 UnknownSec