[Solved] Disable File recheck

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
Mondriaan
Posts: 4
Joined: Wed Mar 27, 2019 8:24 am

[Solved] Disable File recheck

Post by Mondriaan »

Good Evening,
I am using Playnite to play my games, i open a spreadsheet with a powershell script (from the inside of Playnite) to view keystrokes that i want to use ingame (spreadsheet is on a second monitor while i play).
After i end the game i want that the spreadsheet closes by itself with the aid of another powershell script.

The 3 steps i use to close Open Office complete are:

Stop-Process -Name "scalc"
Stop-Process -Name "soffice"
Stop-Process -Name "soffice.bin"

After that all looks clear but when i start another Open Office Sheet the program keeps repeating that something went wrong and that it has to recheck the spreadsheet.

I tried to put the files in Read Only but then the problem still exists.

Is there a way to bypass this problem?

Thank You
Last edited by robleyd on Mon Jan 11, 2021 2:13 am, edited 1 time in total.
Reason: Tagged [Solved]; add green tick
Apache Open Office 4.1.6. on Windows 10
Mondriaan
Posts: 4
Joined: Wed Mar 27, 2019 8:24 am

Re: Disable File recheck

Post by Mondriaan »

Its

taskkill /IM "soffice.bin"

Thank You
Apache Open Office 4.1.6. on Windows 10
Post Reply