2022年5月30日 星期一

[舊電腦升級] Windows 11 安裝繞過 TPM 2.0、CPU 破解硬體限制教學

 微軟 Windows 11 作業系統對於電腦硬體有相當高的要求,其中最大的限制為 TPM 2.0、CPU(至少Intel 第八代 CPU)及安全開機(Secure Boot),這也造成需多不符合硬體需求的老舊電腦無法升級安裝。這篇要教各位透過修改安裝檔的方式進而繞過 TPM 2.0 及 CPU 的限制,讓老舊不符合硬體需求的電腦能在順利升級 Windows 11 作業系統。

下載iso,到微軟官網下載 Windows 11 ISO 映像檔

解壓縮iso檔,進入「sources」資料夾

找到「appraiserres.dll」檔,將這支檔案重新命名或刪除(讓這支檔案沒作用),這邊將檔案重新命名為「appraiserres.dll_bak」,另外請記得「開啟顯示副檔名」才能完整對檔案重新命名。

 將網路卡停用,讓 Windows 11 安裝程式在執行過程中,無法連上微軟的線上硬體檢測伺服器,以達到繞過硬體相容性檢測。停用操作步驟:在「網路」按右鍵「內容」,接著點擊「改變介面卡設定」,之後將目前連網的網路卡「停用」。

點擊「setup.exe」執行 Windows 11 安裝程式進行安裝,進行過程中會發現安裝程序直接【跳過】「不符合電腦硬體需求」的提示,可順利看到「安裝」按鈕。

 

 

 參考資料:

https://www.tokfun.net/os/windows/install-windows-11-old-pc/

2022年4月10日 星期日

Using DD command to Erase disk

CBL Data Shredder  can't executed properly in Win10

Try alternate approach:  using dd command for windows

 

First  download the utility DD (download) and unzip it. 

http://www.chrysocome.net//dd


win+Q    search  cmd   and right click the icon run as an administrator

 

execute    dd  --list

List all disk and volumes found in Windows:


rawwrite dd for windows version 0.5.
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by the GPL.  See copying.txt for details
Win32 Available Volume Information


\\.\Volume{1d2d4629-0000-0000-0000-100000000000}\
  link to \\?\Device\HarddiskVolume6
  fixed media
  Not mounted

\\.\Volume{41741c34-0000-0000-0000-100000000000}\
  link to \\?\Device\HarddiskVolume13
  fixed media
  Mounted on \\.\g:


select  CORRECT disk and execute following command: 

dd bs=1048576 count=1000 of=\\?\Device\HarddiskVolume13 if=/dev/zero --progress

(note:  bs=1MB count= how many bs you want to erase)


All data will be erased immediately, so execute command carefully !!!

 

 

dd bs=1G count=80 of=\\?\Device\HarddiskVolume10 if=/dev/zero --progress

2019年1月9日 星期三

下載 youtube 影片與音樂檔最簡單的方法

下載 youtube 影片與音樂檔最簡單的方法

下載 youtube 影片與音樂檔最簡單的方法:
  1. +pp
  2. +to
  3. -ube

參考資料:
http://www.vixual.net/blog/archives/134#more-134

2018年2月3日 星期六

外接硬碟盒&當硬碟大於2TB



當外接硬碟盒(例如使用 seagate goflex)   接 >2TB硬碟
透過USB 會自動使用 4K / sector  在這個情況下進行磁碟分割 格式化

將硬碟從外接盒取出接上主機板 透過內接方式讀取資料 
(系統會預設使用 512b / sector 讀取資料)
造成磁區大小、數量不同    作業系統  無法正確辨識 分割表 與 檔案系統


兩種格式轉換 必須透過 CBL Data Shredder 等...軟體
清除硬碟所有資訊  變成空白硬碟  辨認成新硬碟後 才能重新分割


參考資料:
https://www.ptt.cc/bbs/Storage_Zone/M.1430364898.A.181.html

登錄檔調教 「如何刪除「右鍵選單」中不常用的【新增】檔案類型? 解決windows 10桌面右鍵選單反應很慢的方法



如何刪除「右鍵選單」中不常用的【新增】檔案類型?

登錄檔的「HKEY_CLASSES_ROOT」項目底下,一一尋找各檔案類型的資料夾中是否有「ShellNew」這個機碼,有「ShellNew」機碼的話該檔案類型便會出現在右鍵選單的「新增」選單裡我們如果將「ShellNew」機碼刪除,右鍵選單中便不會再出現該檔案類型的新增項目。


注意: 
.link」是新增捷徑,「Folder」是新增資料夾,
這兩個會很常用到,請不要將這兩個項目中的「ShellNew」機碼刪除了。


調整"新增"項目的順序
可以修改

電腦\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\ShellNew



參考資料:

https://briian.com/5076/




解決windows 10桌面右鍵選單反應很慢的方法

找出資料夾「HKEY_CLASSES_ROOT/Directory/Background/shellex/ContextMenuHandlers]

igfxcui
igfxDTCM
^^^^^^^^^^
以上兩個是INTEL 顯示設定選單


NvCplDesktopContext  是nVidia顯示卡設定選單

