I have this script - courtesy of highend I think - on a Toolbar button which gets me most of the way in to Delete Restore Points:
run "%SystemRoot%\SysNative\cmd.exe /C systempropertiesprotection",,0,0;
It does not work anymore in x64 it appears. Can it be changed to work in x64?
Thanks in advance.
script that won't work anymore in x64
Re: script that won't work anymore in x64
There is no longer a need for Sysnative in a x64 Tool.
It's only a way for 32bit tools to access the real system32.
For your script, it should be enough to call cmd.exe.
It's only a way for 32bit tools to access the real system32.
For your script, it should be enough to call cmd.exe.
Windows 11 Home, Version 25H2 (OS Build 26200.7171)
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1400a (x64), Everything Toolbar 2.1.0, Listary Pro 6.3.6.99
Portable x64 XYplorer (Actual version, including betas)
Display settings 1920 x 1080 Scale 100%
Everything 1.5.0.1400a (x64), Everything Toolbar 2.1.0, Listary Pro 6.3.6.99
Re: script that won't work anymore in x64
Only this should be necessary,
run "systempropertiesprotection";Re: script that won't work anymore in x64
Yes - thankyou.
XYplorer Beta Club