2025年2月17日 星期一

veyon remote launch program

---launch Minecraft---

explorer.exe shell:appsFolder\\Microsoft.4297127D64EC6_8wekyb3d8bbwe!Minecraft


 ---備份D槽所有資料 with 7zip---

"c:\Program Files\7-Zip\7z.exe" a C:\20250214\d-backup.zip D:\*


---刪除D槽所有資料--- warning!!!!   all data in d:\ will be lost

cmd /c "rmdir /s /q D:\"


---大量派送---(搭配HFS使用)

curl -s -o C:\test\mods.7z http://140.x.x.x/mods.7z



veyon config :

C:\Users\xxx\AppData\Roaming\Veyon\Config\VeyonMaster.json

2024年9月26日 星期四

Word 合併列印 數字改為國字大寫 with excel

參考資料:https://fjanchen.blogspot.com/2010/11/blog-post_17.html


Word僅接受原始格式的文字,不接受Excel畫面上的格式設定,所以無法使用Excel的數值類型來設定數字的呈現格式.


在excel中處理:

1.必須要使用函數,確實將數字更改為大寫文字的文字型態,方能在Word中呈現出正確的數字

2.設定函數的方式為: =TEXT(原數字儲存格,"[DBNum2]")

3.其中的[DBNum2]代表國字大寫數字的格式定義


在word中處理:

1..滑鼠進入  數字  會出現反灰

2.按Shift- F9 會出現{ MERGEFIELD "數字" }

3.點進去 改成 { MERGEFIELD "數字" \* CHINESENUM2 }

4.按 F9 ,完成。


 word中其他格式:

\# 後面接的是數值性資料的格式

\@ 後面接的是日期性資料的格式

\*後面可接特殊的中文數字表示格式


譬如:

{ “合併欄位” \# NT$#,###.## }  將會顯示NT$12,345.78

{ “合併欄位” \* DBNUM1 }  將會顯示一二三四五六

{ “合併欄位” \* DBNUM2 }  將會顯示壹拾貳萬參仟肆佰伍拾陸

{ “合併欄位” \* DBNUM3 }  將會顯示一十二萬三千四百五十六


2024年7月8日 星期一

Using cmd powershell to du sub folders (Get sub folders size) 計算子目錄容量

powershell -command "$fso = new-object -com Scripting.FileSystemObject; gci -Directory -Depth 3 | select @{l='Size'; e={$fso.GetFolder($_.FullName).Size}},FullName | sort Size -Descending | ft @{l='Size [MB]'; e={'{0:N2}    ' -f ($_.Size / 1MB)}},FullName"


powershell -command "$fso = new-object -com Scripting.FileSystemObject; gci -Directory -Depth 2 | select @{l='Size'; e={$fso.GetFolder($_.FullName).Size}},FullName | sort Size -Descending | ft @{l='Size [KB]'; e={'{0:N2}    ' -f ($_.Size / 1KB)}},FullName"


powershell -command "$fso = new-object -com Scripting.FileSystemObject; gci -Directory -Depth 2 | select @{l='Size'; e={$fso.GetFolder($_.FullName).Size}},FullName | sort Size -Descending | ft @{l='Size [KB]'; e={'{0:N2}    ' -f ($_.Size / 1000)}},FullName"



reference:

https://stackoverflow.com/questions/12813826/get-folder-size-from-windows-command-line

https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.4


 Get-Content x.log -Wait -Tail 100

2024年2月17日 星期六

Using command line download google Chrome browser 免IE瀏覽器 使用命令列下載chrome瀏覽器

### cURL (Windows 10 built-in)
curl -fsSL "http://dl.google.com/chrome/install/chrome_installer.exe" > ChromeSetup.exe


### PowerShell Script 
powershell -Command "(new-object System.Net.WebClient).DownloadFile('http://dl.google.com/chrome/install/chrome_installer.exe','ChromeSetup.exe')"

2023年12月18日 星期一

Launch Microsoft Store apps from Command Prompt


Open Microsoft Store from Run


explorer.exe ms-windows-store:

Open Microsoft app from Run

explorer.exe shell:appsFolder\<PackageFamilyName>!<App ID>
explorer.exe appInstallLocation\executable file (various location by app version)


find out apps name in shortcut detail properties

e.g.  minecraft launcher is Microsoft.4297127D64EC6_8wekyb3d8bbwe 



find appInstallLocation:

1.using powershell type  get-appxpackage > c:\findout.txt

2.find  app’s PackageFamilyName (Microsoft.4297127D64EC6_8wekyb3d8bbwe)
copy InstallLocation paste to file browser

3. open AppxManifest.xml in InstallLocation


find Application Id & Executable file in AppxManifest.xml


2022年12月28日 星期三

Windows GodMode

上帝模式(GodMode)不僅適用於Windows 7和Windows Vista系統,而且適用於未來的Windows 8系統。
據悉,Windows 7上帝模式首先由國外的一個博客發現。該博客感嘆於此項隱藏功能的神奇,遂將其命名為「GodMode」。你可以用任何名稱創造新的文件夾,再加上特定的字串,就能直接進入各種設定的控制面板。

例如,在桌面新建一個文件夾,命名為 GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}。你會發現:圖標變成了「控制面板」,文件夾裡面有相當豐富的內容。

2022年12月4日 星期日

HTML useful on-line tools

 https://html-cleaner.com/


Table generator:

https://www.tablesgenerator.com/html_tables


https://tableconvert.com/zh-tw/


Ionic UI Framework

https://ionicframework.com/docs/components

https://ionicframework.com/docs/intro/cdn


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