如果解除顯示卡安裝程式 之後這些選單沒跟著被移除
在桌面按右鍵就會卡頓



參考資料:


https://www.dcard.tw/f/3c/p/157357544
https://www.ptt.cc/bbs/Windows/M.1475672459.A.523.html
https://www.tenforums.com/tutorials/6088-remove-intel-hd-graphics-desktop-context-menu-windows.html

2017年3月14日 星期二

notepad++ sublime emmet


安裝 emmet,  python script外掛

設定 > 快速鍵管理>  plugin command
更改 Expand Abbreviation 快速鍵

參考資料:

https://teddysun.com/254.html



!   +  快速鍵    快速生成 HTML語法

含id  class屬性
div#ccc.ddd
階層式
div.aaa>ul>li
同階層
div+p+bq
數量
ul>li*5

分組生成
div>(header>ul>li*2>a)+footer>p
效果:
<div>
    <header>
        <ul>
            <li><a href=""></a></li>
            <li><a href=""></a></li>
        </ul>
    </header>
    <footer>
        <p></p>
    </footer>
</div>

自動編號
ul>li.item$$*5
效果:
<ul>
 <li class="item01"></li>
 <li class="item02"></li>
 <li class="item03"></li>
 <li class="item04"></li>
 <li class="item05"></li>
</ul>

a[href="http://loeric9.blogspot.tw"]>{Loeric's misc blog}+b{ya}
效果:<a href="http://loeric9.blogspot.tw">Loeric's misc blog<b>Ya</b></a>


<!-- a{click}+b{here} -->
<a href="">click</a><b>here</b>

<!-- a>{click}+b{here} -->
<a href="">click<b>here</b></a>

Lorem Ipsum 隨機生成文字。
lorem12


中文版的亂數假文產生器
修改emmet-app.js  (notepad++ : C:\Program Files (x86)\Notepad++\plugins\EmmetNPP\emmet  )
新增tw 物件
tw: { 
common: ['過黨','有現真好。學愛故','天林性如白兩石','不間知室勢成','往法提就一遊'],
words: [ '過輕黨','有現真多好。學愛故','天越林性他如白兩石','不間知室勢成','往法提就一遊','事好來本善不滿海','我如如五作你當','夫裡門對!仍下山歡世,位了地客']

},


然後修改 prefs.define()函式中lorem.defaultLang  屬性 把’en’改成上面我們定義的’tw’

程式碼如下:
prefs.define('lorem.defaultLang', 'tw');


如果想要每次觸發lorem的字都不一樣 (n=你想要的字數),可以把common那一行刪掉。


參考資料:
http://www.deartet.com/29516/%E5%A6%82%E4%BD%95%E8%A3%BD%E4%BD%9C%E4%B8%AD%E6%96%87%E7%9A%84lorem-ipsum-%E5%81%87%E6%96%87%E7%94%A2%E7%94%9F%E5%99%A8

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

在Style區段:
 @f+ 即可生成 CSS3 中的 font-face 
@font-face {
 font-family: 'FontName';
 src: url('FileName.eot');
 src: url('FileName.eot?#iefix') format('embedded-opentype'),
 url('FileName.woff') format('woff'),
 url('FileName.ttf') format('truetype'),
 url('FileName.svg#FontName') format('svg');
 font-style: normal;
 font-weight: normal;
}


參考資料:

http://blog.wpjam.com/m/emmet-grammar/

2016年6月28日 星期二

104下W18 19 20 工作記錄

20160628
處理報廢電腦 61台

20160627
搬移座位


20160624
自行布線 打線
登打自然成績
整理資訊中心

E酷幣研習


20160623
整理資訊中心
輸入資訊課程成績
電腦報修 後 仍無派人前來
再次報修


20160622
將資訊中心電腦搬移至2F大辦公室


20160621
B204電腦無法開機  研判電源供應器故障
與 資訊中心電腦 交換   該電腦報修


2016年6月4日 星期六

104下W16 W17工作記錄

20160606
嘗試移轉健康中心 健康資料庫系統
已於VM  Win7中安裝 SQL server express
但健康系統無法正確安裝  需再嘗試


20160604
支援新生報到
測試wifi to lan policy設定

20160602
確認畢業班成績

20160601
成績結算


20160531
B401教室電腦出現 windows非正版
協助執行slui.exe 至線上重新啟用windows


20160530
成績結算

2016年5月25日 星期三

104下W15工作記錄

20160526
指導操作A201投影機  網路投影功能 操作步驟

cms無法將整班影音剪輯的作業 打包下載 (壓縮包大小固定約128MB)
調整 moodle  memory limit  及 max execute time


20160524
設定防火牆 for E酷幣
開啟本機iptables

Centos:
修改 /etc/sysconfig/iptables


五.查看有打開的PORT:
/etc/init.d/iptables status
netstat -tnlp
netstat -tlp

六.重啟防火牆
/etc/init.d/iptables restart


永久關閉防火牆 (沒事別用)
chkconfig –level 35 iptables off

參考資料
http://kathylainote.blogspot.com/2013/01/port.html