{"id":60,"date":"2024-07-24T20:53:38","date_gmt":"2024-07-25T01:53:38","guid":{"rendered":"https:\/\/www.byteharmony.com\/wpress\/?page_id=60"},"modified":"2026-03-11T16:37:56","modified_gmt":"2026-03-11T21:37:56","slug":"windows","status":"publish","type":"page","link":"https:\/\/www.byteharmony.com\/wpress\/windows\/","title":{"rendered":"WINDOWS"},"content":{"rendered":"<body>\n\n\n\n\n\n\n\n\n<h2>Windows Downloads<\/h2>\n\n\n\n\n\n\n\n\n<h2>TeamViewer<\/h2>\n\n\n\n\n\n\n\n\n\n\n\n\n\n<h2>TeamViewer QS<\/h2>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<h2>MeshCentral<\/h2>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<h2>RustDesk<\/h2>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<h2>Distant Desktop<\/h2>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<h2>Windows Scripts<\/h2>\n\n\n\n\n\n<!-- Button -->\n<button id=\"copyButton1\" style=\"padding:20px; font-size: 25px; min-width: 150px; text-align: center;\">\n    Copy\n<\/button>\n\n<!-- JavaScript to copy text -->\n<script>\ndocument.getElementById(\"copyButton1\").addEventListener(\"click\", function() {\n    \/\/ The text you want to copy\n    var textToCopy = \"powercfg -change -standby-timeout-ac 0\";\n    \n    \/\/ Store reference to the button\n    var button = document.getElementById(\"copyButton1\");\n    \n    \/\/ Create a temporary textarea element\n    var tempInput = document.createElement(\"textarea\");\n    tempInput.value = textToCopy;\n    document.body.appendChild(tempInput);\n    \n    \/\/ Select the text\n    tempInput.select();\n    tempInput.setSelectionRange(0, 99999); \/\/ For mobile devices\n    \n    \/\/ Copy the text\n    document.execCommand(\"copy\");\n    \n    \/\/ Remove the temporary textarea\n    document.body.removeChild(tempInput);\n    \n    \/\/ Change button text to \"Copied!\"\n    button.textContent = \"Copied!\";\n    \n    \/\/ Revert back after 2 seconds\n    setTimeout(function() {\n        button.textContent = \"Copy\";\n    }, 2000);\n});\n<\/script>\n\n\n<h2>Power Config<\/h2>\n\n\n\n\n<!-- Button -->\n<button id=\"copyButton2\" style=\"padding:20px; font-size: 25px; min-width: 150px; text-align: center;\">\n    Copy\n<\/button>\n\n<!-- JavaScript to copy text -->\n<script>\ndocument.getElementById(\"copyButton2\").addEventListener(\"click\", function() {\n    \/\/ The text you want to copy\n    var textToCopy = \"@\\\"%SystemRoot%\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\powershell.exe\\\" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command \\\"iex ((New-Object System.Net.WebClient).DownloadString('https:\/\/chocolatey.org\/install.ps1'))\\\" && SET \\\"PATH=%PATH%;%ALLUSERSPROFILE%\\\\chocolatey\\\\bin\\\"\";\n    \n    \/\/ Store reference to the button\n    var button = document.getElementById(\"copyButton2\");\n    \n    \/\/ Create a temporary textarea element\n    var tempInput = document.createElement(\"textarea\");\n    tempInput.value = textToCopy;\n    document.body.appendChild(tempInput);\n    \n    \/\/ Select the text\n    tempInput.select();\n    tempInput.setSelectionRange(0, 99999); \/\/ For mobile devices\n    \n    \/\/ Copy the text\n    document.execCommand(\"copy\");\n    \n    \/\/ Remove the temporary textarea\n    document.body.removeChild(tempInput);\n    \n    \/\/ Change button text to \"Copied!\"\n    button.textContent = \"Copied!\";\n    \n    \/\/ Revert back after 2 seconds\n    setTimeout(function() {\n        button.textContent = \"Copy\";\n    }, 2000);\n});\n<\/script>\n\n\n<h2>Choco Base Install<\/h2>\n\n\n\n\n<!-- Button -->\n<button id=\"copyButton3\" style=\"padding:20px; font-size: 25px; min-width: 150px; text-align: center;\">\n    Copy\n<\/button>\n\n<!-- JavaScript to copy text -->\n<script>\ndocument.getElementById(\"copyButton3\").addEventListener(\"click\", function() {\n    \/\/ The text you want to copy\n    var textToCopy = \"C:\\\\programdata\\\\chocolatey\\\\choco.exe install firefox googlechrome 7zip.install -y\";\n    \n    \/\/ Store reference to the button\n    var button = document.getElementById(\"copyButton3\");\n    \n    \/\/ Create a temporary textarea element\n    var tempInput = document.createElement(\"textarea\");\n    tempInput.value = textToCopy;\n    document.body.appendChild(tempInput);\n    \n    \/\/ Select the text\n    tempInput.select();\n    tempInput.setSelectionRange(0, 99999); \/\/ For mobile devices\n    \n    \/\/ Copy the text\n    document.execCommand(\"copy\");\n    \n    \/\/ Remove the temporary textarea\n    document.body.removeChild(tempInput);\n    \n    \/\/ Change button text to \"Copied!\"\n    button.textContent = \"Copied!\";\n    \n    \/\/ Revert back after 2 seconds\n    setTimeout(function() {\n        button.textContent = \"Copy\";\n    }, 2000);\n});\n<\/script>\n\n\n<h2>Choco Install Chrome Firefox 7Zip<\/h2>\n\n\n\n\n<!-- Button -->\n<button id=\"copyButton4\" style=\"padding:20px; font-size: 25px; min-width: 150px; text-align: center;\">\n    Copy\n<\/button>\n\n<!-- JavaScript to copy text -->\n<script>\ndocument.getElementById(\"copyButton4\").addEventListener(\"click\", function() {\n    \/\/ The text you want to copy\n    var textToCopy = \"C:\\\\programdata\\\\chocolatey\\\\choco.exe install adobereader -y\";\n    \n    \/\/ Store reference to the button\n    var button = document.getElementById(\"copyButton4\");\n    \n    \/\/ Create a temporary textarea element\n    var tempInput = document.createElement(\"textarea\");\n    tempInput.value = textToCopy;\n    document.body.appendChild(tempInput);\n    \n    \/\/ Select the text\n    tempInput.select();\n    tempInput.setSelectionRange(0, 99999); \/\/ For mobile devices\n    \n    \/\/ Copy the text\n    document.execCommand(\"copy\");\n    \n    \/\/ Remove the temporary textarea\n    document.body.removeChild(tempInput);\n    \n    \/\/ Change button text to \"Copied!\"\n    button.textContent = \"Copied!\";\n    \n    \/\/ Revert back after 2 seconds\n    setTimeout(function() {\n        button.textContent = \"Copy\";\n    }, 2000);\n});\n<\/script>\n\n\n<h2>Choco Install Adobe Reader<\/h2>\n\n\n\n\n<!-- Button -->\n<button id=\"copyButton5\" style=\"padding:20px; font-size: 25px; min-width: 150px; text-align: center;\">\n    Copy\n<\/button>\n\n<!-- JavaScript to copy text -->\n<script>\ndocument.getElementById(\"copyButton5\").addEventListener(\"click\", function() {\n    \/\/ The text you want to copy\n    var textToCopy = \"C:\\\\programdata\\\\chocolatey\\\\choco.exe install vlc -y\";\n    \n    \/\/ Store reference to the button\n    var button = document.getElementById(\"copyButton5\");\n    \n    \/\/ Create a temporary textarea element\n    var tempInput = document.createElement(\"textarea\");\n    tempInput.value = textToCopy;\n    document.body.appendChild(tempInput);\n    \n    \/\/ Select the text\n    tempInput.select();\n    tempInput.setSelectionRange(0, 99999); \/\/ For mobile devices\n    \n    \/\/ Copy the text\n    document.execCommand(\"copy\");\n    \n    \/\/ Remove the temporary textarea\n    document.body.removeChild(tempInput);\n    \n    \/\/ Change button text to \"Copied!\"\n    button.textContent = \"Copied!\";\n    \n    \/\/ Revert back after 2 seconds\n    setTimeout(function() {\n        button.textContent = \"Copy\";\n    }, 2000);\n});\n<\/script>\n\n\n<h2>Choco Install VLC Media Player<\/h2>\n\n\n\n\n\n\n\n<\/body>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-60","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.byteharmony.com\/wpress\/wp-json\/wp\/v2\/pages\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.byteharmony.com\/wpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.byteharmony.com\/wpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.byteharmony.com\/wpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.byteharmony.com\/wpress\/wp-json\/wp\/v2\/comments?post=60"}],"version-history":[{"count":5,"href":"https:\/\/www.byteharmony.com\/wpress\/wp-json\/wp\/v2\/pages\/60\/revisions"}],"predecessor-version":[{"id":334,"href":"https:\/\/www.byteharmony.com\/wpress\/wp-json\/wp\/v2\/pages\/60\/revisions\/334"}],"wp:attachment":[{"href":"https:\/\/www.byteharmony.com\/wpress\/wp-json\/wp\/v2\/media?parent=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}