Delete Office Software Protection Platform
Firstly, thanks to all who have helped me with my project, VBA codes, formula etc etc. My project is running great, still on test, but getting results.
I'm still on XP Pro, Office 2010, ( till MS's Win 10 is sorted ) In the mean time, I have a few niggling resource hungry back ground processes slowing things down, in particular, osppsvc.exe I have tried changing the value in registry from the default 300, right down to 5 on test, but nothing seems to disable this process. The information came from a Microsoft post from another's similar question. Is there a VBA code I can implement, so it, (osppsvc.exe), just goes away?
Information from a MS Reply say's, ( but it did not work - it did not time-out @ 5 second setting in ValueType: DWORD as suggested). From Microsoft: 'The Office Software Protection Platform service is generally started on demand when a user has started Office, however, there are license types which can start the service otherwise (such as those using a Key Management Server). As for stopping the service, there are several reasons we do not automatically shut down the service by default. These reasons are based on Office's cross OS version compatibility, communications from our users about their Office usage profile, preferences, resource usage profile, and differing ways in utilizing the service between Office and Windows. That said, while we do not default our service to timing out after inactivity, if this is something your organization values, you have the ability to control this.
You may set the following registry key: Key: HKEY_LOCAL_MACHINE SOFTWARE Microsoft OfficeSoftwa reProtectionPlatform ValueName: InactivityShutdownDelay ValueType: DWORD ValueData: The number in seconds, that the Office Software Protection Platform will stay running for, after the most recent activity. The windows default for this is 300 seconds. After setting this key, simply restart the Office Software Protection Platform Service to use the new settings.' Find the service name from SC. Open a Command Prompt and type: sc query Scroll through the list to find osppsvc and copy the 'SERVICE_NAME' Type this as a test: sc query xxx Where xxx is the SERVICE_NAME Assuming you get a response you can try stopping the service. Type: sc stop xxx Create a Scheduled Task Start >Run, taskschd.msc Click 'Create basic task' in the right pane.
Protect your devices with the best free antivirus on the market. Download Avast antivirus and anti-spyware protection for your PC, Mac and Android. Apr 18, 2015. Key: HKEY_LOCAL_MACHINE SOFTWARE Microsoft OfficeSoftwa reProtectionPlatform ValueName: InactivityShutdownDelay ValueType: DWORD ValueData: The number in seconds, that the Office Software Protection Platform will stay running for, after the most recent activity. The windows default for this.
Give it a name and set the trigger as required. Action is start a program. In 'program/script' type:%comspec% In 'arguments' type: /c sc stop xxx Where xxx is the SERVICE_NAME. Cheers, Paul. The following bat file works for MSWord: @echo off 'C: Program Files Microsoft Office Office14 winword.exe' net stop osppsvc For Excel & Powerpoint just substitute excel.exe & powerpnt. X Plane No Cd Crack Mac. exe respectively for winword.exe Note1: There is not need to start the osppsvc service as the MSOffice application will do that.
Oracle 9i Client Windows 7 64 Bit Compatibility. Note2: The second line in the bat file should be enclosed in exclamation marks otherwise it will not work. To create a desktop shortcut simply right click on the bat file name in Windows Explorer and select Send To >Desktop I simply replaced.