網頁

顯示具有 軟體問題 標籤的文章。 顯示所有文章
顯示具有 軟體問題 標籤的文章。 顯示所有文章

2020年8月28日 星期五

[ 軟體問題 ] Evernote 最佳化資料庫 (務必先備份資料)

Evernote 最佳化資料庫 (務必先備份資料)

自己的資料庫有5936條記事, 最佳化時間約5分鐘(SSD硬碟),原本為8.55GB, 優化後為3.6GB

Evernote version : 6.25.1.9091

OS : Windows 10 Home



引用自 : http://www.vixual.net/blog/archives/5812

1) 按住鍵盤 Ctrl,用滑鼠點選「說明(H)」選單,就會看到多出來的隱藏功能:


2) Evernote 最佳化資料庫會更新記事、重建全文搜尋索引、重建記事屬性索引。


"我原本的資料庫大小約 2.2GB,有 5800 則記事,整個最佳化的時間約 50 分鐘 (非 SSD 硬碟),重整完變成 1.7GB"


JUST SHARE

[ 軟體問題 ] Evernote 輸入很慢有延遲或載入慢。Evernote Lagging when Typing

Q:  Evernote 輸入延遲或載入慢。Evernote Lagging when Typing

Solved :

9/25 又產生一樣lagging

可以參考下面方法(關閉CFG, 重啟電腦)

It turned out that newest Windows 10 Fall Creators Update (year 2017) introduced some malware prevention software called "Control flow guard" (CFG) . Once it's turned off, Evernote gets fast again!

After computer reboot it should be much faster.


ever since FCU update, I've been experiencing general slowness and lagginess of Windows, even in trivial things, like maximizing/restoring Explorer window, as well as some extreme performance regressions in professional software, such as 3ds Max, DaVinci Resolve or Photoshop. And it seems I am not alone.

Recently, one of my friends, who is a programmer, found a fix to this issue, for which I am eternally grateful to him.

SO! I will try to basically translate what he said:
With FCU, Microsoft has introduced some new crap with which they try to blindly patch exploits in softwares. These blind patches significantly reduce performance of some functions, and they are enabled by default system-wide. It is a questionable decision, but since Windows is seeding ground for all kinds of viruses, flash, acrobat and browser exploits, it's to some degree understandable.

......

Alright, so with the explanation of the issue out of the way, here is how to fix it:

1, Hit start menu and type "Defender", it should bring up "Windows Defender settings" entry, so open it.

2, Once you are in Windows Defender Security Center, Click App & browser control button

3, Scroll all the way down, to Exploit protection, and click Exploit protection settings text

4, Once on Exploit protection page, set Control flow guard (CFG) to OFF.

5, It will prompt you to restart your PC

6, After the restart, enjoy your smooth Windows experience again

7, Curse Microsoft for the rest of your life and be very skeptical about new feature updates.


Reference

Andrew2 , https://discussion.evernote.com/forums/topic/110116-en-extremely-slow-after-win-10-fall-creators-update-solved/

https://www.tenforums.com/performance-maintenance/96792-fall-creators-update-poor-performance-lagginess-fix.html


----------------------------------------------------------

8/29

上個禮拜新筆電(Windows10)安裝完Evernote, ,打字速度非常順暢,完全沒有延遲問題產生,一個禮拜過後,在打字的時候會產生延遲約1秒,按下每個字無法即時反應Key in。

花了好幾個小時找到的解決辦法都不適用,最後試出這個選項有幫助。

找到此方法已解決 : Options > General > Enable Hardware acceleration


Evernote version : 6.25.1.9091 (English version)

PC system : Windows 10 Home

PC model : Asus ROG TUF Gaming 15" laptop






Just Share


2020年8月7日 星期五

[ 軟體問題 ]如何隱藏我的USB隨身碟,使他可以當作開機碟但不在我的電腦中出現

 如何隱藏我的USB隨身碟,使他可以當作開機碟但不在我的電腦中出現

  1. Go into the ‘Disk Management’ Administrative Tool. You should see two disks. One Disk will be the NVMe card with the Operating System Installed on it, which is the C: drive The other Disk will be the REFIND USB Drive – it will say DUET in the Disk title.
  2. Click on the Duet disk. Then right click on it and select the drive letter option. As campdublanc stated in one of his messages, you can remove the drive letter. This disk – Duet – will then be hidden, so someone else will not see it from the Windows Explorer, and cannot therefore accidently access it and corrupt it. You can always go back and see it in ‘Disk Management’ if there is a need for that.


