<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2024-11-20T03:16:30+00:00</updated><id>/feed.xml</id><title type="html">j4ckfruit</title><subtitle>notes and writings
</subtitle><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><entry><title type="html">easily install macos 14 on windows (vmware)</title><link href="/2024/11/19/macos-vm-on-windows.html" rel="alternate" type="text/html" title="easily install macos 14 on windows (vmware)" /><published>2024-11-19T00:00:00+00:00</published><updated>2024-11-19T00:00:00+00:00</updated><id>/2024/11/19/macos-vm-on-windows</id><content type="html" xml:base="/2024/11/19/macos-vm-on-windows.html"><![CDATA[<p><a href="https://github.com/luiscoco/macOS_Sonoma_VMWare">big sauce</a><br />
<a href="https://www.youtube.com/watch?v=77J-hxDmomg">complementary sauce</a></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>1. first, download vmware 17 &lt;&lt;- google it

2. download macOS 14 iso
https://drive.google.com/file/d/1FdocBt9nSuqGmNWpwkIWqXi7FbuBd8P3/view

3. download unlocker 4
https://github.com/DrDonk/unlocker/releases/download/v4.2.7/unlocker427.zip

4. install vmware 17

5. run unlocker 4 with:
.\unlock.exe
.\check.exe

# ideal .\check.exe result:
Checker 4.2.7 for VMware Workstation/Player
============================================

VMware is installed at:  C:\Program Files (x86)\VMware\VMware Workstation\
VMware version:  20800274
Patch Status: Patched (1)
SHA256: fda33caabab694c11ecd0fe5856f9d1dfd8f3dd443be8c51f8cef8ee5891ce59
Patch Status: Patched (1)
SHA256: a224c5951d4bcb0beffcdd9751084307011433620269387a0af09b1679664e1a
Patch Status: Patched (1)
SHA256: efb2d80800eebadda0448ac254b35f8da5325523cd410f01ccb7bb21dc1f0129
Patch Status: Patched (1)
SHA256: 6c724c837efb33d5d0389576cb344c26f00bbf2cd277f81ff4bbf8ad3b089385

6. now create new VM on vmware 17
Guest operating system: Apple Mac OS X &gt; macOS 14
Max disk size: 100 GB
RAM: 8 GB
Processors: 1 proc, 6 cores
New CD/DVD (SATA): path/to/your/macOS14.iso &lt;&lt;-- IMPORTANT!!
everything else default

7. now startup the VM

8. after choosing Mac OS Language, you will be presented with 4 options: Restore, Install, Safari, Disk Utility

9. CHOOSE DISK UTILITY &lt;&lt;-- IMPORTANT!!

10. Erase VMWare Virtual SATA Hard Drive Media

11. once done, continue with Install Sonoma

12. notice that your NAT isn't working

13. after install, shut down VM

14. open the vmx file in notepad

15. apply the following changes:
smc.version = "0" &lt;&lt;-- APPEND TO BOTTOM
ethernet0.virtualDev = "vmxnet3" &lt;&lt;-- CHANGE EXISTING VALUE

16. startup the VM again, install VMware tools from the VMware top menu
</code></pre></div></div>
<p>optimize macOS vm (optional) <a href="https://github.com/sickcodes/osx-optimizer">sauce</a></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sudo mdutil -i off -a
sudo defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture ""
defaults write com.apple.Accessibility DifferentiateWithoutColor -int 1
defaults write com.apple.Accessibility ReduceMotionEnabled -int 1
defaults write com.apple.universalaccess reduceMotion -int 1
defaults write com.apple.universalaccess reduceTransparency -int 1
</code></pre></div></div>
<p>disable updates (also optional)</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sudo su
defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticDownload -bool false
defaults write com.apple.SoftwareUpdate AutomaticCheckEnabled -bool false
defaults write com.apple.commerce AutoUpdate -bool false
defaults write com.apple.commerce AutoUpdateRestartRequired -bool false
defaults write com.apple.SoftwareUpdate ConfigDataInstall -int 0
defaults write com.apple.SoftwareUpdate CriticalUpdateInstall -int 0
defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 0
defaults write com.apple.SoftwareUpdate AutomaticDownload -int 0
</code></pre></div></div>]]></content><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><category term="pt" /><summary type="html"><![CDATA[big sauce complementary sauce 1. first, download vmware 17 &lt;&lt;- google it 2. download macOS 14 iso https://drive.google.com/file/d/1FdocBt9nSuqGmNWpwkIWqXi7FbuBd8P3/view 3. download unlocker 4 https://github.com/DrDonk/unlocker/releases/download/v4.2.7/unlocker427.zip 4. install vmware 17 5. run unlocker 4 with: .\unlock.exe .\check.exe # ideal .\check.exe result: Checker 4.2.7 for VMware Workstation/Player ============================================ VMware is installed at: C:\Program Files (x86)\VMware\VMware Workstation\ VMware version: 20800274 Patch Status: Patched (1) SHA256: fda33caabab694c11ecd0fe5856f9d1dfd8f3dd443be8c51f8cef8ee5891ce59 Patch Status: Patched (1) SHA256: a224c5951d4bcb0beffcdd9751084307011433620269387a0af09b1679664e1a Patch Status: Patched (1) SHA256: efb2d80800eebadda0448ac254b35f8da5325523cd410f01ccb7bb21dc1f0129 Patch Status: Patched (1) SHA256: 6c724c837efb33d5d0389576cb344c26f00bbf2cd277f81ff4bbf8ad3b089385 6. now create new VM on vmware 17 Guest operating system: Apple Mac OS X &gt; macOS 14 Max disk size: 100 GB RAM: 8 GB Processors: 1 proc, 6 cores New CD/DVD (SATA): path/to/your/macOS14.iso &lt;&lt;-- IMPORTANT!! everything else default 7. now startup the VM 8. after choosing Mac OS Language, you will be presented with 4 options: Restore, Install, Safari, Disk Utility 9. CHOOSE DISK UTILITY &lt;&lt;-- IMPORTANT!! 10. Erase VMWare Virtual SATA Hard Drive Media 11. once done, continue with Install Sonoma 12. notice that your NAT isn't working 13. after install, shut down VM 14. open the vmx file in notepad 15. apply the following changes: smc.version = "0" &lt;&lt;-- APPEND TO BOTTOM ethernet0.virtualDev = "vmxnet3" &lt;&lt;-- CHANGE EXISTING VALUE 16. startup the VM again, install VMware tools from the VMware top menu optimize macOS vm (optional) sauce sudo mdutil -i off -a sudo defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture "" defaults write com.apple.Accessibility DifferentiateWithoutColor -int 1 defaults write com.apple.Accessibility ReduceMotionEnabled -int 1 defaults write com.apple.universalaccess reduceMotion -int 1 defaults write com.apple.universalaccess reduceTransparency -int 1 disable updates (also optional) sudo su defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticDownload -bool false defaults write com.apple.SoftwareUpdate AutomaticCheckEnabled -bool false defaults write com.apple.commerce AutoUpdate -bool false defaults write com.apple.commerce AutoUpdateRestartRequired -bool false defaults write com.apple.SoftwareUpdate ConfigDataInstall -int 0 defaults write com.apple.SoftwareUpdate CriticalUpdateInstall -int 0 defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 0 defaults write com.apple.SoftwareUpdate AutomaticDownload -int 0]]></summary></entry><entry><title type="html">easily blur text in ms word</title><link href="/2023/10/28/blur-text-in-word.html" rel="alternate" type="text/html" title="easily blur text in ms word" /><published>2023-10-28T00:00:00+00:00</published><updated>2023-10-28T00:00:00+00:00</updated><id>/2023/10/28/blur-text-in-word</id><content type="html" xml:base="/2023/10/28/blur-text-in-word.html"><![CDATA[<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>1. put all your text into a textbox
2. copy and paste *as an image*
3. right-click image, Format Picture
4. go to "Picture Corrections" tab
5. reduce Sharpness
</code></pre></div></div>]]></content><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><category term="pt" /><summary type="html"><![CDATA[1. put all your text into a textbox 2. copy and paste *as an image* 3. right-click image, Format Picture 4. go to "Picture Corrections" tab 5. reduce Sharpness]]></summary></entry><entry><title type="html">how javascript treats hyphens (xss tips)</title><link href="/2023/07/08/how-js-treats-hyphens.html" rel="alternate" type="text/html" title="how javascript treats hyphens (xss tips)" /><published>2023-07-08T00:00:00+00:00</published><updated>2023-07-08T00:00:00+00:00</updated><id>/2023/07/08/how-js-treats-hyphens</id><content type="html" xml:base="/2023/07/08/how-js-treats-hyphens.html"><![CDATA[<p><a href="https://stackoverflow.com/questions/60593034/how-does-javascript-treat-hyphens">sauce</a></p>

<p>The code that the site uses is:</p>
<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kd">let</span> <span class="nx">jeff</span> <span class="o">=</span> <span class="p">(</span><span class="k">new</span> <span class="nx">URL</span><span class="p">(</span><span class="nx">location</span><span class="p">).</span><span class="nx">searchParams</span><span class="p">.</span><span class="kd">get</span><span class="p">(</span><span class="dl">'</span><span class="s1">jeff</span><span class="dl">'</span><span class="p">)</span> <span class="o">||</span> <span class="dl">"</span><span class="s2">JEFFF</span><span class="dl">"</span><span class="p">)</span>
<span class="nb">eval</span><span class="p">(</span><span class="s2">`ma = "Ma name </span><span class="p">${</span><span class="nx">jeff</span><span class="p">}</span><span class="s2">"`</span><span class="p">)</span>
</code></pre></div></div>
<p>Note that searchParams gives you a URLSearchParams object, and its .get method gives you a string corresponding to the parameter. So, the objective is to come up with some characters that, when inserted into</p>
<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nx">ma</span> <span class="o">=</span> <span class="dl">"</span><span class="s2">Ma name &lt;CHARACTERS&gt;</span><span class="dl">"</span>
</code></pre></div></div>
<p>and run, results in arbitrary code execution.<br />
First step is to surround the characters in “s, so as to end the string literal after the name and resume a string literal after the CHARACTERS:</p>
<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nx">ma</span> <span class="o">=</span> <span class="dl">"</span><span class="s2">Ma name </span><span class="dl">"</span> <span class="o">&lt;</span><span class="nx">SOMETHING</span> <span class="nx">ELSE</span><span class="o">&gt;</span> <span class="dl">""</span>
</code></pre></div></div>
<p>So now you need to figure out what sort of characters can go into <SOMETHING ELSE=""> which will result in valid Javascript code.  
If you just put in alert(), that won't be valid:</SOMETHING></p>
<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nx">ma</span> <span class="o">=</span> <span class="dl">"</span><span class="s2">Ma name </span><span class="dl">"</span> <span class="nx">alert</span><span class="p">()</span> <span class="dl">""</span>
</code></pre></div></div>
<p>That’s a syntax error. You need something to indicate what the alert has to do with the string literal token that comes just before it. A - can do the trick, but so could any other operator, like +, %, and so on. You also need to connect the end of the alert with the resumed string literal, thus the need for another operator at the end:</p>
<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nx">ma</span> <span class="o">=</span> <span class="dl">"</span><span class="s2">Ma name </span><span class="dl">"</span><span class="o">-</span><span class="nx">alert</span><span class="p">(</span><span class="dl">'</span><span class="s1">foo</span><span class="dl">'</span><span class="p">)</span><span class="o">-</span><span class="dl">""</span>
</code></pre></div></div>
<p>So, the characters that need to be inserted are:</p>
<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="dl">"</span><span class="s2">-alert('foo')-</span><span class="dl">"</span>
</code></pre></div></div>
<p>Note that because the string is delivered inside of a search parameter, a + won’t be interpreted as the literal character + - rather, it’ll be interpreted as a space. So jeff=”+alert(1337)+” won’t work, but jeff=”%2balert(1337)%2b” will.<br />
Semicolons work as well, because they result in:</p>
<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nx">ma</span> <span class="o">=</span> <span class="dl">"</span><span class="s2">Ma name </span><span class="dl">"</span> <span class="o">&lt;</span><span class="nx">SOMETHING</span> <span class="nx">ELSE</span><span class="o">&gt;</span> <span class="dl">""</span>
<span class="nx">ma</span> <span class="o">=</span> <span class="dl">"</span><span class="s2">Ma name </span><span class="dl">"</span><span class="p">;</span> <span class="nx">alert</span><span class="p">()</span>        <span class="p">;</span><span class="dl">""</span>
</code></pre></div></div>
<p>which is valid syntax.</p>]]></content><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><category term="pt" /><summary type="html"><![CDATA[sauce]]></summary></entry><entry><title type="html">aws va tool commands</title><link href="/2023/06/29/aws-va-cmds.html" rel="alternate" type="text/html" title="aws va tool commands" /><published>2023-06-29T00:00:00+00:00</published><updated>2023-06-29T00:00:00+00:00</updated><id>/2023/06/29/aws-va-cmds</id><content type="html" xml:base="/2023/06/29/aws-va-cmds.html"><![CDATA[<p>first make sure you’re in venv</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>python3 -m venv /opt/venv
source /opt/venv/bin/activate
</code></pre></div></div>

<p>prowler</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># setup
pip install prowler
</code></pre></div></div>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># run
prowler aws -p &lt;profile&gt; -M csv json
</code></pre></div></div>

<p>scoutsuite</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># setup
# note: scoutsuite supports only up till python3.8 - so will have to use separate python3.8 venv
# note: best to run in ubuntu
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.8
sudo apt install python3.8-venv
python3.8 -m venv /opt/venv-3.8
source /opt/venv-3.8/bin/activate
pip install scoutsuite
scout --help
</code></pre></div></div>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># run
scout aws --profile &lt;profile&gt; --region ap-southeast-1
</code></pre></div></div>

<p>cloudsploit</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># setup
# note: cloudsploit runs on nodejs
sudo apt install nodejs
sudo apt install npm
cd /opt
git clone https://github.com/aquasecurity/cloudsploit.git
cd cloudsploit
npm install
</code></pre></div></div>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># run
nodejs ./index.js --csv=cloudsploit.csv --console=none
</code></pre></div></div>]]></content><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><category term="pt" /><summary type="html"><![CDATA[first make sure you’re in venv python3 -m venv /opt/venv source /opt/venv/bin/activate]]></summary></entry><entry><title type="html">easily unmerge cells in ms excel</title><link href="/2023/06/28/ms-excel-unmerge-cells.html" rel="alternate" type="text/html" title="easily unmerge cells in ms excel" /><published>2023-06-28T00:00:00+00:00</published><updated>2023-06-28T00:00:00+00:00</updated><id>/2023/06/28/ms-excel-unmerge-cells</id><content type="html" xml:base="/2023/06/28/ms-excel-unmerge-cells.html"><![CDATA[<p>frustrated when merged cells screw up the functionality of a spreadsheet? worry no more</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>1. highlight the cell(s) you want to unmerge. feel free to select all that you want
2. home &gt; down button at "merge and center" &gt; unmerge cells
3. now your cells should be unmerged, but with empty rows below top row. keep the cells selected.
4. home &gt; find &amp; select &gt; go to special
5. inside "go to special", select blanks. click ok
6. now all the blanks are selected
7. type: = + up button
8. now all the blank cells are pointing to one row up
9. press: ctrl + enter
10. voila
</code></pre></div></div>]]></content><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><category term="pt" /><summary type="html"><![CDATA[frustrated when merged cells screw up the functionality of a spreadsheet? worry no more 1. highlight the cell(s) you want to unmerge. feel free to select all that you want 2. home &gt; down button at "merge and center" &gt; unmerge cells 3. now your cells should be unmerged, but with empty rows below top row. keep the cells selected. 4. home &gt; find &amp; select &gt; go to special 5. inside "go to special", select blanks. click ok 6. now all the blanks are selected 7. type: = + up button 8. now all the blank cells are pointing to one row up 9. press: ctrl + enter 10. voila]]></summary></entry><entry><title type="html">easily fix ms word sub-headers</title><link href="/2023/05/17/fix-ms-word-sub-headers.html" rel="alternate" type="text/html" title="easily fix ms word sub-headers" /><published>2023-05-17T00:00:00+00:00</published><updated>2023-05-17T00:00:00+00:00</updated><id>/2023/05/17/fix-ms-word-sub-headers</id><content type="html" xml:base="/2023/05/17/fix-ms-word-sub-headers.html"><![CDATA[<p>frustrated when new sub-header isn’t following top-level header? <a href="https://superuser.com/questions/566933/heading-2-is-not-followed-by-heading-1-in-microsoft-word-2010-multilevel-heading">sauce</a></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Select a heading, then select Home &gt; Paragraph &gt; Multilevel List &gt; Define new Multilevel List...

Click on More &gt;&gt; at the bottom left of the dialog box.

Make sure everything is set properly in the "Enter formatting for number" textbox by setting the number style and "Include level number from" listbox. Ensure that "Restart list after" is set for the previous list level than thhe one you're editing.
</code></pre></div></div>]]></content><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><category term="pt" /><summary type="html"><![CDATA[frustrated when new sub-header isn’t following top-level header? sauce ``` Select a heading, then select Home &gt; Paragraph &gt; Multilevel List &gt; Define new Multilevel List…]]></summary></entry><entry><title type="html">useful bash trix</title><link href="/2023/05/07/use-bash-trix.html" rel="alternate" type="text/html" title="useful bash trix" /><published>2023-05-07T00:00:00+00:00</published><updated>2023-05-07T00:00:00+00:00</updated><id>/2023/05/07/use-bash-trix</id><content type="html" xml:base="/2023/05/07/use-bash-trix.html"><![CDATA[<p>bash bulk change prefix <a href="https://unix.stackexchange.com/questions/47367/bulk-rename-change-prefix">sauce</a></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>for f in TestSR*; do mv "$f" "CL${f#TestSR}"; done
</code></pre></div></div>
<p>bash delete empty files in current dir <a href="https://www.baeldung.com/linux/delete-empty-files-dirs">sauce</a></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>find . -type f -empty -print -delete
</code></pre></div></div>]]></content><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><category term="pt" /><summary type="html"><![CDATA[bash bulk change prefix sauce for f in TestSR*; do mv "$f" "CL${f#TestSR}"; done bash delete empty files in current dir sauce find . -type f -empty -print -delete]]></summary></entry><entry><title type="html">burp setup cheatsheet</title><link href="/2023/03/11/burp-setup-cheatsheet.html" rel="alternate" type="text/html" title="burp setup cheatsheet" /><published>2023-03-11T00:00:00+00:00</published><updated>2023-03-11T00:00:00+00:00</updated><id>/2023/03/11/burp-setup-cheatsheet</id><content type="html" xml:base="/2023/03/11/burp-setup-cheatsheet.html"><![CDATA[<p>keep all subdomains within a primary domain in scope (e.g. *.web-security-academy.net)</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># target &gt; scope settings &gt; check "advanced scope control" &gt; add:
# key regex: .*.web-security-academy.net

protocol: https (or anything)
host or ip range: .*.web-security-academy.net (note: this is a regex)
port: &lt;leave empty&gt;
file: &lt;leave empty&gt;
</code></pre></div></div>

<p>load jython <a href="https://portswigger.net/burp/documentation/desktop/extensions/installing-extensions">sauce</a></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>1. download jython standalone -&gt; https://www.jython.org/download.html
2. go to Extensions &gt; Extension Settings &gt; Python environment &gt; select location of Jython standalone jar file
</code></pre></div></div>

<p>useful extensions</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>ActiveScan++
Autowasp
Content Type Converter
Copy As Python-Requests
Hackverter
ViewState Editor
</code></pre></div></div>]]></content><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><category term="pt" /><summary type="html"><![CDATA[keep all subdomains within a primary domain in scope (e.g. *.web-security-academy.net) ``` target &gt; scope settings &gt; check “advanced scope control” &gt; add: key regex: .*.web-security-academy.net]]></summary></entry><entry><title type="html">sed cheatsheet</title><link href="/2023/03/06/sed-cheatsheet.html" rel="alternate" type="text/html" title="sed cheatsheet" /><published>2023-03-06T00:00:00+00:00</published><updated>2023-03-06T00:00:00+00:00</updated><id>/2023/03/06/sed-cheatsheet</id><content type="html" xml:base="/2023/03/06/sed-cheatsheet.html"><![CDATA[<p>with pipe, replace space with nothing</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cat wow.txt | cut -d":" -f2 | sed -En "s/\s//p"
</code></pre></div></div>
<p>with pipe, remove colour codes</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sed -r "s/\x1B\[([0-9]{1,3}(;[0-9]{1,2};?)?)?[mGK]//g"
</code></pre></div></div>]]></content><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><category term="pt" /><summary type="html"><![CDATA[with pipe, replace space with nothing cat wow.txt | cut -d":" -f2 | sed -En "s/\s//p" with pipe, remove colour codes sed -r "s/\x1B\[([0-9]{1,3}(;[0-9]{1,2};?)?)?[mGK]//g"]]></summary></entry><entry><title type="html">force win11 to show more options</title><link href="/2023/03/05/force-win11-options.html" rel="alternate" type="text/html" title="force win11 to show more options" /><published>2023-03-05T00:00:00+00:00</published><updated>2023-03-05T00:00:00+00:00</updated><id>/2023/03/05/force-win11-options</id><content type="html" xml:base="/2023/03/05/force-win11-options.html"><![CDATA[<p><a href="https://answers.microsoft.com/en-us/windows/forum/all/windows-11-right-click-explorer-menu-show-more-as/ba8dafe4-306a-403b-af0d-10a6d1ca0a9a">sauce</a></p>

<ol>
  <li>open admin cmd prompt
    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d "" /f
</code></pre></div>    </div>
  </li>
  <li>restart</li>
</ol>]]></content><author><name>j4ckfruit</name><email>j4ckphruit@gmail.com</email></author><category term="pt" /><summary type="html"><![CDATA[sauce]]></summary></entry></feed>