Some links I need to research to find a duplicate file finder that fits my needs:
- Which duplicate files and folders finders exist for Windows? – Super User.
- Duplicate File Finder (DupFiles) – Funduc Software.
–jeroen
Posted by jpluimers on 2012/10/26
Some links I need to research to find a duplicate file finder that fits my needs:
–jeroen
Posted in Power User, Windows, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2 | Leave a Comment »
Posted by jpluimers on 2012/10/22
LPG is Liquefied Petroleum Gas. CNG is Compressed Natural Gas. Both are good fuels for cars. I favour LPG, for two reasons. First, it often can be obtained as a rest-product of cracking crude oil, second it has a much higher energy density than CNG.
For each country, you should
Note: In Switzerland, there are relatively few LPG stations, but many CNG stations.
Download section for getting LPG and CNG stations in Germany, Switzerland and Austria: LPG & CNG Tankstellen (download).
For TomTom devices, just download the LPG or CNG files for POI and Icon:
Start your downloads at LPG Autogas in Italy – Petrol GPS POI data directory for TomTom, Garmin, Navman, SmartPhones and other GPS devices. – GPS POI Data.
Then press the Download POI File button to download the OV2 and BMP file.
–jeroen
Posted in Power User, Windows | Tagged: autogas, bmp file, cng stations, compressed natural gas, energy density, forum gps, gadgets, germany austria, germany switzerland, gps devices, liquefied petroleum gas, technology, transportation | Leave a Comment »
Posted by jpluimers on 2012/10/19
Krishnan Sriram has a very nice list of New hotkeys for the Windows 8 Consumer Preview.
His lists starts with the shortcuts that stayed the same; these are the ones that are new:
Posted in Keyboards and Keyboard Shortcuts, Power User, Windows, Windows 7, Windows 8 | Leave a Comment »
Posted by jpluimers on 2012/10/15
I needed to make backups of a couple of maintenance USB drives.
It turned out to be pretty easy: How To Backup Bootable USB Drive describes how to do that based on a small USB Image Tool developed in .NET.
One of the things you can do with this is backup bootable Windows installation media.
Note it is a simple tool, so it backups only same size to same size. For more advanced copy purposes, use something like the professional tools from Acronis.
–jeroen
Posted in .NET, Development, Hardware Interfacing, Power User, Software Development, USB, Windows, Windows 7, Windows 8, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Leave a Comment »
Posted by jpluimers on 2012/10/12
psexec to the rescue again:
psexec \\%rsys% -u DOMAIN\%user% mmc.exe lusrmgr.msc
note: both the current and remote computer must be trusting the AD belonging to DOMAIN, otherwise you will get an access denied message.
–jeroen
Posted in Power User, Windows, Windows 7, Windows Server 2003 | Leave a Comment »
Posted by jpluimers on 2012/10/08
Most console applications return 0 (zero) as success.
But sometimes there are multiple success result codes, and the success depends on what you want to do with them.
One example is RoboCopy.
The zero result code means that nothing happened: no error occurred and nothing was copied, because there was no need to.
But for most RoboCopy scenario’s result code 1 (one) is also success. It means that no error occurred and that one ore more files were copied.
In fact the RoboCopy result codes form a bitmap explained on ss64.com.
Most RoboCopy use cases will have [0,1] as the set off success result codes.
–jeroen
via: Robocopy Exit Codes.
Posted in Batch-Files, Development, Power User, RoboCopy, Scripting, Software Development, Windows, Windows 7, Windows 8, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | 3 Comments »
Posted by jpluimers on 2012/10/06
While fooling around with Microsoft Surface, you are astonished with the number of fingers it supports: 10 is no problem on the Samsung SUR40 which can also do full HD resolution (more specs here).
Not so with the standard Windows 7 touch support: that has only 2.
As I want to increase that to better mimic the development environment to the actual environment a few notes:
–jeroen
Posted in .NET, Development, Microsoft Surface, Microsoft Surface on Windows 7, Software Development, Windows 7, Windows 8 | Tagged: 3m, computing hardware, development environment, fingers, gadgets, hd, microsoft, microsoft surface, pc hardware, real world, samsung, stack overflow, technology | 1 Comment »
Posted by jpluimers on 2012/09/29
If I read Inappropriate Use of Adobe Code Signing Certificate my conclusion is that anything signed by the Adobe Code Signing Certificate since 2012-07-10 potentially can be malware.
As a precaution, I will manually revoke the certificate on all my systems (that’ll take a while!). If anyone knows how to automate that process, please post a comment showing how to.
Hitching on a trusted certificate of a big software company comes close to the ultimate hack: trojaning signed malware in the distribution of an OS vendor.
–jeroen
Posted in *nix, Adobe, Android Devices, Apple, HTC, HTC Sensation, iOS, iPad, iPhone, iPod, iPod touch, Linux, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, Opinions, OS X 10.8 Mountain Lion, Power User, Windows, Windows 7, Windows 8, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Tagged: adobe software, conclusion, engineering team, precaution, secure software, software, software company, software engineering, technology, ultimate hack | Leave a Comment »
Posted by jpluimers on 2012/09/21
The Ctrl+Alt+Delete keyboard shortcut equivalent for VMware View/Workstation/Player is very easy to remember: Ctrl+Alt+Insert.
While searching for the Ctrl+Alt+Delete keyboard shortcut equivalent in Remote Desktop (which is Ctrl+Alt+End), I came accross the via List of the keyboard shortcuts that are available in Windows XP.
It includes these lists:
I was after the Ctrl+Alt+End shortcut from the list below which works in any Windows version I tested so far. But the other lists are very useful too.
Posted in Keyboards and Keyboard Shortcuts, Power User, Windows, Windows 7, Windows 8, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Leave a Comment »
Posted by jpluimers on 2012/09/20
Summary:
Earlier this week a zero-day vulnerability in the mshtml.dll was made public. This DLL is used by almost all Internet Explorer versions (6-9 are vulnerable) and many other software products (almost anything from Microsoft and a lot of 3rd party software that displays a web page on Windows).
While Microsoft is building a fix that is to be released very soon now (probably tomorrow, Friday September 21st 2010), the official resolutions are not to use the mshtml.dll at all (impractical for many people), or deploy EMET (impractical too as it requires administrative privileges).
If you can, switch to a browser that uses a different layout engine than mshtml.dll (for instance browsers based on WebKit will do).
These pages are good starting points for more information:
Particularly interesting posts:
–jeroen
Posted in Internet Explorer, Power User, Web Browsers, Windows, Windows 7, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Tagged: execcommand, internet explorer patch, internet explorer versions, layout engine, party software, software, software products, technology, zero day | 8 Comments »