Skip to main content

Posts

Showing posts with the label Windows Hacks

How to install Nginx Proxy Manager on proxmox 8.3.2 container

Script for Ventoy Automation

This script will automate the process of ventoy USB creation. You need to modify the path of Ventoy and ISO files. At the start of execution you will be asked to define the USB drive letter and disk number. After that the process will be started in the background you will not see anything until the process is done.  Copy b below code and paste it into notepad and save as FILENAME.ps1 # Script To install Ventoy and Copy ISO Files automatically by Talha Ali  # Set the permanent Ventoy path 'Make sure to update the Location of Ventoy application' $VentoyPath = "E:\Talha's Folder\Softwares\ventoy-1.0.99" # Ensure the Ventoy executable exists in the specified path $VentoyExe = Join-Path $VentoyPath "Ventoy2Disk.exe" if (-Not (Test-Path $VentoyExe)) {     Write-Host "Error: Ventoy2Disk.exe not found in the specified path."     exit } # Prompt for USB drive letter 'Make sure USB is already formated and have a drive letter' $DriveLetter = Read-...

Download 10 Free Masks for OBS

  Donwload Link :  https://mega.nz/file/IEsQnAoA#dJ60mjJvBdvEjLY-5yJB4fN--GiRtNaNz5ZmFw4cUoo

How to Identify USB 2.0 or 3.0 without Knowing the Color of USB Port

  How to Easily Identify USB 2.0 and USB 3.0 Ports on Your Computer Introduction: USB ports have become an integral part of our daily lives. Whether you're connecting a keyboard, mouse, external hard drive, or any other peripheral, knowing the type of USB port you're using is essential. The difference between USB 2.0 and USB 3.0 can significantly impact your data transfer speeds. In this blog, we'll explore the frustration many of us face when trying to identify these ports and introduce you to a simple solution to the problem. The USB Port Conundrum: Imagine you have a desktop computer with a multitude of USB ports – 21 to be exact. You've heard that you have six USB 3.0 ports among them, but there's one major roadblock: there's no color-coding to differentiate between USB 2.0 and USB 3.0 ports. This common issue has perplexed many, leading them to search for solutions online. The Quest for Clarity: Like many of us, you might have turned to Google in search of ...

How to create your offline IP calculator file

How to make your own IP calculator offline file Why use this offline IP calculator? This IP Calculator file works offline.For a lot of remote areas where you go for the configuration you might not have internet access directly.So this file will help you at offline environment. This file contains just 8 KB.😊  How does it works? You just need to type IP address at given spaces this IP Calculator will calculate the values and gives the result with no time. Here is the method to create your own offline IP calculator Step 1 : Open Notepad/Notepad++ paste the code <!DOCTYPE html> <html> <head> </head> <body> </body> </html> Now save it as IPCALC.html Step 2 : Paste the code after <head> <title>IP Calculator</title> Step 3 : Paste this code after <body> <h1>IP Address calculator</h1>   Step 4 : Paste this code before </body>  IP A...