@HaWKBRC, Okays! Note: Most applications running on 32-bit also work in 64. Code: if not exist "%systemdrive%\Program Files (x86)" ( goto KEYS ) else ( goto KEYS64 ) Although the code is good.
Instead of checking for the directory state, you can use the 'defined' statement: Code: @ECHO OFF if defined ProgramFiles(x86) ( echo x64 Operating system detected... echo do work here... ) else ( echo x86 Operating system detected... echo do work here... ) pause It will check for the %ProgramFiles(x86)% environment variable that is only present at x64 operating systems...
@Josh, Good logic, Maybe I implement. Because actually only the beginning of the code change. But all ideas are accepted community. hahaha Regards,
Version 4.8.0 (2013/08/26) Code: * Improved the password decryption on IE10 / Windows 7, * Added support for the passwords of Internet Explorer 10. * Fixed ProduKey to decode properly the product key of Windows 8. * Added support for Outlook 2013 * Update some tools * Many bugs fixed
Thanks! Hey paiva, Just a sugestion, how about add to the changelog, the version used for each nirsoft app? Because it will be more easy to see what app comes updated. Your current tools, uses the following: Dialupass v3.20 Mailpvv1.80 Mspassv1.42 netpassv1.33 ProduKeyv1.62 RouterPassViewv1.47 USBDeviewv2.25 WebBrowserPassViewv1.37 WirelessKeyViewv1.67 PS: I think you know... but i got a 4.7.0 version that had your passwords in the Passwords dir.
Version 4.8.0 Support various models of routers. Here's the list: Code: Linksys WRT54GL (With original firmware or Tomato firmware), WRT54G (only some of them), WRT160N, WRT320N, and possibly similar models. Linksys E5200 Linksys E2000 Edimax BR6204WG, and possibly similar models. Siemens ADSL SL2-141, and possibly similar models. Dynalink RTA1025W, and possibly similar models. NETGEAR WGT624, and possibly similar models. ASUS WL-520g, WL-600g, and possibly similar models. ASUS RT-N10+ , and possibly similar models. Asus RT-N56U , and possibly similar models. D-Link DIR-655, and possibly similar models. Sanex SA 5100, and possibly similar models. Sitecom WL-351, WL-575, WL-312, and possibly similar models. COMTREND 536+ (Only Internet Login) US Robotics 9108 ADSL (internet login and admin login) D-Link DSL-2540U/BRU/D ADSL2+, DSL-2650U, DSL-520B D-Link DVA-G3170i/PT D-Link DSL-604T D-Link G3670B D-Link DSL-2640T D-Link DSL-G684T D-Link DSL-2500U D-Link 2740B D-Link DIR-615 G2 D-Link WBR-1310 D-Link DSL-2543B D-Link DI-524 D-Link DI-624+A D-Link DIR-600 D-Link DIR-300 TP-Link TD-8810 ADSL Modem/Router. Dynamode R-ADSL-C4-W-G1 NetComm NB5Plus4 DSL Thomson TG580 DSL (only in Hex Dump mode) Asus RT-G31 HuaWei EchoLife HG520 (Only some of them) HuaWei HG526 HuaWei-3Com Aolynk BR104 TP-LINK TL-WR841N TP-LINK TL-WR841DN TP-LINK TL-MR342 TP-LINK TL-WR340G TP-LINK TL-R460 TP-LINK TL-WR741ND v2.0 TP-LINK TL-WR700N TP-LINK TL-WR740N TP-LINK TL-WA801N TP-LINK TL-WR541G TP-LINK TL-WR1043ND TP-LINK TD-W8960N TP-Link TL-WR941ND TP-Link TL-MR3220 Belkin N+ (F5D8236uk4) Mercury MW54R Netgear DG632 Netcomm NB6W Aztech DSL605EW Comtrend CT-5072T ADSL2+ modem/router Small Business RV042
Version 5.0.0 Released! Code: Version 5.0.0 (2013/09/12): * Added support for Visual Studio * Decode properly the product key of Windows 8.1 9600 RTM * Update some tools * Many bugs fixed