`

Change Chrome default temporary folder location

阅读更多

FROM Nomad_CF

 

Using the fallowing is a horrible idea, if you only want to relocate your chrome temp files
[BAD]
   --user-data-dir="Z:\chromeTemp"
[/BAD]
Using the above will make you a NEW full chrome profile with a new temp dir under "Z:\chromeTemp". In stead use
[/GOOD]
   --disk-cache-dir="Z:\ChromeTemp"
[/GOOD]
This will make chrome use the "Z:\ChromeTemp" ONLY for it's temp files and your profile can still live and be "safe" in it's normal location.

Adding the above to all your shortcuts is only the 1st step. The 2nd step is to search your registry for the fallowing (data only)
[FIND]
    chrome.exe" -- "%1"
[/FIND]
and replace all instances of it with
[REPLACE]
    chrome.exe" --disk-cache-dir="Z:\chromeTemp" -- "%1"
[/REPLACE]
This will make sure that if chrome is invoked via a FTP/HTTP/HTTPS url link AND chrome is your default browser for that. It will be started with the option disk-cache-dir" in-place.

分享到:
评论

相关推荐

    SpringBoot导入上传文件异常The temporary upload location is not valid

    错误spring boot上传文件错误The temporary upload location [/tmp/tomcat.******/work/Tomcat/localhost/ROOT] is not valid

    fdsp_temporary_folder.zip_VAN_fdsp

    matlab各种典型应用实例加+Joyce+Van+de+Vegte著

    Temporary ASP.NET Files

    ### Temporary ASP.NET Files知识点解析 #### 一、Temporary ASP.NET Files简介 在了解Temporary ASP.NET Files之前,我们首先需要理解ASP.NET是什么。ASP.NET是由微软开发的一种用于构建动态Web应用程序的技术...

    Temporary Experience

    【Temporary Experience】是一种常见的情况,尤其在IT行业中,它涵盖了临时工作、项目参与或短期学习经验等。在个人发展和职业规划中,这些短暂的经历往往能带来宝贵的技能积累和视野拓宽。下面我们将深入探讨...

    tModLoader.Windows.v0.11.6.2.7z

    To install tModLoader, extract the zip achive containing this README.txt file to a temporary folder and then simply run the tModLoaderInstaller.jar file in that folder. Java 1.8 or higher is required ...

    12c 新特性-Temporary Undo

    ### 12c 新特性:Temporary Undo #### 一、Temporary Undo 概念与优势 在Oracle 12c版本中引入了一项重要的新特性——Temporary Undo,这项技术旨在优化临时表的操作性能,并减少对Redo日志的空间占用。传统的临时...

    stov:浏览器扩展,用于在堆栈溢出中搜索帮助

    对于Chrome,请转到“ More Tools -> Extensions -> Load Unpacked Extension Select the "stov_chrome" repository folder Load Unpacked Extension -> Select the "stov_chrome" repository folder 对于Firefox,...

    高通QXDM工具使用手册

    The default path offered by the installer is based on the underlying Microsoft operating system program files folder, which is typically C:\Program Files\Qualcomm\QXDM. After installation, this folder...

    SAP Temporary Keys 9月12日到期

    从给定的文件内容中,我们可以提炼出与SAP临时许可证密钥相关的几个知识点。 首先,我们了解到SAP BusinessObjects临时许可证密钥即将于9月12日到期。这表明对于SAP BusinessObjects产品的用户来说,有一个时间限制...

    HX8369-B_DS_temporary_v01.03_120202.pdf

    标题:"HX8369-B_DS_temporary_v01.03_120202.pdf" 描述:"HX8369-B_DS_temporary_v01.03_120202.pdf" 标签:"tftp" 文件中所涉及的知识点主要围绕着一块具有特定型号的显示驱动芯片——HX8369-B。该芯片为一款480...

    servlet3.0文件上传 01.zip

    1、在上传文件前请在计算机C盘新建一个名为“upload”的文件夹,否则会出现如下异常:java.io.IOException: The temporary upload location [C:\upload] is not valid 2、请不要使用360安全浏览器演示本功能,否则会...

    servlet3.0实现文件上传——demo1.zip

    1、在上传文件前请在计算机C盘新建一个名为“upload”的文件夹,否则会出现如下异常:java.io.IOException: The temporary upload location [C:\upload] is not valid 2、请不要使用360安全浏览器演示本功能,否则会...

    SYD8821 EVB Temporary release2018-3-27.zip

    SYD8821 EVB Temporary release 2018-3-27.zip SYD8821 EVB Temporary release 2018-3-27.zip SYD8821 EVB Temporary release 2018-3-27.zip SYD8821 EVB Temporary release 2018-3-27.zip

    HX8357-C_DS_Temporary_v01.10_110726_PD.rar

    这份资料“HX8357-C_DS_Temporary_v01.10_110726_PD.rar”包含了该芯片的数据手册,为我们提供了详尽的技术参数和操作指南。 首先,HX8357-C是一款专为彩色TFT LCD设计的驱动控制器,具有集成触控功能,适用于手机...

    Helsinki-NLP 中英文翻译本地部署 - python 实现 模型

    Helsinki-NLP 中英文翻译本地部署 - python 实现 模型 * 中文翻译为英文 * 英文翻译为中文 本地部署,自然语言相关。

    Python库 | websub_temporary-0.0.2-py3-none-any.whl

    本篇将详细介绍`websub_temporary-0.0.2-py3-none-any.whl`这个Python库,以及它在开发过程中的作用。 `websub_temporary`库是一个专门针对WebSub协议的临时解决方案。WebSub,又称为HubSub,是一种基于Atom Pub...

    toggl-button:适用于Chrome和Firefox的Toggl Button扩展

    选择Load Temporary Add-on 选择dist/firefox/manifest.json文件 请注意,在Firefox中,需要在浏览器重新启动时再次手动加载加载项。 如果要检查发行版,请运行npm run build 。 然后可以在dis

    前端开源库-temporary-directory

    为了保持工作区的整洁并避免这些临时文件对项目造成污染,"前端开源库-temporary-directory" 提供了一种解决方案。这个开源库专门用于创建和管理临时目录,它会在测试完成后自动清理,确保开发环境的干净和有序。 ...

    浏览器:浏览器扩展库(Chrome,Firefox,Opera,Edge,Safari等)

    单击“ Load Temporary Add-on按钮,导航到build/manifest.json文件,然后单击“打开”。有助于欢迎代码贡献! 请对master分支提交所有拉请求。 通过阅读文件,了解有关如何做出贡献的更多信息。 欢迎进行安全审核...

Global site tag (gtag.js) - Google Analytics