blog.rinoreji.inReveal Your Wi-Fi Passwords on Windows 10/11 Through Command PromptView saved Wi-Fi passwords on Windows 10/11 using Command Prompt. Open Command Prompt as an administrator. To list saved Wi-Fi profiles netsh wlan show profiles To view the password of a profile netsh wlan show profile name="NETWORK NAME" key=clear ...Nov 19, 2025·1 min read
blog.rinoreji.inAutomate Relay Control with Tasmota's Timer Feature//turn off Rule1 Rule1 0 //Clear Rule1 Rule1 "" //Rule to turn on relay on boot and then toggle the state every 1800 seconds Rule1 on System#Boot do backlog RuleTimer1 1800; Power1 ON endon on Rules#Timer=1 do backlog Power1 Toggle; RuleTimer1 1800...Nov 4, 2025·1 min read
blog.rinoreji.inDynamic API Routing with Azure APIM: Leveraging Query Strings for Enhanced FlexibilityAzure API Management (APIM) allows developers to manage and secure APIs effectively. One of its powerful features is the ability to switch APIs based on query string values. This capability enables dynamic routing and customization of API responses, ...May 22, 2025·1 min read
blog.rinoreji.inAzure API Management: A Guide to Load Balancing OpenAI InstancesAzure API Management policy for load balancing Azure OpenAI instances can be a powerful tool for optimizing performance and ensuring reliability. By distributing requests across multiple instances, you can enhance the scalability and availability of ...Apr 17, 2025·2 min read
blog.rinoreji.inFast Method to Obtain All File Info from a Directory TreeFileList \\Server\Documents > ListOfFiles.csv FileList is a command-line utility that generates a CSV file listing the contents of a given directory. By default, the list includes the file name, size, and path, as well as the last-access, last-modif...Jul 17, 2024·1 min read