2019年11月14日 星期四

Windows:關於 Teamviewer重新安裝的方法

關於 Teamviewer重新安裝的方法

註:  MacOS 的方法還再找....

 - 單位時間內, 連線太多台遠端 Teamviewer就會被定義為商業使用
 - 連續連線到某一台被定義為商業使用的, 也會被定義為商業使用
   (這也會感染, 真的醉了...)

 使用 Teamview AlterID 最快速,最簡單

 但下面這個解決方案最完整
 重點在那個 SID Change Utility
  Windows 7 SID 更換後, 重新開機就可以
  但Windows 10 SID更換後, 所有的 User Account Register Data都會被刪除
  一堆軟體的設定,都要重新設定,麻煩.

 SIDCHG 使用方法
 D:>  sidchg64.exe /f /r /key:3YPCr-vF9fi-R2VB7-ef

 那個 3YPCr-vF9fi-R2VB7-ef 就是免費的測試Key
 SIDCHG Key 的 Trial key在網頁的中間段, 捲頁就找的到
    SIDCHG SID Change Utility Trial key


解決方案:
 TeamViewer ‘Commercial Use Suspected’ fix

2019年11月5日 星期二

swift 5: 關於iOS13禁用beginIgnoringInteractionEvents後的取代方法

 UIApplication.shared.beginIgnoringInteractionEvents()
 因為 beginIgnoringInteractionEvents 在 iOS 13已被作廢


 解決方案來源:
  這網址內容是日文, 看網頁下方的程式就可以
  如何鎖定屏幕以防止在iOS 13上操作

swift 5: 關於 iPad OS 13.2 Can't end BackgroundTask錯誤訊息


APP 在執行時, 按了一下 Home/Touch ID Sensor 就會發生

Can't end BackgroundTask: no background task exists with identifier 3 (0x3), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.

在網路查詢了一堆資料
得到結論: 別理會這個錯誤

註:
 這在錯誤訊息 在 Xcode 12.4 就突然消失了...
 反而跑出另一段錯誤訊息 

 [Snapshotting] 
Snapshotting a view (0x102810000, UIKeyboardImpl) that has not been
 rendered at least once requires afterScreenUpdates:YES.