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/01/08 08:56] – [MSVCPxxx.dll not Found] yingtechwiki:winsys [2022/11/30 12:46] (current) – [Other Disk Drive has no permission after put them into new computer system] ying
Line 60: Line 60:
 | .dmg | mac disk image | [[http://vu1tur.eu.org/tools/|dmg2iso]] | dos:dmg2iso File.dmg File.iso| | .dmg | mac disk image | [[http://vu1tur.eu.org/tools/|dmg2iso]] | dos:dmg2iso File.dmg File.iso|
 ====== Windows customize for appearance ====== ====== Windows customize for appearance ======
 +
 +  * windows registery edit ref: https://admx.help/
  
   * (Window 7) Login screen customize   * (Window 7) Login screen customize
Line 263: 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 =====
 +
 +  - Make sure Window Ink is checked in Wacom Pen mapping option (as photoshop use windows ink for pressure)
 +  - Make sure Brush tool option bar, last icon is clicked/checked (Always use pressure for size)
 +
 +alternatively, force photoshop use wacom driver not use ink
 +  * https://www.youtube.com/watch?v=7nL10xGIA_s
 +  * 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 307: 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 370: 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 410: Line 440:
     * a portable solution is: install vc library first, use listdlls binary tool to find which vc library it uses, and copy the vc dll next to the exe, then after you pack the app with dll into zip file, you can pass to others without worry about dll error.     * a portable solution is: install vc library first, use listdlls binary tool to find which vc library it uses, and copy the vc dll next to the exe, then after you pack the app with dll into zip file, you can pass to others without worry about dll error.
       * listdlls: https://docs.microsoft.com/en-us/sysinternals/downloads/listdlls       * listdlls: https://docs.microsoft.com/en-us/sysinternals/downloads/listdlls
-      * in cmds: cd to listdlls.exe path, type listdlls appname to list all dll used, most are system default dll, so just scan through to find the vc dlls.+      * start your exe, then in cmds: cd to listdlls.exe path, type listdlls appname to list all dll used, most are system default dll, so just scan through to find the vc dlls.
  
 | MSVCR | C runtime library (CRL) | | MSVCR | C runtime library (CRL) |
Line 458: Line 488:
   - Log on to your account again.   - Log on to your account again.
  
 +===== Windows path max length =====
 +  * windows path has a length limit of 260 characters.
 +  * 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.1641632215.txt.gz
  • Last modified: 2022/01/08 08:56
  • by ying