{"id":2713,"date":"2022-11-20T17:29:00","date_gmt":"2022-11-20T09:29:00","guid":{"rendered":"https:\/\/wordpress.cine.idv.tw\/?p=2713"},"modified":"2022-11-23T12:39:45","modified_gmt":"2022-11-23T04:39:45","slug":"vmware-workstation-edit-encrypted-vmx-with-vmwarevmx","status":"publish","type":"post","link":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/","title":{"rendered":"VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\u82e5\u662f\u6c92\u6709\u78b0\u5230\u554f\u984c\uff0c\u81ea\u5df1\u4e5f\u5f9e\u4f86\u6c92\u60f3\u904e\u53bb\u7de8\u8f2f\u52a0\u5bc6\u904e\u7684 VMware Workstation .vmx \u6a94\u6848\uff0c\u7121\u5948\u5f9e 16.2 \u5347\u7d1a\u5230 17.0 \u7684\u904e\u7a0b\u4e2d\uff0c\u767c\u751f\u4e86 Accelerate 3D graphics \u7121\u6cd5\u555f\u7528\u7684\u554f\u984c\uff0c\u56e0\u6b64\u5fc5\u9808\u624b\u52d5\u76f4\u63a5\u53bb\u7de8\u8f2f .vmx \u6a94\u6848\uff0c\u9019\u624d\u767c\u73fe\u96d6\u7136\u900f\u904e Virtual Trusted Platform Module (TPM) \u53ef\u4ee5\u8b93\u820a\u96fb\u8166\u57f7\u884c Windows 11 \u7684\u865b\u64ec\u6a5f\u5668\uff0c\u4f46\u662f\u4e5f\u56e0\u6b64\u8b93 .vmx \u6a94\u6848\u7531\u660e\u6587\u8b8a\u6210\u5bc6\u6587\uff0c\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u89e3\u6c7a\u65b9\u6848<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u641c\u5c0b VMware Workstation \u5b89\u88dd\u76ee\u9304\u4e2d\u7684\u57f7\u884c\u6a94\uff0c\u6c92\u627e\u5230\u53ef\u4ee5\u7de8\u8f2f\u52a0\u5bc6 .vmx \u6a94\u6848\u7684\u5de5\u5177\u7a0b\u5f0f\uff0c\u597d\u5728\u6709\u4eba\u63d0\u4f9b\u53ef\u4ee5\u5c07 .vmx \u89e3\u5bc6\/\u52a0\u5bc6\u7684 python \u6a21\u7d44\uff1a<a href=\"https:\/\/github.com\/RF3\/VMwareVMX\"> VMwareVMX<\/a> \u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u5728 Windows \u4e2d\u7684 Python 3 \u9032\u884c\u52a0\u5bc6\/\u89e3\u5bc6 .vmx \u6a94\u6848\uff0c\u8981\u6ce8\u610f\u662f\u5426\u5b89\u88dd\u4e86 pycryptodomex \u9019\u500b\u6a21\u7d44\uff0c\u6aa2\u67e5\u65b9\u5f0f\uff1a<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>C:\\Users\\shortie&gt;python<\/code><br><code>Python 3.10.8 (tags\/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)] on win32<\/code><br><code>Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.<\/code><br><code>&gt;&gt;&gt; from Cryptodome import Random Traceback (most recent call last):<\/code><br>    <code>File \"&lt;stdin&gt;<stdin>\", line 1, in &lt;module&gt;<\/stdin><\/code><br><code><stdin><module>ModuleNotFoundError: No module named 'Cryptodome'<\/module><\/stdin><\/code><br><code><stdin><module>&gt;&gt;&gt; exit();<\/module><\/stdin><\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u5982\u679c\u662f\u4e0a\u8ff0\u7684\u8f38\u51fa\uff0c\u90a3\u9ebc\u5c31\u8868\u793a\u7f3a\u5c11 pycryptodomex \u6a21\u7d44\uff0c\u5fc5\u9808\u8981\u5b89\u88dd\u5b83\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>C:\\Users\\shortie&gt;pip install pycryptodomex\nDefaulting to user installation because normal site-packages is not writeable\nCollecting pycryptodomex\nDownloading pycryptodomex-3.15.0-cp35-abi3-win_amd64.whl (1.9 MB)\n---------------------------------------- 1.9\/1.9 MB 4.6 MB\/s eta 0:00:00\nInstalling collected packages: pycryptodomex\nSuccessfully installed pycryptodomex-3.15.0<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u5229\u7528 VMwareVMX \u6211\u5011\u5c31\u53ef\u4ee5\u5148\u5c07\u5bc6\u6587\u683c\u5f0f\u7684 .vmx \u6a94\u6848\u89e3\u5bc6\uff0c\u628a\u9700\u8981\u7684\u8cc7\u8a0a\u52a0\u4e0a\u53bb\u4e4b\u5f8c\uff0c\u518d\u5c07\u660e\u6587\u683c\u5f0f .vmx \u6a94\u6848\u52a0\u5bc6\uff0c\u8986\u84cb\u6389\u539f\u4f86\u7684 .vmx \u6a94\u6848\u5373\u53ef\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u53c3\u8003\u8cc7\u6599<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/RF3\/VMwareVMX\">VMwareVMX<\/a><\/li>\n\n\n\n<li><a href=\"ModuleNotFoundError: No module named 'Crypto' in Python\">ModuleNotFoundError: No module named &#8216;Crypto&#8217; in Python<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-17-hangs-with-isbrenderercomm-lost-connection-to-mkssandboxvmware-error\/\">VMware Workstation 17 \u51fa\u73fe ISBRendererComm: Lost connection to mksSandboxVMware \u8a72\u600e\u9ebc\u8fa6?<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u82e5\u662f\u6c92\u6709\u78b0\u5230\u554f\u984c\uff0c\u81ea\u5df1\u4e5f\u5f9e\u4f86\u6c92\u60f3\u904e\u53bb\u7de8\u8f2f\u52a0\u5bc6\u904e\u7684 VMware Workstation .vmx \u6a94\u6848\uff0c\u7121\u5948\u5f9e 16.2 \u5347\u7d1a\u5230 17.0 \u7684\u904e\u7a0b\u4e2d\uff0c\u767c\u751f\u4e86 Accelerate 3D graphics \u7121\u6cd5\u555f\u7528\u7684\u554f\u984c\uff0c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2716,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":false,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[13],"tags":[35],"class_list":["post-2713","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-it","tag-vmware"],"featured_image_src":"https:\/\/wordpress.cine.idv.tw\/wp-content\/uploads\/2022\/11\/vmware-workstation-edit-encrypted-.vmx_.png","author_info":{"display_name":"shortie","author_link":"https:\/\/wordpress.cine.idv.tw\/index.php\/author\/shortie\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f - \u56db\u7dad\u4e8c\u6728\u4e4b\u5bb6<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f - \u56db\u7dad\u4e8c\u6728\u4e4b\u5bb6\" \/>\n<meta property=\"og:description\" content=\"\u82e5\u662f\u6c92\u6709\u78b0\u5230\u554f\u984c\uff0c\u81ea\u5df1\u4e5f\u5f9e\u4f86\u6c92\u60f3\u904e\u53bb\u7de8\u8f2f\u52a0\u5bc6\u904e\u7684 VMware Workstation .vmx \u6a94\u6848\uff0c\u7121\u5948\u5f9e 16.2 \u5347\u7d1a\u5230 17.0 \u7684\u904e\u7a0b\u4e2d\uff0c\u767c\u751f\u4e86 Accelerate 3D graphics \u7121\u6cd5\u555f\u7528\u7684\u554f\u984c\uff0c [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/\" \/>\n<meta property=\"og:site_name\" content=\"\u56db\u7dad\u4e8c\u6728\u4e4b\u5bb6\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-20T09:29:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-23T04:39:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wordpress.cine.idv.tw\/wp-content\/uploads\/2022\/11\/vmware-workstation-edit-encrypted-.vmx_.png\" \/>\n\t<meta property=\"og:image:width\" content=\"739\" \/>\n\t<meta property=\"og:image:height\" content=\"472\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"shortie\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005:\" \/>\n\t<meta name=\"twitter:data1\" content=\"shortie\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9810\u4f30\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/\"},\"author\":{\"name\":\"shortie\",\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/#\\\/schema\\\/person\\\/2f7c8d7d06c31412a22aeeeb557c791f\"},\"headline\":\"VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f\",\"datePublished\":\"2022-11-20T09:29:00+00:00\",\"dateModified\":\"2022-11-23T04:39:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/\"},\"wordCount\":50,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/#\\\/schema\\\/person\\\/2f7c8d7d06c31412a22aeeeb557c791f\"},\"image\":{\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/vmware-workstation-edit-encrypted-.vmx_.png\",\"keywords\":[\"VMware\"],\"articleSection\":[\"\u8cc7\u8a0a\u79d1\u6280\"],\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/\",\"url\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/\",\"name\":\"VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f - \u56db\u7dad\u4e8c\u6728\u4e4b\u5bb6\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/vmware-workstation-edit-encrypted-.vmx_.png\",\"datePublished\":\"2022-11-20T09:29:00+00:00\",\"dateModified\":\"2022-11-23T04:39:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/vmware-workstation-edit-encrypted-.vmx_.png\",\"contentUrl\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/vmware-workstation-edit-encrypted-.vmx_.png\",\"width\":739,\"height\":472},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/index.php\\\/2022\\\/11\\\/20\\\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/#website\",\"url\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/\",\"name\":\"\u56db\u7dad\u4e8c\u6728\u4e4b\u5bb6\",\"description\":\"\u656c\u754f\u8036\u548c\u83ef\u662f\u667a\u6167\u7684\u958b\u7aef\uff0c \u8a8d\u8b58\u81f3\u8056\u8005\u4fbf\u662f\u8070\u660e\u3002\u7bb4\u8a00\u4e5d:10\",\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/#\\\/schema\\\/person\\\/2f7c8d7d06c31412a22aeeeb557c791f\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-TW\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wordpress.cine.idv.tw\\\/#\\\/schema\\\/person\\\/2f7c8d7d06c31412a22aeeeb557c791f\",\"name\":\"shortie\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\\\/\\\/i2.wp.com\\\/wordpress.cine.idv.tw\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/111945_400x400.jpg?fit=400%2C400&ssl=1\",\"url\":\"https:\\\/\\\/i2.wp.com\\\/wordpress.cine.idv.tw\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/111945_400x400.jpg?fit=400%2C400&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i2.wp.com\\\/wordpress.cine.idv.tw\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/111945_400x400.jpg?fit=400%2C400&ssl=1\",\"width\":400,\"height\":400,\"caption\":\"shortie\"},\"logo\":{\"@id\":\"https:\\\/\\\/i2.wp.com\\\/wordpress.cine.idv.tw\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/111945_400x400.jpg?fit=400%2C400&ssl=1\"},\"sameAs\":[\"https:\\\/\\\/wordpress.cine.idv.tw\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f - \u56db\u7dad\u4e8c\u6728\u4e4b\u5bb6","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/","og_locale":"zh_TW","og_type":"article","og_title":"VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f - \u56db\u7dad\u4e8c\u6728\u4e4b\u5bb6","og_description":"\u82e5\u662f\u6c92\u6709\u78b0\u5230\u554f\u984c\uff0c\u81ea\u5df1\u4e5f\u5f9e\u4f86\u6c92\u60f3\u904e\u53bb\u7de8\u8f2f\u52a0\u5bc6\u904e\u7684 VMware Workstation .vmx \u6a94\u6848\uff0c\u7121\u5948\u5f9e 16.2 \u5347\u7d1a\u5230 17.0 \u7684\u904e\u7a0b\u4e2d\uff0c\u767c\u751f\u4e86 Accelerate 3D graphics \u7121\u6cd5\u555f\u7528\u7684\u554f\u984c\uff0c [&hellip;]","og_url":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/","og_site_name":"\u56db\u7dad\u4e8c\u6728\u4e4b\u5bb6","article_published_time":"2022-11-20T09:29:00+00:00","article_modified_time":"2022-11-23T04:39:45+00:00","og_image":[{"width":739,"height":472,"url":"https:\/\/wordpress.cine.idv.tw\/wp-content\/uploads\/2022\/11\/vmware-workstation-edit-encrypted-.vmx_.png","type":"image\/png"}],"author":"shortie","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005:":"shortie","\u9810\u4f30\u95b1\u8b80\u6642\u9593":"1 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/#article","isPartOf":{"@id":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/"},"author":{"name":"shortie","@id":"https:\/\/wordpress.cine.idv.tw\/#\/schema\/person\/2f7c8d7d06c31412a22aeeeb557c791f"},"headline":"VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f","datePublished":"2022-11-20T09:29:00+00:00","dateModified":"2022-11-23T04:39:45+00:00","mainEntityOfPage":{"@id":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/"},"wordCount":50,"commentCount":1,"publisher":{"@id":"https:\/\/wordpress.cine.idv.tw\/#\/schema\/person\/2f7c8d7d06c31412a22aeeeb557c791f"},"image":{"@id":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/#primaryimage"},"thumbnailUrl":"https:\/\/wordpress.cine.idv.tw\/wp-content\/uploads\/2022\/11\/vmware-workstation-edit-encrypted-.vmx_.png","keywords":["VMware"],"articleSection":["\u8cc7\u8a0a\u79d1\u6280"],"inLanguage":"zh-TW","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/","url":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/","name":"VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f - \u56db\u7dad\u4e8c\u6728\u4e4b\u5bb6","isPartOf":{"@id":"https:\/\/wordpress.cine.idv.tw\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/#primaryimage"},"image":{"@id":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/#primaryimage"},"thumbnailUrl":"https:\/\/wordpress.cine.idv.tw\/wp-content\/uploads\/2022\/11\/vmware-workstation-edit-encrypted-.vmx_.png","datePublished":"2022-11-20T09:29:00+00:00","dateModified":"2022-11-23T04:39:45+00:00","breadcrumb":{"@id":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/"]}]},{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/#primaryimage","url":"https:\/\/wordpress.cine.idv.tw\/wp-content\/uploads\/2022\/11\/vmware-workstation-edit-encrypted-.vmx_.png","contentUrl":"https:\/\/wordpress.cine.idv.tw\/wp-content\/uploads\/2022\/11\/vmware-workstation-edit-encrypted-.vmx_.png","width":739,"height":472},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-edit-encrypted-vmx-with-vmwarevmx\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/wordpress.cine.idv.tw\/"},{"@type":"ListItem","position":2,"name":"VMware Workstation \u865b\u64ec\u6a5f\u5668\u8a2d\u5b9a\u6a94\uff0c\u56e0\u555f\u7528 Virtual Trusted Platform Module \u5c0e\u81f4\u7121\u6cd5\u76f4\u63a5\u7de8\u8f2f\u8a72\u600e\u9ebc\u8fa6\uff1f"}]},{"@type":"WebSite","@id":"https:\/\/wordpress.cine.idv.tw\/#website","url":"https:\/\/wordpress.cine.idv.tw\/","name":"\u56db\u7dad\u4e8c\u6728\u4e4b\u5bb6","description":"\u656c\u754f\u8036\u548c\u83ef\u662f\u667a\u6167\u7684\u958b\u7aef\uff0c \u8a8d\u8b58\u81f3\u8056\u8005\u4fbf\u662f\u8070\u660e\u3002\u7bb4\u8a00\u4e5d:10","publisher":{"@id":"https:\/\/wordpress.cine.idv.tw\/#\/schema\/person\/2f7c8d7d06c31412a22aeeeb557c791f"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordpress.cine.idv.tw\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-TW"},{"@type":["Person","Organization"],"@id":"https:\/\/wordpress.cine.idv.tw\/#\/schema\/person\/2f7c8d7d06c31412a22aeeeb557c791f","name":"shortie","image":{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/i2.wp.com\/wordpress.cine.idv.tw\/wp-content\/uploads\/2021\/11\/111945_400x400.jpg?fit=400%2C400&ssl=1","url":"https:\/\/i2.wp.com\/wordpress.cine.idv.tw\/wp-content\/uploads\/2021\/11\/111945_400x400.jpg?fit=400%2C400&ssl=1","contentUrl":"https:\/\/i2.wp.com\/wordpress.cine.idv.tw\/wp-content\/uploads\/2021\/11\/111945_400x400.jpg?fit=400%2C400&ssl=1","width":400,"height":400,"caption":"shortie"},"logo":{"@id":"https:\/\/i2.wp.com\/wordpress.cine.idv.tw\/wp-content\/uploads\/2021\/11\/111945_400x400.jpg?fit=400%2C400&ssl=1"},"sameAs":["https:\/\/wordpress.cine.idv.tw"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/wordpress.cine.idv.tw\/wp-content\/uploads\/2022\/11\/vmware-workstation-edit-encrypted-.vmx_.png","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p2GqAF-HL","jetpack-related-posts":[{"id":2707,"url":"https:\/\/wordpress.cine.idv.tw\/index.php\/2022\/11\/20\/vmware-workstation-17-hangs-with-isbrenderercomm-lost-connection-to-mkssandboxvmware-error\/","url_meta":{"origin":2713,"position":0},"title":"VMware Workstation 17 \u51fa\u73fe mks ISBRendererComm: Lost connection to mksSandbox \u8a72\u600e\u9ebc\u8fa6?","author":"shortie","date":"2022-11-20","format":false,"excerpt":"\u4ee5\u524d\u5c31\u770b\u904e VMware Workstation \u7684\u7528\u6236\u5728\u8ad6\u58c7\u4e0a\u62b1\u6028 mks (mouse, key\u2026","rel":"","context":"\u5728\u300c\u8cc7\u8a0a\u79d1\u6280\u300d\u4e2d","block_context":{"text":"\u8cc7\u8a0a\u79d1\u6280","link":"https:\/\/wordpress.cine.idv.tw\/index.php\/category\/it\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/wordpress.cine.idv.tw\/wp-content\/uploads\/2022\/11\/vmware-workstation-isbrenderercomm-error.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":2056,"url":"https:\/\/wordpress.cine.idv.tw\/index.php\/2021\/11\/04\/how-to-stop-opera-browser-from-opening-pdf-downloads-in-browser\/","url_meta":{"origin":2713,"position":1},"title":"\u5982\u4f55\u8b93 Opera \u700f\u89bd\u5668\u76f4\u63a5\u4e0b\u8f09 PDF \u6a94\u6848\uff0c \u4e0d\u8981\u986f\u793a\u9810\u89bd\u756b\u9762\uff1f","author":"shortie","date":"2021-11-04","format":false,"excerpt":"\u5982\u679c\u4f60\u50cf\u4f5c\u8005\u4e00\u6a23\uff0c \u5f9e\u7db2\u9801\u4e2d\u9ede\u64ca PDF \u9023\u7d50\u6642\uff0c \u5e0c\u671b\u700f\u89bd\u5668\u80fd\u5920\u76f4\u63a5\u4e0b\u8f09 PDF \u6a94\u6848\uff0c \u8b93\u81ea\u5df1\u5f8c\u2026","rel":"","context":"\u5728\u300c\u8cc7\u8a0a\u79d1\u6280\u300d\u4e2d","block_context":{"text":"\u8cc7\u8a0a\u79d1\u6280","link":"https:\/\/wordpress.cine.idv.tw\/index.php\/category\/it\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/wordpress.cine.idv.tw\/wp-content\/uploads\/2021\/11\/2021-11-05_10-14-57-opera-pdf-preview-small.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1347,"url":"https:\/\/wordpress.cine.idv.tw\/index.php\/2021\/03\/01\/vmware-workstation-ubuntu-virtual-machine-shrink-disk-2021-revision\/","url_meta":{"origin":2713,"position":2},"title":"\u5982\u4f55\u7e2e\u5c0f Ubuntu VMware \u865b\u64ec\u6a5f\u5668\u5360\u7528\u7684\u5be6\u9ad4\u786c\u789f\u7a7a\u9593 (2021 \u5e74\u7248)","author":"shortie","date":"2021-03-01","format":false,"excerpt":"\u7e7c\u524d\u6b21\u5c07 VMware Workstation \u4e2d\u7684 Ubuntu 18.04 \u865b\u64ec\u6a5f\u5668\u4f7f\u7528\u7684\u786c\u789f\u7a7a\u2026","rel":"","context":"\u5728\u300c\u8cc7\u8a0a\u79d1\u6280\u300d\u4e2d","block_context":{"text":"\u8cc7\u8a0a\u79d1\u6280","link":"https:\/\/wordpress.cine.idv.tw\/index.php\/category\/it\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1039,"url":"https:\/\/wordpress.cine.idv.tw\/index.php\/2020\/08\/17\/aws-ec2-instance-dev-xvda1-should-be-checked-for-errors\/","url_meta":{"origin":2713,"position":3},"title":"AWS EC2 Linux filesystem should be checked for errors","author":"shortie","date":"2020-08-17","format":false,"excerpt":"\u5728 AWS EC2 \u7684 Ubuntu instance \u4e2d\u770b\u5230 \/dev\/xvda1 filesys\u2026","rel":"","context":"\u5728\u300c\u8cc7\u8a0a\u79d1\u6280\u300d\u4e2d","block_context":{"text":"\u8cc7\u8a0a\u79d1\u6280","link":"https:\/\/wordpress.cine.idv.tw\/index.php\/category\/it\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/wordpress.cine.idv.tw\/wp-content\/uploads\/2020\/08\/aws-console-ec2-reboot-2020-08-18_16-04-02.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/wordpress.cine.idv.tw\/wp-content\/uploads\/2020\/08\/aws-console-ec2-reboot-2020-08-18_16-04-02.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/wordpress.cine.idv.tw\/wp-content\/uploads\/2020\/08\/aws-console-ec2-reboot-2020-08-18_16-04-02.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/wordpress.cine.idv.tw\/wp-content\/uploads\/2020\/08\/aws-console-ec2-reboot-2020-08-18_16-04-02.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":452,"url":"https:\/\/wordpress.cine.idv.tw\/index.php\/2018\/09\/16\/vmware-workstation-ubuntu-virtual-machine-shrink-disk\/","url_meta":{"origin":2713,"position":4},"title":"\u7e2e\u5c0f Ubuntu VMware \u865b\u64ec\u6a5f\u5668\u5360\u7528\u7684\u5be6\u9ad4\u786c\u789f\u7a7a\u9593","author":"shortie","date":"2018-09-16","format":false,"excerpt":"VMware Workstation (\u4ee5\u4e0b\u7c21\u7a31 VMware) \u865b\u64ec\u6a5f\u5668\u4f7f\u7528\u4e00\u6bb5\u6642\u9593\u4e4b\u5f8c\uff0c\u4e0d\u53ef\u907f\u514d\u2026","rel":"","context":"\u5728\u300c\u8cc7\u8a0a\u79d1\u6280\u300d\u4e2d","block_context":{"text":"\u8cc7\u8a0a\u79d1\u6280","link":"https:\/\/wordpress.cine.idv.tw\/index.php\/category\/it\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2752,"url":"https:\/\/wordpress.cine.idv.tw\/index.php\/2023\/01\/01\/shortie-s-best-csv-editor-rons-csv-editor\/","url_meta":{"origin":2713,"position":5},"title":"2023 \u6700\u4f73 CSV \u7de8\u8f2f\u5668\uff1a Rons CSV Editor (Shortie&#8217;s Best 2023)","author":"shortie","date":"2023-01-01","format":false,"excerpt":"\u6211\u8a66\u7528\u904e\u5f88\u591a CSV \u6a94\u6848\u7684\u7de8\u8f2f\u5668\u3001\u8f49\u63db\u5668\uff0c\u4f46\u662f\u82e5\u8981\u8aaa\u5230\u4e00\u500b\u53ef\u4ee5\u61c9\u4ed8\u6240\u6709 CSV \u683c\u5f0f\u7684\u7de8\u8f2f\u5668\uff0c\u90a3\u9ebc\u2026","rel":"","context":"\u5728\u300c\u8cc7\u8a0a\u79d1\u6280\u300d\u4e2d","block_context":{"text":"\u8cc7\u8a0a\u79d1\u6280","link":"https:\/\/wordpress.cine.idv.tw\/index.php\/category\/it\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/posts\/2713","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/comments?post=2713"}],"version-history":[{"count":4,"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/posts\/2713\/revisions"}],"predecessor-version":[{"id":2719,"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/posts\/2713\/revisions\/2719"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/media\/2716"}],"wp:attachment":[{"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/media?parent=2713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/categories?post=2713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.cine.idv.tw\/index.php\/wp-json\/wp\/v2\/tags?post=2713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}