concatenation "%0d%0a" of
(
"REG DELETE " & it & " /v Skype /f"
)
of unique values of
(
it as string
)
of keys "SOFTWARE\Microsoft\Windows\CurrentVersion\Run" whose
(
exists values "Skype" of it
)
of
(
(
keys of keys "HKEY_USERS" of it
)
;
(
keys "HKEY_LOCAL_MACHINE" of it
)
)
of
(
x64 registries; x32 registries
)
concatenation "%0d%0a" of ("REG DELETE " & it & " /v Skype /f") of unique values of (it as string) of keys "SOFTWARE\Microsoft\Windows\CurrentVersion\Run" whose(exists values "Skype" of it) of ( (keys of keys "HKEY_USERS" of it) ; (keys "HKEY_LOCAL_MACHINE" of it) ) of (x64 registries; x32 registries)