SSD TRIM check tool | CyberShadow’s blog [WayBack] has source code on github:
trimcheck – SSD TRIM check tool for Windows
Source: CyberShadow/trimcheck: SSD TRIM check tool for Windows
It’s written in D using rdmd as compiler.
–jeroen
via via.
Posted by jpluimers on 2017/08/17
SSD TRIM check tool | CyberShadow’s blog [WayBack] has source code on github:
trimcheck – SSD TRIM check tool for Windows
Source: CyberShadow/trimcheck: SSD TRIM check tool for Windows
It’s written in D using rdmd as compiler.
–jeroen
via via.
Posted in D, Development, Hardware, Power User, Software Development, SSD, Trim, Windows | 1 Comment »
Posted by jpluimers on 2017/08/16
Too bad: it was fun while it lasted.
Mid april 2017 [WayBack] HDD Guardian – Home closed down, so the latest commit removed all the [WayBack] HDD Guardian – Source Code.
HDD Guardian provides a Windows front-end for smartctl, a utility which monitors your hard drive(s) and SSD(s) for health status, taking advantage of S.M.AR.T.
The WayBack machine and Archive.is have archived some links though:
Anyone interested in getting it before codeplex itself shuts down:
git svn clone https://hddguardian.svn.codeplex.com/svn
Edit 20210909:
Note that a while ago, the salvaged source code got pushed to GitHub: [Wayback/Archive.is] native-api/hddguardian: A GUI app to watch and manage HDDs’ S.M.A.R.T., based on smartmontools. Salvaged from https://hddguardian.codeplex.com
–jeroen
Posted in .NET, Development, Power User, Software Development, VB.NET, Windows | Leave a Comment »
Posted by jpluimers on 2017/08/11
Since they require a referer:
wget --referer=http://launcher.nirsoft.net/downloads/ -m -np http://download.nirsoft.net/nirsoft_package_1.20.10.zip
wget --referer=http://launcher.nirsoft.net/downloads/ -m -np http://download2.nirsoft.net/nirsoft_package_enc_1.20.10.zip
The latter has password nirsoft9876$
The filenames change over time (the 2016 archive of http://launcher.nirsoft.net/downloads/ shows http://download.nirsoft.net/nirsoft_package_1.20.5.zip and http://download2.nirsoft.net/nirsoft_package_enc_1.20.5.zip
Need to check out if I can automate this, as they seem to keep a SysInternals link http://download.nirsoft.net/sysinternals4.nlp
–jeroen
Posted in NirSoft, Power User, SysInternals, Windows | Leave a Comment »
Posted by jpluimers on 2017/07/21
It’s been a while ago, but still relevant and available as both Standard PDF [WayBack] and Mobile PDF [WayBack]:
free ebook, Introducing Windows Server 2016 (ISBN 9780735697744), by John McCabe and the Windows Server team. Enjoy!
Source: Free ebook: Introducing Windows Server 2016 – Microsoft Press blog [WayBack]
Via: Ondrej Kelle – Google+ [WayBack]
Posted in Power User, Windows | Leave a Comment »
Posted by jpluimers on 2017/07/20
you cannot rename a task except for exporting, renaming and importing again
Source: How do I rename a task in Task Scheduled on Windows Server 2008 R2 – Server Fault [WayBack]
–jeroen
Posted in Power User, Windows | Leave a Comment »
Posted by jpluimers on 2017/06/26
Source: The Most Common VPN Error Codes Explained
- VPN Error 800 “Unable to establish connection”
- VPN Error 619 “A connection to the remote computer could not be established”
- VPN Error 51 “Unable to communicate with the VPN subsystem”
- VPN Error 412 “The remote peer is no longer responding”
- VPN Error 721 “The remote computer did not respond”
- VPN Error 720 “No PPP control protocols configured”
- VPN Error 691 “Access denied because username and/or password is invalid on the domain”
- VPN Errors 812, 732 and 734 “The connection was prevented because of a policy configured on your RAS/VPN server”
- VPN Error 806 “A connection between your computer and the VPN server has been established but the VPN connection cannot be completed.”
–jeroen
Posted in Power User, Windows, Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista, Windows XP | Leave a Comment »
Posted by jpluimers on 2017/06/13
It looks like Microsoft and Embarcadero solved their ends for [WayBack] Windows 10 Creators update and Delphi debugging don’t go well… :
The issue was caused by the Windows LoadLibrary trying to optimise loading which backfired for libraries (PE files like DLL/EXE…) that have multiple import tables in them as generated by the Delphi and C++ Builder linker (and maybe other linkers as well).
Microsoft finetuned their optimisation whereas a future update to Delphi and C++ Builder will generate more optimised import tables.
–jeroen
via [WayBack] Blog post “The Issue with Delphi Runtime Packages and Windows 10 Creators Update”… – Marco Cantù – Google+
Posted in Delphi, Development, Power User, Software Development, Windows, Windows 10 | Leave a Comment »
Posted by jpluimers on 2017/06/05
Brilliant:
This is small tool that adds Attach and Detach option to contextual (aka right-click) menu of Virtual disk (vhd) files. That enables those operations to be done without trip to Disk Management console. Detach option is available on hard drive contextual menu also (if selected in options).
Source:
–jeroen
Posted in Power User, Windows, Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2 | Leave a Comment »
Posted by jpluimers on 2017/05/26
Penguinistas, rejoice: Tavis Ormandy lets you fuzz Windows
Cool, as they now can fuzz Windows Defender and have Microsoft make it better so all Windows 8+ users can profit from it.
Source: [WayBack] What’s got a vast attack surface and runs on Linux? Windows Defender, of course • The Register
Repository: https://github.com/taviso/loadlibrary
Via: [WayBack] WAT? – DoorToDoorGeek “Stephen McLaughlin” – Google+
–jeroen
Posted in Power User, Windows, Windows 8, Windows 8.1, Windows 9, Windows Server 2016 | Leave a Comment »
Posted by jpluimers on 2017/05/26
History repeating itself: [Archive.is] 31607 – C:\nul\nul crashes/BSOD then, now it’s this:
Via:
All versions prior to Windows 10 and Windows Server 2016 seem vulnerable.
So add $MFT to this list:
The following device names have been known to render a system unstable: CON, NUL, AUX, PRN, CLOCK$, COMx, LPT1, and CONFIG$.
In short, Steven Sheldon created a rust package named nul which broke the complete package manager on Windows:
nul is not a valid name in windows 10, so cargo fails to update the registry, and then aborts whatever it was doing (building, searching, ect.).I think this project should be re-published to crates.io under a new name, something like null-strings perhaps?https://github.com/rust-lang/crates.io-indexBTW: one of my gripes on learning new languages is that they come with a whole new idiom of their ecosystem: rust, cargo, crates, all sound like being a truck mechanic to me.
–jeroen
Posted in Development, Microsoft Surface on Windows 7, NTFS, Power User, Security, Software Development, The Old New Thing, Windows, Windows 10, Windows 7, Windows 8, Windows 8.1, Windows 9, Windows 95, Windows 98, Windows Defender, Windows Development, Windows ME, Windows NT, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Vista, Windows XP | Leave a Comment »