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
Next revisionBoth sides next revision
techwiki:winsys [2022/01/08 08:56] – [MSVCPxxx.dll not Found] yingtechwiki:winsys [2022/08/23 07:23] – [Windows customize for appearance] 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 410: Line 412:
     * 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 460:
   - 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
  
  • techwiki/winsys.txt
  • Last modified: 2022/11/30 12:46
  • by ying