Category: Microsoft
-
Chromebooks and Microsoft Office
https://answers.microsoft.com/en-us/office/forum/office_2010-office_install/chromebooks-and-word/9fd2498f-f9fc-4dc9-a403-05f727f30407 Basically: you can run the Microsoft Office Web Applications using your Chrome browser, as long as you are online as opposed to Google Docs (for Chromebook) there are no offline versions of Microsoft Office Web Applications
-
How to Change Input Language Using Keyboard Shortcut in Windows 10
https://www.top-password.com/blog/change-input-language-using-keyboard-shortcut-in-windows-10/ “Left Alt+Shift” is something, that I type w/o intending to change my keyboard language / layout, so I prefer to remove that shortcut. (I must admit, I am an Emacs user – and I prefer to use the usual shortcuts within Emacs.)
-
Windows: show certain hidden icons on taskbar
https://www.tenforums.com/general-support/5235-always-show-hidden-icons-taskbar.html Menu on the taskbar > Taskbar settings > Notification Area > Select which icons appear on the taskbar.
-
RDP = Remote Desktop Protocol, RDS = Remote Desktop Services, formerly known as Terminal Services
https://en.wikipedia.org/wiki/Remote_Desktop_Protocol https://en.wikipedia.org/wiki/Remote_Desktop_Services
-
updating my cygwin installation left me in trouble again — was: Microsoft Windows and the X Window System
https://en.wikipedia.org/wiki/X_Window_System https://en.wikipedia.org/wiki/Cygwin/X https://en.wikipedia.org/wiki/SSH_tunnel $ startxwin I usually prefer the rootless way. My applications nowadays “usually” run on a Linux (Debian, …) system or AIX. Update 2018-04-18: After some cygwin updating startxwin prefers to shut down immediately instead of offering me a menu (“xwin-xdg-menu … — an XDG Desktop Menu Specification menu“) in the system tray.…
-
how to open excel files in separate windows
https://answers.microsoft.com/en-us/office/forum/office_2010-excel/i-want-to-open-2-excel-files-in-separate-windows/f7588d9a-3c41-466f-8f01-3b6ab9661ae3
-
EmacsWiki: Eshell Lnk File Support – but I would like to see the details of a Windows “.lnk” within emacs
https://www.emacswiki.org/emacs/EshellLnkFileSupport
-
cygwin: cygutils: readshortcut – displays details of Windows “.lnk” files
https://cygwin.com/packages/x86_64/cygutils/ – a collection of simple utilities (core collection) – “readshortcut” is one of those utilities /usr/share/doc/cygutils/PROGLIST – part of that package – quite worth having a look at Try this command line: $ readshortcut –fields –all –raw –windows *.lnk
-
pylnker – a Python tool to parse Windows “.lnk” files (derived from a Perl tool)
https://github.com/HarmJ0y/pylnker https://github.com/HarmJ0y/pylnker/blob/master/pylnker.py https://code.google.com/archive/p/revealertoolkit/ – Perl script to parse LNK files: lnk-parse-1.0.pl https://github.com/lcorbasson/revealertoolkit https://github.com/lcorbasson/revealertoolkit/blob/master/tools/lnk-parse-1.0.pl $ cd ‘C:\Users\jochen.hayek\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup’ $ ~/git-servers/github.com/HarmJ0y/pylnker/pylnker.py *.lnk $ ~/git-servers/github.com/lcorbasson/revealertoolkit/tools/lnk-parse-1.0.pl *.lnk
-
Microsoft Windows and the X Window System — new title: updating my cygwin installation left me in trouble again
https://en.wikipedia.org/wiki/X_Window_System https://en.wikipedia.org/wiki/Cygwin/X https://en.wikipedia.org/wiki/SSH_tunnel $ startxwin I usually prefer the rootless way. My applications nowadays “usually” run on a Linux (Debian, …) system or AIX. Update 2018-04-18: After some cygwin updating startxwin prefers to shut down immediately. I had no idea, that startxwin uses this start-up file: /etc/X11/xinit/startxwinrc . The last utility called there usually makes X wait…