Tag Archives: Windows

Microsoft 365 Excel Performance Hack for UHD Displays in Windows

If you have a large spreadsheet to edit (ie. 10k+ columns) with your UHD display (ie. 4K or higher resolution) in Microsoft 365 Excel you may have some performance issues when scrolling.

I just found an easy hack that works for me:

  1. Check Disable hardware graphics acceleration in Excel under File – Options – Advanced – Display section
  2. Exit Excel
  3. Change your display resolution to 1920×1080
  4. Change text scale to 100%
  5. Open the spreadsheet you need to edit with Excel
  6. Change your display resolution back to native resolution
  7. Change text scale back to your original option (ie. 200%)
  8. See magic happens

This hack works until you exit your Excel. So you have to redo step 3-8 when openning new documents.

balenaEtcher: Source and destination checksums do not match errors

If you got the following errors:

\\.\PhysicalDrive1: Source and destination checksums do not match: <hash1> !== <hash2>

You can try to disable removable drives to be added to libraries setting for System Volume Information folder creation:

How to prevent creation of “System Volume Information” folder in Windows 10 for USB flash drives?

Remove Ubuntu Dual Boot From Windows Boot Manager

  1. Log into Windows
  2. Click Windows menu, hold shift and left click to restart Windows into Advanced Options menu
  3. Choose Troubleshoot > Advanced Options > Command Prompt, wait for the reboot
  4. After reboot, reselect Windows
  5. In Command Prompt, type bootrec /fixmbr and bootrec /fixboot. Then close the Command Prompt and choose Continue to continue login to Windows
  6. After logging into Windows, run diskmgmt to remove the volumes from Ubuntu

You can also use GUI solution like EasyBCD to remove the Ubuntu boot item from Windows Boot Manager.

Microsoft 真是完了

先說事情緣由吧

因為工作原因,需要一台 Windows 的機器,之前一直在 OS X 上用 Parallels Desktop 的 Windows 虛擬機,VM 是從 modern.ie 取得的,過期之後去 Microsoft 官網買了 Windows 8.1 的許可,然後一直開心地用著

後來發現 PD 的虛擬機性能已經無法滿足我了,打算將淘汰下來的 MacBook Pro 用 Boot Camp 直接裝 Windows 來用,於是就發現了 Microsoft 的驚天大秘密!

首先我去 Microsoft 官網找 Windows 鏡像下載,登入了帳號,找了幾百個小時竟然根本無法找到!後來搜了好幾個月才發現竟然要在一個 microsoftstore.com 的網站下載!下載之後準備在 Boot Camp 中燒鏡像時才發現,Boot Camp 竟然只支援 64 位元!

這時我開始回想⋯⋯不對啊,從官網下載來的加載程式根本就沒有選擇位元的選項!又經過了數月的搜索,終於發現了 Windows 的天大的秘密!

那就是如果你是在 32 位元系統上下載鏡像,那麼你只能下載 32 位元的鏡像!同理 64 位元系統上只能下載 64 位元的鏡像!1

這時我突然想起我從 modern.ie 那邊的 VM 是 32-bit 的⋯⋯

Holy motherfucking shit!

微軟真的完了⋯⋯

這都 2015 年了⋯⋯

下面附上解決辦法:

  1. 根據腳註推薦,請去下載相應 torrent 的文件,然後去 MSDN 那邊驗證 SHA1,比如我需要的是「Windows 8.1 with Update (multiple editions) (x64) – DVD (English)」:
$ openssl sha1 /Users/hep/Downloads/en_windows_8.1_with_update_x64_dvd_6051480.iso 
SHA1(/Users/hep/Downloads/en_windows_8.1_with_update_x64_dvd_6051480.iso)= a8b5df0b0816280ae18017bc4b119c77b6c6eb79

最後說一句,堅決支持 OS X 用戶使用盜版 Windows!

Parallels Desktop 上的 Windows

系统设置

  • 关闭系统还原
  • 修改显示设置
  • 关闭自动更新
  • 修改虚拟内存
  • 关闭安全中心
  • 修改文件夹视图
  • 关掉壁纸

相关驱动设置

  • 安装 Parallels Tools 的
  • 载入 Dropbox 文件夹,映射到 Z 盘
  • 安装 IE,不选择安装更新,重启后按照喜好设置 IE
  • 安装 Google Chrome
  • 安装 Firefox
  • TweakUI,用来修改 IE 的收藏夹位置,同步到 Dropbox
  • 访问一遍淘宝支付宝/OOXX 银行,让他们自动插控件

必备软件安装

  • dotnetfx.exe
  • htmlhelp.exe
  • FAR HTML,去掉自动更新,右键菜单关联设置
  • SDL Passolo
  • tortoisehg-1.1.8-hg-1.7.3-x86.msi
  • IETester
  • Notepad++
  • QQ 输入法

如何完整删除 Microsoft Mesenger for Mac

一破 IM 居然是 mpkg 包,mpkg 包吧竟然没 Uninstaller,卸载方法吧竟然我在 Mesenger 开发者 PDF 里才能找到,而且还不全。这是我用 Mac OS X 这两个月来见过最傻逼的 Mac OS X 程序,另外值得一提的是。 Skype for Mac 和此软件有一拼

#!/bin/bash

rm /Applications/Microsoft Messenger.app
rm ~/Library/Preferences/com.microsoft.autoupdate2.plist
rm ~/Library/Preferences/com.microsoft.error_reporting.plist
rm ~/Library/Preferences/com.microsoft.Messenger.plist
rm -rf /Library/Application Support/Microsoft
rm -rf ~/Library/Preferences/Microsoft
rm -rf ~/Library/Caches/com.microsoft.Messenger
rm -rf ~/Documents/Microsoft\ User\ Data