질문과 답변
소프트웨어 크롬 포터블 버젼 설정 파일에 대해서 질문입니다.
2014.12.11 16:17
위 사이트에서 받는 크롬 포터블 버젼의 설정파일에 보면
아래와 같은 내용이 있는데요.
아래 설정 내용이 정확히 무엇인지 잘모르겠네요 (영어를 못해서...)
그리고 램디스크를 사용해서, 크롬 캐쉬를 램디스크에 할당 하는 부분은
포터블에서 어찌 설정해야 하는지..,..(아래 내용과 관련이 있는지...) 도 궁금해서
글을 올려 봅니다...
도움을 부탁드립니다!
RunLocally=false
; Forces the profile to be copied to the local computer, as if the portable app
; is run from a CD. The profile will be copied back to the portable device
; afterwards (minus cache files).
CacheInTemp=true
; If this is true, the disk Cache will be set to use the local computer, and
; will be deleted on exit, even if RunLocally is false.
; Note that using either of the previous two options can represent a risk of
; other users of the same computer discovering your internet surfing
; activities on that computer. Although Google Chrome Portable deletes the
; locally saved data when it is finished, it is possible this may not happen
; (Google Chrome Portable or the computer crashes) and even if it does, some
; of the data may be recoverable using disk recovery tools. For this reason
; it is recommended you use Incognito mode for any browsing you don't want
; others to know about. HTTPS browsing is never written to cache and thus not
; an issue.
바로가기 만들고..
바로가기 우클릭==>속성==>대상
D:\(!!)browse_Portable\ChromePortable_x64\ChromePortable.exe --disk-cache-dir=Z:\ --enable-accelerated-compositing --enable-gpu-rendering --enable-video-layering --enable-webgl --enable-accelerated-2d-canvas --enable-fastback
붉은 부분은 포터블 위치입니다.
Z는 렘 디스크
붉은 부분뒤에 한칸 띄우고 붙여 넣기
--disk-cache-dir=Z:\ --enable-accelerated-compositing --enable-gpu-rendering --enable-video-layering --enable-webgl --enable-accelerated-2d-canvas --enable-fastback
Z는 본인이 만든 램 디스크 드라이브로 수정해서 붙여 넣기하면 됩니다