kodybrown / scoop-nirsoft

A Scoop bucket of useful NirSoft utilities
The Unlicense
136 stars 39 forks source link

Updates #135

Closed dragonmaus closed 2 years ago

dragonmaus commented 2 years ago

Added short descriptions to generated links.


Update AdvancedRun: 1.50 -> 1.51 Update AppNetworkCounter: 1.47 -> 1.49 Update AppReadWriteCounter: 1.36 -> 1.37 Update BrowserAddonsView: 1.27 -> 1.28 Update BrowserDownloadsView: 1.40 -> 1.41 Update ChromeCacheView: 2.31 -> 2.35 Add CredHistView Update CSVFileView: 2.55 -> 2.57 Update DevManView: 1.75 -> 1.76 Update DNSDataView: 1.61 -> 1.65 Add ExtPassword Update FileAccessErrorView: 1.26 -> 1.30 Update FileActivityWatch: 1.65 -> 1.66 Update FileTypesMan: 1.95 -> 1.96 Update FolderTimeUpdate: 1.60 -> 1.65 Update FullEventLogView: 1.67 -> 1.70 Update GUIPropView: 1.20 -> 1.21 Update IPNeighborsView: 1.00 -> 1.01 Update LiveTcpUdpWatch: 1.41 -> 1.42 Update MACAddressView: 1.45 -> 1.46 Update ManageWirelessNetworks: 1.05 -> 1.06 Update MobileFileSearch: 1.41 -> 1.42 Update MZCacheView: 2.15 -> 2.20 Update NetworkOpenedFiles: 1.50 -> 1.52 Update NK2Edit: 3.42 -> 3.44 Update OutlookAccountsView: 1.00 -> 1.01 Update OutlookAddressBookView: 2.33 -> 2.36 Update Product Key Scanner: 1.00 -> 1.01 Update RegScanner: 2.65 -> 2.70 Update SearchMyFiles: 3.16 -> 3.17 Update SimpleCodeGenerator: 1.10 -> 1.11 Update SimpleWMIView: 1.48 -> 1.51 Update SoundVolumeCommandLine: 1.05 -> 1.10 Update SoundVolumeView: 2.28 -> 2.30 Update TCPConnectProblemView: 1.02 -> 1.04 Update UninstallView: 1.43 -> 1.46 Update USBDeview: 3.02 -> 3.03 Update USBDriveLog: 1.04 -> 1.10 Update WebBrowserBookmarksView: 1.03 -> 1.05 Add WifiDiagnosticsView Update WifiHistoryView: 1.61 -> 1.62 Update WifiInfoView: 2.75 -> 2.76 Add WinDefLogView Update Windows Password Recovery Package: 3.50 -> 3.60 Update Windows Updates History Viewer: 1.16 -> 1.17

kodybrown commented 2 years ago

Thanks for this. I kept meaning to get these all updated.

dragonmaus commented 2 years ago

Tell me about it! On top of not manually updating for three months, I haven't even attempted to fix the automation. 😅

kodybrown commented 2 years ago

Hey @dragonmaus, I was thinking about changing the names of the apps in the Start Menu to include a short description. Similar to how the SysInternals' apps are installed.

For instance, instead of just "GDIView" it would be called "GDIView - Displays all GDI handles". And "NetResView" would be "NetResView - Displays all network resources on your LAN".

So often, I remember there is "a tool for that", but I can't remember what it's called. Adding a short description in the shortcut file would provide searchability right from the Start Menu window.

What do you think?

dragonmaus commented 2 years ago

What do you think?

That's probably a good idea, and probably quite easy: it looks like there's a Char_Desc_45 field in the .xml files that would fit the bill perfectly.

dragonmaus commented 2 years ago

Added a basic implementation in #136. I'll reopen this PR once that's merged.

dragonmaus commented 2 years ago

Had to rewrite the last two commit messages because I was splitting strings wrong.

kodybrown commented 2 years ago

I don't know how I missed this!? Thank you for this! You're amazing! 😄