This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <fxwidget-cc amount="1" decimals="2" large="false" shadow="true" symbol="true" grouping="true" border="true" from="USD" to="KRW" background-color="#674c47" lang="ko"></fxwidget-cc><a href="https://currencyrate.today/">CurrencyRate</a><script async src="https://s.fx-w.io/widgets/currency-converter/latest.js?ko"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Notepad</title> | |
| <link rel="shortcut icon" type="image/png" href="https://img.icons8.com/fluency/48/notepad.png"> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
| <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700" rel="stylesheet"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from colorama import Fore, Style | |
| import os, sys, re | |
| import subprocess, shlex, locale | |
| from unicodedata import east_asian_width | |
| MAX_NAME_SIZE = 40 | |
| g_current_pass = 0 | |
| g_all_contents = 0 | |
| os_encoding = locale.getpreferredencoding() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" /v {e2bf9676-5f8f-435c-97eb-11607a5bedf7} /t REG_SZ | |
| tskill explorer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [-HKEY_CLASSES_ROOT\Directory\background\shell\Windows.newfolder] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Control Panel\Keyboard] | |
| "InitialKeyboardIndicators"="2" | |
| [HKEY_USERS\.DEFAULT\Control Panel\Keyboard] | |
| "InitialKeyboardIndicators"="2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| get-winevent -FilterHashTable @{logname="Application"; id="1001"}| ?{$_.providername βmatch "wininit"} | fl timecreated, message | out-file C://CHKDSKResults.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Ndu] | |
| "Start"=dword:00000004 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: μλ³Έ : https://gist.github.com/zz-zigzag/f17a76b4423f3d0b0e9c34ae6d81d802 | |
| @echo off | |
| TITLE USB μλ μ€ν λ°μ΄λ¬μ€ λ°©μ§ | |
| PUSHD %~DP0 | |
| :: μ¬μ©μ μ λ ₯ μ²λ¦¬ | |
| :LOOP | |
| echo νμ¬ νμΌμ΄ μ‘΄μ¬νλ λλΌμ΄λΈμ λν΄, | |
| echo 0 : μ μ© | |
| echo 1 : μ μ© ν΄μ |
NewerOlder