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/09/06 16:36] – [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 265: Line 265:
   - Uncheck the "Check for Updates Automatically" Update feature and click on "Never Check" and you are done.   - Uncheck the "Check for Updates Automatically" Update feature and click on "Never Check" and you are done.
     * or you can check that option, and click the "Advance.." button and let it do Monthly update check     * or you can check that option, and click the "Advance.." button and let it do Monthly update check
 +
 +===== Fix wacom driver install fail =====
 +
 +  * Wacom driver install error with "System not support" or "unable to install required .NET package"
 +    * 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 273: Line 280:
 alternatively, force photoshop use wacom driver not use ink alternatively, force photoshop use wacom driver not use ink
   * https://www.youtube.com/watch?v=7nL10xGIA_s   * https://www.youtube.com/watch?v=7nL10xGIA_s
-  * create a text <code fix.txt>UseSystemStylus 0</code>+  * create a text <code text PSUserConfig.txt>UseSystemStylus 0</code> 
 +  * press Win+R to open this path, and put that text there <code>%appdata%\Adobe\Adobe Photoshop CC 2018\Adobe Photoshop CC 2018 Settings</code>
  
 ===== Fix Wacom Click Feedback ===== ===== Fix Wacom Click Feedback =====
Line 318: Line 326:
 timeout /t 2 /nobreak > NUL timeout /t 2 /nobreak > NUL
 </code> </code>
-  * click and download zip version here {{ :techwiki:fixwacom.zip |}} 
  
 **may or may not useful** **may or may not useful**
Line 381: 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 472: 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.1662482196.txt.gz
  • Last modified: 2022/09/06 16:36
  • by ying