techwiki:winsys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
techwiki:winsys [2022/10/05 16:29] – [Fix Wacom and Photoshop Pen Pressure] yingtechwiki:winsys [2022/11/30 12:46] (current) – [Other Disk Drive has no permission after put them into new computer system] ying
Line 269: Line 269:
  
   * Wacom driver install error with "System not support" or "unable to install required .NET package"   * Wacom driver install error with "System not support" or "unable to install required .NET package"
-    * solution: install .NET framework https://dotnet.microsoft.com/en-us/download/dotnet-framework+    * solution: install .NET framework (I install .Net 4.8, and it works) 
 +      * https://dotnet.microsoft.com/en-us/download/dotnet-framework 
 +    * note: After installing the .NET Framework, run the app again. It should run as expected. If you see the same error message again, you may need to install a different .NET Framework version than the one you installed. It is safe to install multiple versions of the .NET Framework on your computer.
  
 ===== Fix Wacom and Photoshop Pen Pressure ===== ===== Fix Wacom and Photoshop Pen Pressure =====
Line 386: Line 388:
     * under Find menu > Find Handle or DLL, then type partial name of that file or folder. then it will list all the app using it.     * under Find menu > Find Handle or DLL, then type partial name of that file or folder. then it will list all the app using it.
     * then, close that app or using Task Manager to kill that app to delete it again.     * then, close that app or using Task Manager to kill that app to delete it again.
 +
 +===== PDF can't be delete after open it in adobe pdf reader =====
 +
 +  * Adobe PDF reader once opens the PDF file, it locks it for a quite while due to a sync+certificate service in background, kill that app in task manager with admin right will get it unlock
 +    * or simple launch cmd with admin and run <code dos killPDF.bat>
 +taskkill /f /im AdobeCollabSync.exe
 +taskkill /f /im RdrCEF.exe
 +</code>
 +    * the app location, and you can add _bk its file name end to stop that app be shown up next time for frequent pdf open close delete task <code>
 +..the installed path ...\Acrobat Reader DC\Reader\AdobeCollabSync.exe
 +..the installed path ...\Acrobat Reader DC\Reader\AcroCEF\RdrCEF.exe
 +</code>
  
 ===== Delete huge folder and tons of files take too long===== ===== Delete huge folder and tons of files take too long=====
Line 477: Line 491:
   * windows path has a length limit of 260 characters.   * windows path has a length limit of 260 characters.
   * MAX_PATH   * MAX_PATH
 +
 +===== Other Disk Drive has no permission after put them into new computer system=====
 +
 +  * Problem: after install new OS in c drive disk, some other drive like D, E drive has no access permission
 +    * Solution: you need to right click on the drive icon in computer, 
 +      * right click on drive icon in explorer, property > Security tab > click Advanced button (you need admin account for below action)
 +      * you can now see the Advacnced Security settings for your drive
 +        * name, Owner, permission entries
 +        * the only thing you need to change and make sure, Owner = System, if not, click change next to Owner
 +        * in pop up dialog, click Advanced ...
 +        * click Find Now button in next pop up
 +        * select SYSTEM in the below list and OK and OK and OK
 +
 +{{:techwiki:winsys:fix_drive_permision.png|}}
  
  • techwiki/winsys.1664987362.txt.gz
  • Last modified: 2022/10/05 16:29
  • by ying