|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <title>Windows Portal by RisunTuru</title> |
| 7 | + <style> |
| 8 | + body { |
| 9 | + font-family: system-ui, sans-serif; |
| 10 | + background: #f7f9fb; |
| 11 | + color: #333; |
| 12 | + margin: 0; |
| 13 | + padding: 2rem; |
| 14 | + line-height: 1.6; |
| 15 | + } |
| 16 | + h1, h2, h3 { |
| 17 | + color: #0057b8; |
| 18 | + } |
| 19 | + a { |
| 20 | + color: #0078d7; |
| 21 | + text-decoration: none; |
| 22 | + } |
| 23 | + a:hover { |
| 24 | + text-decoration: underline; |
| 25 | + } |
| 26 | + table { |
| 27 | + width: 100%; |
| 28 | + border-collapse: collapse; |
| 29 | + margin-bottom: 2rem; |
| 30 | + } |
| 31 | + th, td { |
| 32 | + border: 1px solid #ccc; |
| 33 | + padding: 0.75rem; |
| 34 | + text-align: left; |
| 35 | + } |
| 36 | + th { |
| 37 | + background-color: #e8f0fe; |
| 38 | + } |
| 39 | + code { |
| 40 | + background: #eee; |
| 41 | + padding: 0.25rem 0.5rem; |
| 42 | + border-radius: 4px; |
| 43 | + display: inline-block; |
| 44 | + } |
| 45 | + button.copy-btn { |
| 46 | + margin-left: 0.5rem; |
| 47 | + padding: 0.25rem 0.5rem; |
| 48 | + font-size: 0.9rem; |
| 49 | + cursor: pointer; |
| 50 | + } |
| 51 | + .command-block { |
| 52 | + display: flex; |
| 53 | + align-items: center; |
| 54 | + margin-bottom: 0.5rem; |
| 55 | + } |
| 56 | + hr { |
| 57 | + margin: 2rem 0; |
| 58 | + } |
| 59 | + </style> |
| 60 | +</head> |
| 61 | +<body> |
| 62 | + <blockquote><strong>IMPORTANT:</strong> Brought to you by <a href="https://github.com/risunCode">RisunTuru</a></blockquote> |
| 63 | + |
| 64 | + <h1>ποΈ Arsip Catatan Web</h1> |
| 65 | + <p>π <a href="https://github.com/risunCode/Windows-Portal/tree/main/Software_Ehem">Windows Portal - Software Ehem</a></p> |
| 66 | + <hr /> |
| 67 | + |
| 68 | + <h2>β‘ Windows Power Tools</h2> |
| 69 | + <div class="command-block"> |
| 70 | + <code id="cmd1">irm https://get.activated.win | iex</code> |
| 71 | + <button class="copy-btn" onclick="copyToClipboard('cmd1')">Copy</button> |
| 72 | + </div> |
| 73 | + <div class="command-block"> |
| 74 | + <code id="cmd2">irm "https://christitus.com/win" | iex</code> |
| 75 | + <button class="copy-btn" onclick="copyToClipboard('cmd2')">Copy</button> |
| 76 | + </div> |
| 77 | + <div class="command-block"> |
| 78 | + <code id="cmd3">irm "https://github.com/memstechtips/Winhance/raw/main/Winhance.ps1" | iex</code> |
| 79 | + <button class="copy-btn" onclick="copyToClipboard('cmd3')">Copy</button> |
| 80 | + </div> |
| 81 | + |
| 82 | + <hr /> |
| 83 | + |
| 84 | + <h2>π« Bypass OOBE (Windows 11 24H2+)</h2> |
| 85 | + <p>Tekan <code>Shift + F10</code> lalu jalankan perintah berikut:</p> |
| 86 | + <code>start ms-cxh:localonly</code> |
| 87 | + |
| 88 | + <hr /> |
| 89 | + |
| 90 | + <h2>π οΈ Windows Tools, DLC Boot & Program Penting</h2> |
| 91 | + <p>π <a href="https://mirror.unilak.ac.id/files/ISO/">Mirror UNILAK ISO Repo</a></p> |
| 92 | + |
| 93 | + <hr /> |
| 94 | + |
| 95 | + <h2>π» Essential Software for PC</h2> |
| 96 | + <table> |
| 97 | + <tr><th>Software</th><th>Link</th></tr> |
| 98 | + <tr><td>PC Manager by Microsoft</td><td><a href="https://pcmanager.microsoft.com/en-us">π Click to see</a></td></tr> |
| 99 | + <tr><td>Visual C++ Redistributable AIO</td><td><a href="https://github.com/abbodi1406/vcredist/releases/download/v0.84.0/VisualCppRedist_AIO_x86_x64_84.zip">π Download</a></td></tr> |
| 100 | + <tr><td>Telegram Portable</td><td><a href="https://telegram.org/dl/desktop/win64_portable">π Download</a></td></tr> |
| 101 | + <tr><td>Ayugram (Telegram Fork)</td><td><a href="https://github.com/AyuGram/AyuGramDesktop/releases">π Download</a></td></tr> |
| 102 | + <tr><td>Microsoft Store Installer</td><td><a href="https://github.com/fernvenue/microsoft-store/releases/download/v1.0.0.0/MicrosoftStore.exe">π Download</a></td></tr> |
| 103 | + <tr><td>Ghost Toolkit (Risun Updated)</td><td><a href="https://github.com/risunCode/Ghost-Toolbox-Universal/releases/download/Toolbox/Ghost.Toolbox-RisunUpdatedWork.zip">π Download</a></td></tr> |
| 104 | + </table> |
| 105 | + |
| 106 | + <hr /> |
| 107 | + |
| 108 | + <h2>π Browser Extensions</h2> |
| 109 | + <table> |
| 110 | + <tr><th>Category</th><th>Extensions</th></tr> |
| 111 | + <tr><td>π Cookie Tools</td><td><a href="https://chromewebstore.google.com/detail/cookie-backup-and-restore/cndobhdcpmpilkebeebeecgminfhkpcj">Cookie Backup and Restore</a>, <a href="https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm">Cookie Editor</a>, <a href="https://chromewebstore.google.com/detail/cookie-editor/iphcomljdfghbkdcfndaijbokpgddeno">Cookies Manager</a></td></tr> |
| 112 | + <tr><td>π Web Cheat Utilities</td><td><a href="https://chromewebstore.google.com/detail/absolute-enable-right-cli/jdocbkpgdakpekjlhemmfcncgdjeiika">Absolute Enable Right Click & Copy</a>, <a href="https://chromewebstore.google.com/detail/enable-right-click-copy/khpdiolbjggapokjloppdibgapcfkojd">Enable RightClick Copy Alt</a></td></tr> |
| 113 | + <tr><td>β¬οΈ Download & Media</td><td><a href="https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek">IDM Integration</a>, <a href="https://chromewebstore.google.com/detail/nonstop-youtube/opgenniblhhdkjigheleehipgeidionm">Nonstop YouTube</a>, <a href="https://chromewebstore.google.com/detail/bass-boost-hd-audio/mghabdfikjldejcdcmclcmpcmknjahli">Bass Boost: HD Audio</a>, <a href="https://chromewebstore.google.com/detail/Enhancer%20for%20YouTube%E2%84%A2/ponfpcnoihfmfllpaingbgckeeldkhle">Enhancer for YouTube</a></td></tr> |
| 114 | + <tr><td>π‘ Adblock & Security</td><td><a href="https://chromewebstore.google.com/detail/ublock-origin-lite/ddkjiahejlhfcafbddmgiahcphecmpfh">uBlock Origin Lite</a>, <a href="https://chromewebstore.google.com/detail/popup-blocker-strict/aefkmifgmaafnojlojpnekbpbmjiiogg">Strict Popup Blocker</a>, <a href="https://chromewebstore.google.com/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn">Clear Cache</a></td></tr> |
| 115 | + <tr><td>π
Douyin Downloaders</td><td><a href="https://chromewebstore.google.com/detail/douyin-video-downloader/knbeilbpfnelpbeoofhnkfbfcldpfehn">BestDouyin Downloader</a>, <a href="https://chromewebstore.google.com/detail/simple-douyin-downloader/hpdbhmoofegmpcggbhofpkpppkcncnmj">Simple Douyin Downloader</a></td></tr> |
| 116 | + </table> |
| 117 | + |
| 118 | + <script> |
| 119 | + function copyToClipboard(id) { |
| 120 | + const text = document.getElementById(id).innerText; |
| 121 | + navigator.clipboard.writeText(text).then(() => { |
| 122 | + alert('Copied: ' + text); |
| 123 | + }); |
| 124 | + } |
| 125 | + </script> |
| 126 | +</body> |
| 127 | +</html> |
0 commit comments