Just Share

2019年11月17日 星期日

[ 軟體問題 ] 我的電腦Win10常常睡眠狀態自己開機又關閉,如何解決? (windows 10, mouse)

Q: 我的電腦Win10常常睡眠狀態自己開機又關閉,如何解決?


Solved :
試了幾種方式,最後這個方式解決我電腦常常半夜喚醒的問題。可以安心地睡覺

Solution 3 – Disable your mouse (or keyboard) from waking up your PC using Command Prompt

1. Press Windows Key + X and select Command Prompt (Admin) from the menu.

2.Once Command Prompt opens, enter the following:
powercfg -devicequery wake_armed
(列出喚醒你電腦的所有裝置,有可能是被網路卡喚醒,其他方法只能解決滑鼠鍵盤喚醒問題,本例就是卡在這個原因,常常自己半夜被電腦喚醒)


3. You should see the list of all devices that are allowed to wake up your computer. Enter powercfg -devicedisablewake “device name” into Command Prompt to stop a device from waking up your PC. Remember to replace “device name” with a name of the actual device. It’s also important to keep the quotation marks, so do not delete them.()
(輸入以上指令,停止裝置喚醒, 需在device name 取代為 步驟二列出的裝置名稱.
※記得雙引號" "要保留, 如只是要關閉喚醒到步驟三即可)


4. Optional: You can use powercfg -deviceenablewake “device name” command to enable certain device to wake up your PC. You can find the name of the specific device by using the Device Manager.
(步驟四為喚醒)

方法來源: windows report - Milan Stanojevic(2016/05/09).
Prevent mouse from waking up in Windows 10 .
https://windowsreport.com/prevent-mouse-waking-windows-10/


JUST SHARE

2019年5月26日 星期日

[ 軟體問題 ] PowerPoint(PPT)如何匯出高解析度圖片300ppi

Q: PowerPoint(PPT)如何匯出高解析度圖片?

A:(以WIN 10, PPT2016為例)
在搜尋輸入 : regedit

修訂機碼 Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\Options

新增ExportBitmapResolution
(右鍵用Decimal: 10進位編修, 輸入妳要的解析度 如數字300  就是300ppi)




如何提高PPT投影片的匯出圖片解析度

JUST SHARE

2018年7月9日 星期一

Win8 如何開機不輸入密碼?


1. 快捷鍵Windows鍵+R
2. 輸入netplwiz
3. 取消勾選上方〔必須輸入使用者名稱和密碼,才能使用這台電腦〕選項,按下確定
4.完成


參考自 : 水中資資教
http://keanu566.blogspot.com/2014/10/windows8-autologin.html

2016年12月7日 星期三

[ 軟體問題 ] Xchange viewer PDF軟體彈出式視窗太大,無法按到其他功能,如何調整大小? 視窗跑到螢幕外怎麼辦

Q1 : 視窗跑到螢幕外怎麼辦?

A1:
1.「Alt+tab」找到過大的視窗,然後按下「alt+space」就會出現「移動」小對話框。
2.按下「移動(M)」之後,用方向鍵 ↑ ↓ ← → 來微調那個視窗的位置,
就可以把那個視窗移回到桌面內部了!

Q2: Xchange viewer PDF軟體彈出式視窗太大,無法按到印表機的其他功能,如何調整大小? (以Win8.1為例,其他發生一樣狀況的軟體也適用)



A2:
1. 桌面按右鍵,選「螢幕解析度」。 進入螢幕解析度後,選擇下方藍色字條「改變文字和其他項目的大小」



2. 進到「改變文字和其他項目的大小」,下方選擇 只變更文字大小,「訊息方塊」,原本為字體12改為9,(看的到整體視窗為主),套用即可。

3. 原本「訊息方塊」12大小的字體 改為9,完全可以看到整個視窗,
解決,收工!! 以後不用再花時間用其他PDF軟體開拉~~



JUST SHARE

2016年10月29日 星期六

[ 小技巧 ] excel 行列如何轉換?

Q : excel 行列如何轉換?

