@IronFlyHi,
My device is Acer Predator 15 G9-593.
I'm from India. NEED HELP !
I accidentally created a Volume in Intel Rapid Storage Technology Utility after which my entire drive is not visible.
I read your post regarding the issue. However, I have a question with regards to delete.bat file in the tool provided by you.
your code is as follows:
@echo off drvload iaAHCIC.inf
drvload iaStorAC.inf
rstcli64.exe --manage --delete OEMRAID0
rstcli64.exe --manage --delete Volume_0000
echo Done!pauseexitSince it contains "
rstcli64.exe --manage --delete OEMRAID0" will it also delete my factory setting of Alt+F10 in my laptop which is used for resetting the Acer Laptop.
What if I edit the delete.bat by removing "rstcli64.exe --manage --delete OEMRAID0" and then run the file? Will it work?
The code is as follows:
drvload iaAHCIC.inf
drvload iaStorAC.inf
rstcli64.exe --manage --delete Volume_0000
echo Done!
pause
exit
Please explain me the difference. Also please see these Images for my issue.



