Tuesday, March 09, 2010

Genre changing GUI tool

Download the tool here

It is a .zip file. Extract it somewhere. This is a newer version than what I had posted previously. Some features are added to this tool. The stuff on the TV Series tab does not work. The movies part does work. I stopped developing this tool but I am publishing the latest version I have developed.

My apologies for putting up a tool that is not really finished (the tv part). But I became frustrated with the tv part and quit working on it...

Thursday, March 04, 2010

Symantec Endpoint Protection will not install because it says Pending system changes that require a reboot have been detected

Delete the key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations

You may also need to check for the key at these locations:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSetXXX\Control\SessionManager\PendingFileRenameOperations
Where XXX is a number. Again, delete the PendingFileRenameOperations.

Do not reboot, just try the install again.

New beginner's guide to PowerShell on my GitHub page

 I created a beginner's guide to PowerShell here: https://github.com/aamjohns/Powershell_Guide/blob/main/README.md I hope it helps someo...