Even if the I/O option of outputting raw in Intel byte order, the header of the resulting mha will have the MSB flag set in all cases.
Thursday, December 24, 2020
FIJI/ImageJ save as mha
Wednesday, December 23, 2020
Asus "power connector is not plugged in properly"
You have to go into the following directory: Program Files (x86)/ASUS/ATK Package/ATK Hotkey and simply move the file called ATKMsgCtrl.exe elsewhere. This is the warning message executable.
Original post: https://www.tenforums.com/drivers-hardware/38525-possible-disable-power-connector-warning.html
Wednesday, December 2, 2020
Windows checksums
C:\> certUtil -hashfile C:\file.img SHA256
https://www.shellhacks.com/windows-md5-sha256-checksum-built-in-utility/
Wednesday, September 30, 2020
OWA HTTP 440 error in Chrome
https://www.reddit.com/r/exchangeserver/comments/iyirls/owa_440_error_in_chrome/
1/2) Thanks to this post, I was able to track the source of the problem. The "Local State" file
(Located within Chrome's local user data folder) On windows that's
C:\Users\%UserName%\AppData\Local\Google\Chrome\User Data\Local State
Deleting it will resolve the issue next launch. I'm tracking through the file to see if I can identify a specific setting/issue within the file.
2/2) disabling this flag resolved the problem for chrome, even in CU earlier than CU16
chrome://flags/#reduced-referrer-granularity
Sunday, September 20, 2020
How to make shortcuts to Windows 10 settings on your Desktop
See https://www.computerworld.com/article/3218116/how-to-make-shortcuts-to-windows-10-settings-on-your-desktop.html for complete article.
"Here's how to make it work:
- Right-click or tap and hold any blank place on the Windows 10 Desktop.
- Choose New > Shortcut.
- Pick one of the ms-settings apps listed below and type it into the input box. For example, to go to the Data Usage app, type
ms-settings:datausagein the box marked Type the location of the item. - Click Next, give the shortcut a name, and click Finish.
A new shortcut appears on your desktop. Double-click or tap it, and the Settings app appears.
Here's the list:
Saturday, August 15, 2020
Win 8 Office 365 update " error api-ms-win-core-version-l1-1-1.dll "
1st Solution
Hi all many people using windowns 8 have this problem 2 days ago when Office 365 upgrade to version 2005 13001.yyyy
After 1 period of time repair my error this is my solution very easy
Reason for this problem is that Window 8 doesn't support Apps version on store, cause Word cannot work and run error like api-ms-win-core-version-l1-1-1.dll on windows 8(64bit)
The best way is that
1. Uninstall Office 365
2. Run Window Update to 8.1 free and you can find in App store on Window 8
3. Reinstall
Very easy not use SFC or anything else like install DLL from third party ...If you do this and effective, give me 1 like
thanks
2nd solution of Michael Samson
Hi Everyone,
Assuming you're like me and want to stick with Windows 8 for one reason or another, here's how to fix this in 5 minutes:
1. Open a Windows command prompt.
2. Type the following, then press Enter:
cd "\Program Files\Common Files\microsoft shared\ClickToRun"
3. You are now in the ClickToRun folder. Now type the following, then press Enter:
officec2rclient.exe /update user updatetoversion=16.0.12730.20352
4. This will launch the installer and will install the update (in this case a rollback). Wait for the update to completely finish. It will have a success message when done.
5. Now launch Outlook and immediately go to the File Menu > Office Account > Update Options, and completely disable all updates. This will prevent the auto-updates from running and causing the same problem again.
Please note that I tried rolling back to several versions, and you need to go back to the version above to fix this issue.
For reference it is this version:
Version 2004 (Build 12730.20352)
https://docs.microsoft.com/en-us/officeupdates/current-channel#version-2004-may-21
3rd Solution of marco60cr you can download and install offline image (64bit 16.0.12527.20482)
Just login to your Microsoft Account, Go to your Subscriptions. Select Microsoft 365. Install. Select Other Options, Download Offline Installation
Tuesday, May 19, 2020
How to Change "Install Updates and Shut Down" as Default Choice in Shut Down Windows Dialog (Tested on Win 7 Pro)
A) Select (dot) Enabled. (see screenshot below step 6)
Friday, May 15, 2020
Wednesday, May 6, 2020
Prevent mouse from waking up in Windows 10
Press Windows Key + X and select Device Manager from the list.
When Device Manager opens, navigate to Mouse section, select a mouse if several mice are listed, and double click it. Go to Power Management tab and uncheck "Allow this device to wake the computer".
Sunday, May 3, 2020
Pulover's Macro Creator: Can I schedule a Macro to run when I want?
https://www.macrocreator.com/docs/Faq.html#can-i-schedule-a-macro-to-run-when-i-want
MacroCreator.exe SavedFile.pmc -a
Wednesday, April 1, 2020
Windows 10 clipboard with history
https://thenextweb.com/microsoft/2018/05/11/windows-10s-new-clipboard-takes-the-pain-out-of-copy-and-pasting/
Friday, February 28, 2020
python unzip list
[(key1, val1), (key2, val2), ...]
[keys, values] = list(zip(*KeyValueList))
https://www.geeksforgeeks.org/python-unzip-a-list-of-tuples/
Tuesday, February 25, 2020
Tools to prevent your Windows PC from sleeping or locking
Wednesday, January 29, 2020
How to Turn Your PC Into a Wi-Fi Hotspot - Windows 10 with the Anniversary Update
On the Network & Internet page, on the left-hand side, click “Mobile hotspot.”
On the right-hand side, turn on the “Share my Internet connection with other devices” switch. If you want something other than the default network name and password, click the “Edit” button.
In the Edit window, type whatever network name and password you want to use and then click “OK.”
Source:
https://www.howtogeek.com/214080/how-to-turn-your-windows-pc-into-a-wi-fi-hotspot/