{"id":981,"date":"2022-11-24T20:31:09","date_gmt":"2022-11-24T23:31:09","guid":{"rendered":"http:\/\/jonescarvalho.com\/Blog\/?p=981"},"modified":"2023-03-08T14:09:54","modified_gmt":"2023-03-08T17:09:54","slug":"manage-onedrive-shortcut-and-zip-winrar","status":"publish","type":"post","link":"https:\/\/jonescarvalho.com\/Blog\/?p=981","title":{"rendered":"Manage onedrive shortcut and zip winrar"},"content":{"rendered":"\n<p>Here\u2019s the generic command:<br><code>mklink \/J desired_name \"OneDrive - company<\/code><\/p>\n\n\n\n<p>Here\u2019s what I used:<br><code>mklink \/J OneDriveMS \"OneDrive - Microsoft\"<\/code><\/p>\n\n\n\n<p>or<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cmd \/c mklink \/J \"OneDriveMS\" '.\\OneDrive - company \\'<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Enable xp_cmdshell SQL Server for use winrar<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>-- Show Advanced Options\nEXEC sp_configure 'show advanced options', 1\nGO\nRECONFIGURE\nGO\n-- Enable xp_cmdshell\nEXEC sp_configure 'xp_cmdshell', 1\nGO\nRECONFIGURE\nGO\n-- Hide Advanced Options\nEXEC sp_configure 'show advanced options', 0\nGO\nRECONFIGURE\nGO<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s the generic command:mklink \/J desired_name &#8220;OneDrive &#8211; company Here\u2019s what I used:mklink [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-981","post","type-post","status-publish","format-standard","hentry","category-dicas"],"_links":{"self":[{"href":"https:\/\/jonescarvalho.com\/Blog\/index.php?rest_route=\/wp\/v2\/posts\/981"}],"collection":[{"href":"https:\/\/jonescarvalho.com\/Blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jonescarvalho.com\/Blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jonescarvalho.com\/Blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jonescarvalho.com\/Blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=981"}],"version-history":[{"count":4,"href":"https:\/\/jonescarvalho.com\/Blog\/index.php?rest_route=\/wp\/v2\/posts\/981\/revisions"}],"predecessor-version":[{"id":1001,"href":"https:\/\/jonescarvalho.com\/Blog\/index.php?rest_route=\/wp\/v2\/posts\/981\/revisions\/1001"}],"wp:attachment":[{"href":"https:\/\/jonescarvalho.com\/Blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=981"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jonescarvalho.com\/Blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=981"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jonescarvalho.com\/Blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}