A:
方法如下:
  1. 請選取要重新排列的資料範圍,包括所有的列或欄標籤,然後按 Ctrl+C。
    附註: 請確定您已複製資料以執行此動作。使用 [剪下] 命令或是 Ctrl+X 將無法運作。
  2. 以滑鼠右鍵按一下要貼上資料的第一個儲存格,然後選取 [調換] [轉置] 按鈕圖像 。
    在工作表中挑選一個具有足夠空間可貼上資料的點。 

參考資料來源 :  OFFICE官方說明

JUST SHARE

2016年10月18日 星期二

[ 軟體問題 ] KMPLAYER 撥放影片字幕出現亂碼?

Q : KMPLAYER 撥放影片字幕出現亂碼?

A: 有些網站字幕的存檔類型為,UTF-8。
只要另存新檔,將編碼改成「ANSI」即可。

如果還是不能解決,在KMPLAYER 影片撥放時,
按F2, 左手邊有"字幕處理" -> 字型 -> 字元集, 改成系統預設或是ANSI。

JUST SHARE

2016年9月3日 星期六

[ 隨手分享 ] 如何下載網站影片,如XUITE網站影片?

Q: 如何下載網站影片,如XUITE網站影片

A:


1. 開啟 Google Chrome瀏覽器。

2. 在頁面空白位置,按滑鼠右鍵一下,選擇「檢查」項目。

3. 點擊「NETWORK」選單項目。

4. 進入到影片所在網址,點取要下載的影片。

5. 在TYPE欄中尋找VIDEO/MP4項目,將滑鼠指標移到INITIATOR欄位,按滑鼠右鍵一下,選擇「COPY LINK ADDRESS」項目。

6. 點取瀏覽器右上角空白分頁標籤,新增一個分頁。

7. 點取網址列,再按滑鼠右鍵一下,選擇「貼上」項目,將影片真實網址複製到網址列中。

8. 等到影片出來後,在頁面空白位置,按滑鼠右鍵一下,選擇「另存新檔」項目。

資料參考自 : XUITE錦子桃李天下
http://ccenjor.pixnet.net/blog/post/184572693-%E5%A6%82%E4%BD%95%E4%B8%8B%E8%BC%89xuite%E7%9A%84%E5%BD%B1%E7%89%87

JUST SHARE

2016年9月2日 星期五

[ 軟體問題 ] Avira 小紅傘 防毒軟體 封鎖host檔案,如何解除?

Q : Avira封鎖host檔案,如何解除?

Avira blocks hosts file, what can I do?


A: 
You disable this verification.
In Avira 2014 it is under Extras > Configuration (F8) > General > Security > Uncheck the option:
Protect Windows hosts file from changes.

Then you can edit the file and turn the protection on again.
資料來自 :answers.avira.com /  Pedro Pereira 

JUST SHARE

2016年8月21日 星期日

[ 軟體問題 ] 筆記型電腦 Win8休眠後,開機時NumLock 會鎖定數字鍵,啟動後無法輸入數字

Q : Win8休眠後,開機時NumLock 會鎖定數字鍵,啟動後無法輸入數字

Solved :
方法一
Windows 8.1 自動開啟 Num Lock 功能?
http://www.weithenn.org/2015/04/windows-8-1-startup-num-lock.html


方法二
【Windows8.1】NumLock數字鍵盤開機自動打開(進階版)
http://home.gamer.com.tw/creationDetail.php?sn=2947553

JUST SHARE

[ 軟體問題 ] Win8 如何使不想使用的軟體,開機時不啟動

Q: 如何使部分軟體開機時不啟動,加快開機時間?

Solved : 
1. Win + R, 開啟編輯器,輸入msconfig
2. 選擇"啟動"的區塊(服務的區塊,也可部分關閉)
3. 選擇打開工作管理員
4. 取消 勾選不想啟動的程式。

參考自 :
http://yech1234.pixnet.net/blog/post/26185727-%E5%A6%82%E4%BD%95%E7%A7%BB%E9%99%A4%E4%B8%8D%E6%83%B3%E8%A6%81%E7%9A%84%E9%96%8B%E6%A9%9F%E5%95%9F%E5%8B%95%E7%A8%8B%E5%BC%8F

JUST SHARE

2016年4月5日 星期二

