Showing posts with label Diskless. Show all posts
Showing posts with label Diskless. Show all posts

Saturday, July 19, 2025

Pin Shortcut to Taskbar in Windows 11 for Diskless Environtment

Case : Pin Menu Order shortcut to the taskbar in Windows 11. Each Pc has a different link menu that identifies the pc name.

- First create each shortcut for all the Pc.

- Create new document, then paste the following script . Then save it as "Menu.bat" :
@echo off
if %computername% equ HIGH1 copy "Menu Order HIGH1.lnk" "%USERPROFILE%\Desktop\Menu Order.lnk" & copy "Menu Order HIGH1.lnk" "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Menu Order.lnk"
if %computername% equ HIGH2 copy "Menu Order HIGH2.lnk" "%USERPROFILE%\Desktop\Menu Order.lnk" & copy "Menu Order HIGH2.lnk" "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Menu Order.lnk"
if %computername% equ HIGH3 copy "Menu Order HIGH3.lnk" "%USERPROFILE%\Desktop\Menu Order.lnk" & copy "Menu Order HIGH3.lnk" "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Menu Order.lnk"
if %computername% equ HIGH4 copy "Menu Order HIGH4.lnk" "%USERPROFILE%\Desktop\Menu Order.lnk" & copy "Menu Order HIGH4.lnk" "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Menu Order.lnk"
if %computername% equ HIGH5 copy "Menu Order HIGH5.lnk" "%USERPROFILE%\Desktop\Menu Order.lnk" & copy "Menu Order HIGH5.lnk" "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Menu Order.lnk"
exit

- Boot up one of the Pc normally. Pin the shorcut manually to the taskbar.

- Export the following registry and save it as "taskbar.reg" . Then copy this reg file to Server :

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]

Friday, July 4, 2025

Fix TPM Ready For Attestation : False

- First open taskschd.msc.

- Then go to this section Task Scheduler Library - Microsoft - Windows - TPM . Enable these two tasks : Tpm-HASCertRetr and Tpm-Maintenance.

Monday, September 20, 2021

Repair iusb3hxc.sys Blue Screen of Death ( BSOD ) in Diskless Environment

Have you experienced this blue screen before in diskless environment ? . This BSOD usually occurred because there is conflicted driver for Intel Usb 3 for each mainboard in your diskless environment.

Friday, January 17, 2020

Fix Missing SysTray Icon Automatically for Diskless Client

Let's get to the point

1. First, create batch file and place it where ever you want, for this example i put it in D drive. Then copy paste these command below into the file. Don't forget to save it and give it name "missingtray.bat" :

@echo off
reg delete "HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream /f
reg delete "HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v IconStreams /f
taskkill /f /im explorer.exe & start explorer.exe
exit

Tuesday, June 25, 2019

CCboot network topology ( layout )

Note :
2 cables in LACP mode allows each switch users to be able to share 4.0 Gbps of bandwidth between 2 switches. DO NOT use more than 1  cables without LACP between the switches.
You can use 1 cable between the switches if you do not have manageable switch however, max usable bandwidth for clients will be 3.0 Gbps only.

Source : https://www.ccboot.com/ccboot-layout.htm

Thursday, January 28, 2016

Optimisasi diskless untuk server dan client

Optimisasi diskless untuk server

- Set Sata configuration from ide to ahci in bios
- Jika windows sudah terinstall dalam mode ide, untuk mengubahnya ke mode ahci, edit dulu registry windows agar tidak bluescreen di HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msahci, lalu ubah "Start" dari 3 menjadi 0 . Setelah itu baru ubah dibios sata configuration ke mode ahci
- Ketika akan membuat partisi baru untuk partisi image, gamedisk, dan writeback set alocation unit size ke 32k ,untuk partisi os server biarkan default
- Raid game disk dengan diskmanagement di win 7 dengan cara pilih convert to dynamic disk disalah satu disk yang akan diraid , lalu dijendela selanjutnya ceklis disk yang akan diraid
- Setelah itu klik kanan lagi di salah satu disk yang akan diraid pilih new striped volume, lalu add disk kedua yang akan diraid.Kemudian set allocation unit size ke 32k.
- Untuk Pengguna Cyberindo diskless, set cache setting dengan urutan langkahnya sebagai berikut di diskless console :
1. 40% - 50% dari RAM Server ( belum dikurangi RAM yang dipakai OS server) untuk cache gamedisk
2. 30% - 40% dari RAM Server ( belum dikurangi RAM yang dipakai OS server) untuk writeback ( Untuk 8GB kebawah tidak perlu diset cache writeback).
3. 1024 MB untuk cache image.