December 3, 200718 yr Hello there,In wpi I use a regtweak which removes the shortcut arrows and the text "shortcut to" from desktopshorcuts.In my regfile I have: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer "Link"=hex:00,00,00,00 [HKEY_CLASSES_ROOT\lnkfile] "IsShortcut"=-The problem is that wpi can't read my gcond.I tried this but doesn't work, probably because it's a REG_BINARYI used it several times before with REG_DWORD keys and that's no problem. gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\link")==hex:00,00,00,00"];Something is wrong here but I can't figure out what.Any help is welcome, Thx in advance... Edited December 3, 200718 yr by DJPro
December 3, 200718 yr Ok. I looked at it some more and it appears that the WshShell.RegRead method does not support reading REG_BINARY values. So you may want to bring this up in the Bugs subforum and feature request thread.
Create an account or sign in to comment