[ 知識分享 ] EXCEL兩時間差轉整數 方法

Q : 
A時間15:03:01,
B時間15:03:06
兩時間差(B-A), EXCEL計算後格式為 00:00:05,如何把時間格式轉整數
ex : 00:00:05秒顯示為5 ?

A: 
「格式轉為通用格式,並乘上86400」
由於時間是24小時制,86400秒 / 天, 以秒為基礎單位來轉換,
1秒 = 1/86400
5秒(00:00:05) = 5 * (1/86400)
= 0.000058













JUST SHARE



















2014年2月25日 星期二

[ 軟體問題 ] 手機無法同步Google日曆

Q : 手機無法同步Google日曆?
(手機型號 Samsung S2)

A :
日曆更新一直出現問題, 無法連線更新。
重新下載App Google Calendar 安裝後, 即解決問題。


Just Share

2013年12月16日 星期一

2013年5月19日 星期日

[ 軟體問題 ] 如何移除AVG Secure Search,開新分頁被綁架之狀況

Q : 如何移除AVG Secure Search,開新分頁被綁架之狀況
      (防毒軟體還強制綁架分頁,太沒有道德了。)


A :
我的方法 :

控制台 -> 新增或移除程式 ->移除 AVG SafeGuard toolbar



你可以恢復自由了!!!





(我使用此例不成功)
可參考此網站做法
1.在chrome的設定下>設定>管理搜尋引擎
   把預設改回原本慣用的搜尋引擎
   可以把AVG的安全搜尋給刪除

2.在chrome的設定下>擴充功能
   把AVG的安全搜尋給停用或刪除

基本上按照上面兩個步驟搜尋列就正常了
但是我還是會出現兩個AVG的安全搜尋分頁
原來問題在chrome的設定下>設定>起始畫面
開啟某個特定網頁或一組網頁  兩個分頁給刪除即可ㄧ

資料來源 : http://lypsharon.blogspot.tw/2012/09/avg.html


JUST SHARE


2013年4月5日 星期五

[ 軟體問題 ] Filezilla FTP 無法連線?

Q:  Filezilla FTP 無法連線?


A:
原因有以下幾點 :

- 防毒軟體阻擋
- WINDOWS 防火牆阻擋
- IP 分享器 阻擋
- 對方伺服器問題


一開始將Filezilla 排除在WINDOWS 防火牆外,沒效果。
關閉 防毒軟體,沒效果。

最後,
我個人將CABLE從IP分享器上拔下,直接裝至中華電信數據機上,即解決問題,可成功連上FTP ^^





可參考 :
 http://www.spring.url.tw/internet/ftp.html


JUST SHARE

2012年11月17日 星期六

[ 軟體問題 ] 已解除Orbit Downloader,Chrome瀏覽器卻還是使用相同方式下載 如何解決

Q: 
雖然已解除Orbit Downloader 的安裝,但是在解除安裝的同時沒有關閉Chrome瀏覽器,造成解除安裝不完全,導致之後軟體下載無法順利進行。




A:
1. 在網址頁輸入 chrome://plugins/

2. 將orbit downloader的外掛"停用",重新開啟瀏覽器 即可。

















http://get.adobe.com/flashplayer/?fpchrome

以上網址為測試下載用,Flashplayer 官方下載頁


JUST SHARE

[ 軟體問題 ] Win 7 , Chrome 瀏覽器 撥放Youtube無聲音,其他音效正常

Q : 使用Windows 7 系統,Chrome 瀏覽器 撥放Youtube無聲音,其他音效正常

A: 
先複製 chrome://plugins/ 到網址列 然後把 把Adobe Flash Player停用

到 http://get.adobe.com/tw/flashplayer/?no_redirect 安裝最新版

再到 chrome://plugins/ 

如果出現有兩個像這樣 Adobe Flash Player (2 files) 點右上的 詳細資訊

然後啟用這個

名稱: Shockwave Flash
說明: Shockwave Flash 11.5 r502
版本: 11,5,502,110
位置: C:\Windows\system32\Macromed\Flash\NPSWF32_11_5_502_110.dll
類型: NPAPI

其他的 Adobe Flash Player 都停用就好了
-------------------------------------------------------------------------
以上方法順利解決 我個人電腦上的問題,有相同問題的網友們 可參考


JUST SHARE