For my link archive: [WayBack] Language Accessory Pack for Office – Office Support (short-link)
All supported languages for Office 2010, 2013 and 2066/newer versions.
–jeroen
Posted by jpluimers on 2018/10/29
For my link archive: [WayBack] Language Accessory Pack for Office – Office Support (short-link)
All supported languages for Office 2010, 2013 and 2066/newer versions.
–jeroen
Posted in Office, Office 2010, Office 2013, Office 2016, Power User, Windows | Leave a Comment »
Posted by jpluimers on 2018/10/09
Netcat to the rescue waiting for a Windows 10 upgrade to finish (which can take hours):
while ! nc -z 172.22.0.67 3389; do echo "sleeping"; sleep 10; done; echo 'The server is up!'
Via: [WayBack] tcp – How can I trigger a script when a certain port becomes available for requests? – Unix & Linux Stack Exchange, quoting from the answer:
ncis Netcat, “the Swiss-army knife for TCP/IP”,-zmeans: do not send any data, just check if the port is open,while ! nc -z …; do sleep 0.1; done: keep checking and sleeping for one tenth of a second until the port opens up, i.e. Netcat returns with a zero (success) status.
–jeroen
Posted in *nix, *nix-tools, Communications Development, Development, Internet protocol suite, Power User, TCP, Windows | Leave a Comment »
Posted by jpluimers on 2018/10/01
I write about this registry key before: Applications that scale badely on High-DPI Displays: How to Stop the Madness – via: SQLServerCentral « The Wiert Corner – irregular stream of stuff
It seems that there is a bad Windows habit: [WayBack] I just love it when Windows decides to remove registry entries I’ve added and screws up something I fixed for them. – Roderick Gadellaa – Google+
–jeroen
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide] | |
| "PreferExternalManifest"=dword:00000001 |
Posted in Power User, Windows, Windows 10 | Leave a Comment »
Posted by jpluimers on 2018/09/24
Source: [WayBack] For Love of Software: Nano Server on AWS: Step by Step
Via: [WayBack] Ann Lynnworth – Google+
–jeroen
Posted in Development, Power User, Windows, Windows Server 2016 | Leave a Comment »
Posted by jpluimers on 2018/09/17
Steps to try first:
%windir%\Windowsupdate.log (on my system, it did not reveal anything special)sfc /scannow (which takes a few minutes to run)%windir%\System32\cleanmgr.exe (ensure to clean up update files: it can take tens of minutes to run)Appwiz.cpl try a “Repair” of the Office 2013 installationAppwiz.cpl)
The KB3172614 should also alleviate long during (dozens of minutes) high CPU usage of svchost.exe and TiWorker.exe when searching for Windows updates.
Posted in Office, Office 2013, Power User, Windows, Windows 8.1 | Leave a Comment »
Posted by jpluimers on 2018/08/17
It seems there are a few, but only loading the binary is the sure method to know what the process will be using: [WayBack] How to check if a binary is 32 or 64 bit on Windows? – Super User and [WayBack] How do I determine if a .NET application is 32 or 64 bit? – Stack Overflow.
Details in the answers of these questions, here are a few highlights:
dumpbin.exe with the /headers option.sigcheck.exe from SysInternals.file utility (e.g. from cygwin, which comes with msysgit) will distinguish between 32- and 64-bit executables.7z.exe on the PE file (Exe or DLL) in question which gives you a CPU line.File detail is a way to find out if a binary is 32 bit or 64 bit.CORFLAGS utility can be used to determine how a .NET application will run.–jeroen
Search terms: win64, win32, x64, x86_64, x86
Posted in Assembly Language, Development, Power User, Windows, x64, x86 | Leave a Comment »
Posted by jpluimers on 2018/08/17
If you are still on version 8, then note this version will be deprecated at 20180901, so it is time to upgrade to [Archive.is] Microsoft Remote Desktop 10 on the Mac App Store
[Archive.is] Microsoft Remote Desktop 8 on the Mac App Store is now at version 8.0.44, which changed one thing:
This update adds a dismissible banner to the app UI to message the fact that the client will be deprecated soon. You can start using the new version of Remote Desktop today by downloading Microsoft Remote Desktop 10 from the App Store.
It is easy to import your RDP desktops from version 8 into version 18: in the menu, select Connections, then Import from Microsoft Remote Desktop 8, then enter your credentials so the saved logon passwords can be imported from the [WayBack] KeyChain.
A few things to note:
Background reading:
The full version histories of both:
Posted in Apple, Power User, Remote Desktop Protocol/MSTSC/Terminal Services, Windows | Leave a Comment »
Posted by jpluimers on 2018/08/13
I needed to figure out what was wrong with a Canon MF8200C UFRII LT XPS.
Luckily, this still worked for administrator access [WayBack] Default admin password for Canon Multifunction Printers:
Put in admin id 7654321 pw 7654321
–jeroen
Posted in Power User, Printer drivers, Windows | Leave a Comment »
Posted by jpluimers on 2018/08/10
–jeroen
Via:
Posted in Power User, Windows | Leave a Comment »
Posted by jpluimers on 2018/08/06
I use Nirsoft’s [WayBack] CSVFileView. It is a simple lightweight read-only csv viewer.
Source [WayBack] windows – What is a good light-weight CSV viewer? – Stack Overflow
Posted in Power User, Windows | 2 Comments »