Skip to content

Instantly share code, notes, and snippets.

View FrannDzs's full-sized avatar
📣
https://www.youtube.com/watch?v=Ub83tX9GhbQ

Nekrodamus FrannDzs

📣
https://www.youtube.com/watch?v=Ub83tX9GhbQ
  • 35.71855526583099, 51.32881289835783
View GitHub Profile
@FrannDzs
FrannDzs / .. MediaCreationTool.bat ..md
Created February 27, 2023 16:36 — forked from AveYo/.. MediaCreationTool.bat ..md
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@FrannDzs
FrannDzs / IE-disable-compatibility-view.bat
Created October 8, 2022 22:26 — forked from michal-m/IE-disable-compatibility-view.bat
Disable Compatibility View in Internet Explorer
@ECHO off
SETLOCAL
:: let's get the IE version first
SET qry=REG QUERY "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer" /v Version
SET fnd=FINDSTR /I /L /C:"REG_SZ"
FOR /f "Tokens=2*" %%u IN ('%qry%^|%fnd%') DO ( SET IEVerReg=%%v )
FOR /f "Tokens=1,2,3,4 Delims=." %%a IN ("%IEVerReg%") DO ( SET IEVerMaj=%%a&SET IEVerMin=%%b&SET IEVerBld=%%c&SET IEVerRev=%%d )
IF %IEVerMaj% EQU 9 IF %IEVerMin% GEQ 10 SET IEVerMaj=10
@FrannDzs
FrannDzs / youtube_format_code_itag_list.md
Created July 11, 2022 06:53 — forked from sidneys/youtube_format_code_itag_list.md
YouTube video stream format codes itags

YouTube video stream format codes

Comprehensive list of YouTube format code itags

itag Code Container Content Resolution Bitrate Range VR / 3D
5 flv audio/video 240p - - -
6 flv audio/video 270p - - -
17 3gp audio/video 144p - - -
18 mp4 audio/video 360p - - -
22 mp4 audio/video 720p - - -
; Script genferated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
AppName=Microsoft Visual Basic 6.0
AppVerName=Microsoft Visual Basic 6.0
AppPublisher=Microsoft Corporation
AppPublisherURL=http://www.microsoft.com
AppSupportURL=http://www.microsoft.com
AppUpdatesURL=http://www.microsoft.com