Skip to content

Instantly share code, notes, and snippets.

View Xyn0gen's full-sized avatar

Darren Saw Xyn0gen

View GitHub Profile
@Xyn0gen
Xyn0gen / klcp_standard_unattended.ini
Created August 19, 2022 14:26
K-Lite Codec unattended install inf file
[Setup]
Group=K-Lite Codec Pack
NoIcons=0
SetupType=custom
Components=player\mpchc\x64, video\microsoft\vc1, video\microsoft\wmv, video\lav, video\lav\hevc, video\lav\h264, video\lav\mpeg4, video\lav\mpeg2, video\lav\mpeg1, video\lav\other, audio\microsoft\wma, audio\lav, audio\lav\ac3dts, audio\lav\truehd, audio\lav\aac, audio\lav\flac, audio\lav\mpeg, audio\lav\other, sourcefilter\microsoft\avi, sourcefilter\microsoft\mpegps, sourcefilter\microsoft\wmv, sourcefilter\lav, sourcefilter\lav\matroska, sourcefilter\lav\mp4, sourcefilter\lav\mpegts, sourcefilter\lav\other, subtitles\vsfilter, other\mpcvr, shell\icaros_thumbnail, shell\icaros_property, misc\brokencodecs, misc\brokenfilters
Tasks=reset_settings\fresh, mpc_sendto, config_shortcuts, systray_lavsplitter, systray_lav, wmp_reg_formats, adjust_preferred_decoders, w10_disable_thumb_cleanup
NoRestart=1
CloseApplications=0
[Data]
uim_version=12
<#
.SYNOPSIS
Adapted setup ps1 file from https://gist.github.com/mikepruett3/7ca6518051383ee14f9cf8ae63ba18a7/
.DESCRIPTION
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://gist.githubusercontent.com/Xyn0gen/ba6d61a4397bb45eaf3d9f216e63f047/raw/setup.ps1'))"
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
#>
$VerbosePreference = "Continue"