Nathan_K

Forum Topics Started

Viewing 10 topics - 1 through 10 (of 17 total)
    • Topic
    • Voices
    • Posts
    • Last Post
    • WiFi Status Hey all, thought I'd share this tidbit that I created. It's to display the currently connected WiFi status. Required code bits and a screenshot example are below. Enjoy! SET-SECTION=key:wifi-status,value:wifi-status.ps1 CMD=interval:120,color:55cc77,text:WiFi Status,onload,no-wait:2,read-as-csv:1,csv-header:1,file:powershell.exe, \ parameters:-Command %wifi-status%,trim:1,show-window:0,hide-no-result:1, \ display:SSID: %SSID% Encryption: %Auth% / %Cipher%| BaseStation ID: %BSSID% Typ...

      Started by: Nathan_KNathan_K in: Desktop Info

    • 3
    • 13
    • 1 week ago

      Dirk UhrmeisterDirk Uhrmeister

    • PS1 section not working I've had some issues with GETHTTP not returning data consistently, so I decided to write a small PS1 section to do the same task. The script I wrote works perfectly in a PowerShell window, but when I put it into a [section] it doesn't work. [crayon-647511e98fdc9405085348/] If I use it as a PowerShell script call, it works: CMD=interval:120,color:55cc77,text:WAN Address,read-as-csv:1,csv-header:0,file:powershell.exe, parameters:".\Scripts\wan-ip-lookup.ps1",trim:1,show-window:0,hide-...

      Started by: Nathan_KNathan_K in: Desktop Info

    • 2
    • 5
    • 1 month ago

      Nathan_KNathan_K

    • Windows 11 Support I'm playing with the Windows Insider build for Windows 11 and everything seems to work pretty well with the exception of the OSBUILD variables. The Major Version (%2) variable is still showing "10" for Windows 11. I think this due to the CurrentVersion number in the registry (HKLM\SOFTWARE\Microsoft\Windows NT) still being "6.3". WMI=interval:0,color:ffdd99,set:WindowsVersion,namespace:root\cimv2,query:Win32_OperatingSystem,display:%caption% (%OSArchitecture%),hidden:1 REG=interval:0,set:Displa...

      Started by: Nathan_KNathan_K in: Desktop Info

    • 5
    • 29
    • 2 months ago

      SergeantPandaSergeantPanda

    • Reverse DNS Trying to pull rDNS (Reverse DNS) info to go along with WAN IP info using the HTTP method, but I'm not getting something right. It almost feels like the URL option in the HTTP method doesn't support user variables. See example below: [crayon-647511e990038770316612/]

      Started by: Nathan_KNathan_K in: Desktop Info

    • 2
    • 2
    • 8 months ago

      GlennGlenn

    • Show on ALL Monitors Is there a way for DTI to show on all monitors? I'd like the option to display it on all my monitors, not just the primary or active monitor. That way if I have something in full screen on my primary, I can still see the info on my secondary monitor. Thanks Glenn. Awesome work as always.

      Started by: Nathan_KNathan_K in: Desktop Info

    • 5
    • 11
    • 10 months ago

      GlennGlenn

    • OSBUILD2 – Items Not Hidden Getting an issue on 2012 R2 where some of the triple braces aren't hiding empty content as expected. See code and screenshots below. OSBUILD2=interval:0,color:ffdd99,text:Operating System,display:%1 (%2)|%15{{{.%17}}}{{{.%16}}} {{{(%18)}}}

      Started by: Nathan_KNathan_K in: Desktop Info

    • 2
    • 4
    • 1 year ago

      GlennGlenn

    • Hide no data — REG Hey Glenn, Do you think you could do something similar for REG like you did for HTTPGET, where if the key returns either empty or an error that the triple-bracket "{{{ %item% }}}" will hide it's output? I'm loving this feature BTW. Great addition to the program! Thanks!

      Started by: Nathan_KNathan_K in: Desktop Info

    • 2
    • 2
    • 1 year ago

      GlennGlenn

    • Hide specific output Is there a way to hide specific output in a line? I'm trying to update my NETWORKINTERFACES section to only show the IPv6 info if IPv6 addressing is found. NETWORKINTERFACES=interval:30,color:55cc77,operstatus:1,iftype:6 71,ipv4list: %8 / %10|,ipv6list: %11 / %13|,friendlyfilter:-vmware-vmnet,display:%2 [%3]| MAC: %4 Tx: %23[1.0B]Bps Rx: %24[1.0B]Bps MTU: %5| IPv4 Address: %25 Gw: %17| DHCPv4: %19 Expires: %14| DNSv4: %15| IPv6 Address: %26| Gw: %18| DNSv6: %1...

      Started by: Nathan_KNathan_K in: Desktop Info

    • 3
    • 16
    • 1 year ago

      rtrussrtruss

    • Display issue from PowerShell script I've been trying to find a way to display the BitLocker status for local disks without requiring admin permissions. I found a way, which required me to write a pretty simple PowerShell script that works great. The issue I have though is that my output is not quite right, and I don't know why. Below is my original WMI and it's output, then my CMD and the script and it's output. The "Size" variable isn't being properly converted using [1.0b] like it should be. Hopefully a quick fix. WMI Code: WMI...

      Started by: Nathan_KNathan_K in: Desktop Info

    • 2
    • 3
    • 1 year ago

      GlennGlenn

Viewing 10 topics - 1 through 10 (of 17 total)
Glenn's Page