Phoenix OS'in start.bat dosyası Prime OS için nasıl ayarlanır?

Deneyin bakalım, olacağını sanmıyorum ama :D.
[CODE title="A"]TITLE StartPrimeOS
set WinBit=32
bcdedit /default {55c367fa-9b7b-4565-8f8c-97038b98f1e8}
bcdedit /timeout 0
shutdown /r /t 0
set /a Count=0
for /f "tokens=1 delims=1" in ('bcdedit /enum') do (
set /a Count+=1
echo | findstr "\<PrimeOS\>" > nul.
if !errorlevel! equ 0 (set /a PhoenixCount=Count-3)
)
set /a Count=0
for /f "tokens=1 delims=1" in ('bcdedit /enum') do (
set /a Count+=1
if !Count! equ !PhoenixCount! (set PrimeOSID=55c367fa-9b7b-4565-8f8c-97038b98f1e8)
)
for /f "tokens=2 delims= " %%i in ("!PrimeOSID!") do (set PrimeOSID=55c367fa-9b7b-4565-8f8c-97038b98f1e8)
bcdedit /bootsequence !PrimeOSID! /addfirst
for /f "tokens=2 delims=1" in ('bcdedit /enum ^| findstr "bootsequence"') do (
if "55c367fa-9b7b-4565-8f8c-97038b98f1e8" == !PrimeOSID! (
echo Next reboot will enter PrimeOS directly.
goto Reboot.
)
)[/CODE]
 
Deneyin bakalım, olacağını sanmıyorum ama :D.
[CODE title="A"]TITLE StartPrimeOS
set WinBit=32
bcdedit /default {55c367fa-9b7b-4565-8f8c-97038b98f1e8}
bcdedit /timeout 0
shutdown /r /t 0
set /a Count=0
for /f "tokens=1 delims=1" in ('bcdedit /enum') do (
set /a Count+=1
echo | findstr "\<PrimeOS\>" > nul.
if !errorlevel! equ 0 (set /a PhoenixCount=Count-3)
)
set /a Count=0
for /f "tokens=1 delims=1" in ('bcdedit /enum') do (
set /a Count+=1
if !Count! equ !PhoenixCount! (set PrimeOSID=55c367fa-9b7b-4565-8f8c-97038b98f1e8)
)
for /f "tokens=2 delims= " %%i in ("!PrimeOSID!") do (set PrimeOSID=55c367fa-9b7b-4565-8f8c-97038b98f1e8)
bcdedit /bootsequence !PrimeOSID! /addfirst
for /f "tokens=2 delims=1" in ('bcdedit /enum ^| findstr "bootsequence"') do (
if "55c367fa-9b7b-4565-8f8c-97038b98f1e8" == !PrimeOSID! (
echo Next reboot will enter PrimeOS directly.
goto Reboot.
)
)[/CODE]

Çalışmadı, çalıştı fakat sadece installing System. Sfs'e kadar geldi, sonrasında Windows 7'den devam etti.
 
Benim bilgimin olmadığı bir alan ne yazık ki.
Kodlar ile ilgilendiğinizi gördüm de hocam belki yardımınız dokunur diye.

[CODE title="."]TITLE StartPrimeOS
set WinBit=32
bcdedit /default {55c367fa-9b7b-4565-8f8c-97038b98f1e8}
bcdedit /timeout 0
shutdown /r /t 0
set /a Count=0
for /f "tokens=1 delims=1" in ('bcdedit /enum') do (
set /a Count+=1
echo | findstr "\<PrimeOS\>" > nul.
if !errorlevel! equ 0 (set /a PhoenixCount=Count-3)
)
set /a Count=0
for /f "tokens=1 delims=1" in ('bcdedit /enum') do (
set /a Count+=1
if !Count! equ !PhoenixCount! (set PrimeOSID=55c367fa-9b7b-4565-8f8c-97038b98f1e8)
)
for /f "tokens=2 delims= " %%i in ("!PrimeOSID!") do (set PrimeOSID=55c367fa-9b7b-4565-8f8c-97038b98f1e8)
bcdedit /bootsequence !PrimeOSID! /addfirst
for /f "tokens=2 delims=1" in ('bcdedit /enum ^| findstr "bootsequence"') do (
if "55c367fa-9b7b-4565-8f8c-97038b98f1e8" == !PrimeOSID! (
echo Next reboot will enter PrimeOS directly.
goto Reboot.
)
)[/CODE]
 

Technopat Haberler

Geri
Yukarı