PEASS-ng/winPEAS/winPEASexe/winPEAS/App.config
2022-11-02 18:27:42 +00:00

10 lines
333 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup>
<runtime>
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
</runtime>
</configuration>