Hello,
could you please run these three commands in Terminal application (when files are hidden) and post output here:
defaults read com.parallels.toolbox.HideDesktop
defaults read com.parallels.toolbox.PresentationMode
defaults read com.parallels.tools.statecontroller
I seem to have missed some replies. Catching up now. This is still happening after several updates, uninstalling and reinstalling, etc. As soon as I start it, it hides my desktop files.
Note the "last run" time below is when I started Parallels Tools and it hid all my files.
bclee@iMac-Pro-7 ~ % defaults read com.parallels.toolbox.HideDesktop
{
LastRun = "2022-07-05 05:10:04 pm";
}
bclee@iMac-Pro-7 ~ % defaults read com.parallels.toolbox.PresentationMode
{
KnownDisplays = {
4128834 = 2;
4128838 = 2;
};
LastRun = "2022-07-02 11:39:53 am";
"NSWindow Frame Presentation Mode" = "1048 418 463 578 0 0 2560 1415 ";
"NSWindow Frame Presentation Mode.app" = "868 224 281 424 0 0 2560 1417 ";
"NSWindow Frame StartScreenDialog" = "1055 628 450 587 0 0 2560 1415 ";
PMDuration = 4;
}
bclee@iMac-Pro-7 ~ % defaults read com.parallels.tools.statecontroller
{
"DND_Tools_Enabled_list" = (
);
DndPrefExported = 1;
HDEnabled = 1;
HDPrefExported = 1;
"HD_Tools_Enabled_list" = (
"com.parallels.toolbox.HideDesktop"
);
HiddenFiles = (
"/Users/bclee/Desktop/untitled folder",
"/Users/bclee/Desktop/Screen Shot 2022-06-25 at 2.24.49 PM.png",
"/Users/bclee/Desktop/Screen Shots",
[... etc, don't really want to post the contents of my desktop here]
"/Users/bclee/Desktop/map02.jpg"
);
}