Nathan_K
Forum Topics Started
-
- Topic
- Voices
- 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...
- 3
- 1 week ago
-
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-...
- 2
- 1 month ago
-
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...➤
- 5
- 2 months ago
-
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/]
- 2
- 8 months ago
-
Embedded PowerShell Scripts Hey Glenn, I'm trying to use the SET-CONTENT feature to pull a script inside of the INI, but I can't seem to pass an argument to the embedded script like I can with an external call. Any thoughts? Thanks!
- 2
- 10 months ago
-
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.
- 5
- 10 months ago
-
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)}}}
- 2
- 1 year ago
-