Though I don't have answers to my post yet such as, can the clocks, voltages, power and fans be adjusted with this utility on a Vega frontier edition. My current understanding is no they cannot, though they can on a 56 or 64.
So, what will work for me and all three, is my answer to your question which I decided not to quote, for a cleaner aesthetic ;-)
------------------------------------------------------------------------------------------------------------
cd C:\Miner\PPT\PPT 1000_910Core 1100Mem 1200Soc 180PL 45TT - Eth 2020 - Good 6
@echo off
set DEVID=6863
cd %~dp0
for %%i in (1 2 3 4 5 6) do (
echo Apply power table to card 000%%i.
regedit /S ppt_000%%i.reg)
echo Disable cards.
timeout /t 5
devcon.exe disable "PCI\VEN_1002&DEV_6863"
echo Enable cards.
timeout /t 5
devcon.exe enable "PCI\VEN_1002&DEV_6863"
echo Done.
timeout /t 5
cd C:\Miner\Apply_Mem_Tweak
timeout /t 1
WinAMDTweak.exe --i 0,1,2 --CL 22 --RAS 35 --RCDWR 12 --RC 44 --RRDS 3 --RRDL 5 --FAW 20 --CWL 7 --RDWR 19 --REF 17550
WinAMDTweak.exe --i 3,4,5,6 --CL 22 --RAS 35 --RCDWR 12 --RC 44 --RRDS 3 --RRDL 5 --FAW 20 --CWL 7 --RDWR 19 --REF 17550
cd C:\Miner\Miner Claymore\Claymore v15.0
timeout /t 1
start.bat
------------------------------------------------------------------------------------------------------------
This code is saved in a plain text file as a .bat - ie, however you do it, this is a batch file that you run as administrator.
It can be anywhere on your computer and referenced with a shortcut if you like.
You'l have 3 folders. I do mine all in a root folder on C drive called Miner which windows virus and threat protection ignores the contents of.
1 folder is for power play tables and contains the Devcon file and registry files.
2nd folder contains your memTweak jam.
3rd folder, your miner jam.
There are other variations of this, but the above code does work. I just ran this exact code and had all actions applied in one automated fashion.
You can also place the shortcut here and elevate it to run as admin when it runs. or use task scheduler - either way applies these actions on startup if you like.
C:\Users\yourusername\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
The above could have been shortened if I'd just enacted the apply.bat for the ppt's rather than showing the apply.bat contents. either way.
For a lifetime Mac user now using windows for work since 2016 and windows mining in 2017, getting this functional code up and running was a long process.
I hope people can find this useful, and perhaps share some answers to my post #1035 about the Vega Frontier Edition.
Edit: Device ID 6863 is unique to the Vega frontier. 56 and 64 need to be looked up under their display adapter properties in device manager.