Skip to content

Instantly share code, notes, and snippets.

View 1ijack's full-sized avatar
💭
I may be slow to respond.

jxe 1ijack

💭
I may be slow to respond.
View GitHub Profile
@1ijack
1ijack / gist:31d3f7abd5e03b0f089ade5bdda458d9
Created August 9, 2018 14:24 — forked from D3MZ/gist:3915286
Evolution of the Programmer
High School/Jr.High
10 PRINT "HELLO WORLD"
20 END
First year in College
program Hello(input, output)
begin
writeln('Hello World')
@1ijack
1ijack / Flash_Player_Remover_on_Win10.bat
Created August 1, 2018 11:49 — forked from ur0n2/Flash_Player_Remover_on_Win10.bat
Flash_Player_Remover_on_Win10.bat
echo off
cls
echo [-] Flash Player Remover for Windows 10 with Edge Browser.
takeown /f C:\Windows\SysWOW64\Macromed\Flash\*.*
takeown /f C:\Windows\System32\Macromed\Flash\*.*
cacls C:\Windows\SysWOW64\Macromed\Flash\*.* /E /T /G %UserDomain%\%UserName%:F
cacls C:\Windows\System32\Macromed\Flash\*.* /E /T /G %UserDomain%\%UserName%:F