bugfix
This commit is contained in:
parent
63fa0edac0
commit
962ce37a28
@ -19,12 +19,12 @@ set=key:Red,value:#ff0000
|
||||
|
||||
COLOR=%White%
|
||||
|
||||
COMMENT
|
||||
font-size=28
|
||||
font-size=22
|
||||
HOST=color:%Orange%,text:,interval:0
|
||||
font-size=14
|
||||
|
||||
COMMENT
|
||||
|
||||
UPTIME=text:,interval:30,display:Uptime: %2 hours %3 minutes
|
||||
|
||||
font-size=12
|
||||
@ -33,11 +33,13 @@ REG=value:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Releas
|
||||
OSBUILD=text:,interval:0,display:Version %releaseid%
|
||||
|
||||
COMMENT
|
||||
font-size=18
|
||||
|
||||
font-size=14
|
||||
USER=text:,interval:0,display:User: %1
|
||||
|
||||
COMMENT
|
||||
font-size=12
|
||||
|
||||
font-size=10
|
||||
CPUTYPE=color:%Orange%,text:,interval:0
|
||||
WMI=text:,interval:5,namespace:root\cimv2,query:Win32_Processor,display:Speed: %CurrentClockSpeed%[4.2K]GHz
|
||||
PROCESSCOUNT=text:,interval:5,display:Processes: %1 Threads: %2
|
||||
@ -53,11 +55,6 @@ TOPPROCESSMEM=text:,interval:5,counter:pu,maxrows:1,display:Top process: %3[3.1g
|
||||
|
||||
COMMENT
|
||||
|
||||
TEXT=color:%Orange%,text:,display:STORAGE USED
|
||||
LOGICALDRIVES=text:,interval:15,diskio:1,chart:bar2 scale:linear max:100 series1:7 threshold:80 color1:b55393 color2:%orange% color3:%red%,alarms:(%11 ge 10000000 0000f0)(%13 ge 10000000 0000f0)(%7 ge 90 0070f0), display:%1: %6[5.1g] of %5[3.0b]B %chart%
|
||||
|
||||
COMMENT
|
||||
|
||||
TEXT=color:%Orange%,text:,display:NETWORK
|
||||
NETWORKINTERFACES=text:,interval:30,operstatus:1,iftype:6 71,display:%2: %8/%10
|
||||
WMI=text:,interval:60,alarms:(%11 ge 34 0088f0),namespace:root\cimv2,query:Win32_PingStatus where address='1.1.1.1',display:Latency: %ResponseTime%ms from 1.1.1.1
|
||||
|
@ -521,7 +521,7 @@ echo Setting desktop COLOUR ...
|
||||
|
||||
echo Starting the Desktopinfo tool ...
|
||||
taskkill /F /IM DesktopInfo64.exe 2>nul
|
||||
%TOOLS%\desktopinfo\DesktopInfo64.exe /ini=%TOOLS%\desktopinfo\desktopinfo.ini
|
||||
start /B "" %TOOLS%\desktopinfo\DesktopInfo64.exe /ini=%TOOLS%\desktopinfo\desktopinfo.ini
|
||||
goto :eof
|
||||
|
||||
:RESTART_EXPLORER
|
||||
|
Loading…
Reference in New Issue
Block a user