Regedit - Return ?

balta

Member
Hello,

i have this code

Code:
load "SOFTWARE" base-key "HKEY_LOCAL_MACHINE".
use "SOFTWARE".
get-key-value section "Microsoft\Windows\CurrentVersion\App Paths\EXCEL.exe" key default value o-Path_LeitorPDFs.
unload "SOFTWARE".

That dont´ work...

The key is there.

1597145659269.png

Can help?

Thanks,
Baltazar
 

Stefan

Well-Known Member
Your code works fine (12.2 x64).
If you get 'Path' instead of default do you get a value? On my English Windows 10 the top entry is (Default), maybe default is not picking up on your Spanish named default?
Otherwise it may be access rights related?
 

balta

Member
I have entry with another user on my PC and it works..

Acess rights is very strange. I am the administrator..
 
Top