<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>F. A. Q. - Recent questions and answers in Computers/PC</title>
<link>https://clearpointhosting.com/q2a/index.php/qa/computers-pc</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: Delete your previous version of Windows after an upgrade?</title>
<link>https://clearpointhosting.com/q2a/index.php/39/delete-your-previous-version-of-windows-after-an-upgrade?show=40#a40</link>
<description>&lt;p&gt;Ten days&amp;nbsp;after you upgrade to Windows, your previous version of Windows will be automatically deleted from your PC. However, if you need to free up drive space, and you’re confident that your files and settings are where you want them to be in Windows, you can safely delete it yourself.&lt;/p&gt;&lt;div class=&quot;ocpAlert&quot;&gt;&lt;p class=&quot;ocpAlertSection&quot;&gt;&lt;strong class=&quot;ocpWarning&quot;&gt;Warning:&amp;nbsp;&lt;/strong&gt;&amp;nbsp;If it’s been fewer than 10 days since you upgraded to Windows, your previous version of Windows will be listed as a system file you can delete. You can delete it, but keep in mind that you&#039;ll be deleting your Windows.old folder, which contains files that give you the option to go back to your previous version of Windows. If you delete your previous version of Windows, this can&#039;t be undone&amp;nbsp;(you won&#039;t be able to go back to your previous version of Windows).&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;ol type=&quot;1&quot; style=&quot;list-style-type:decimal&quot;&gt;&lt;li&gt;&lt;p&gt;Press the &lt;strong class=&quot;ocpUI&quot;&gt;Windows logo&amp;nbsp;key &lt;/strong&gt; on your keyboard, then select&amp;nbsp;&lt;strong class=&quot;ocpUI&quot;&gt;Settings &lt;/strong&gt;&amp;gt;&amp;nbsp;&lt;strong class=&quot;ocpUI&quot;&gt;System &lt;/strong&gt;&amp;gt; &lt;strong class=&quot;ocpUI&quot;&gt;Storage&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;denied:ms-settings:storagesense&quot; target=&quot;_blank&quot; role=&quot;button&quot; class=&quot;ocpExternalLink supLinkButton&quot;&gt;Open Storage Settings&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Under your hard drive information, select&amp;nbsp;&lt;strong class=&quot;ocpUI&quot;&gt;Temporary files&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Select the&amp;nbsp;&lt;strong class=&quot;ocpUI&quot;&gt;Previous version of Windows &lt;/strong&gt;check box, and then&amp;nbsp;select&amp;nbsp;&lt;strong class=&quot;ocpUI&quot;&gt;Remove files&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;</description>
<category>Desktops</category>
<guid isPermaLink="true">https://clearpointhosting.com/q2a/index.php/39/delete-your-previous-version-of-windows-after-an-upgrade?show=40#a40</guid>
<pubDate>Mon, 18 Sep 2023 01:59:05 +0000</pubDate>
</item>
<item>
<title>Answered: How to run Mac Os on Linux?</title>
<link>https://clearpointhosting.com/q2a/index.php/21/how-to-run-mac-os-on-linux?show=22#a22</link>
<description>&lt;h2&gt;Macos on Linux&lt;/h2&gt;&lt;div class=&quot;mb-4 mt-3 post-meta&quot;&gt;&lt;span class=&quot;mx-2&quot;&gt;|&lt;/span&gt; Oct 3, 2022&lt;span class=&quot;mx-2&quot;&gt;|&lt;/span&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;https://christitus.com/categories/linux&quot;&gt;Linux&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;https://christitus.com/categories/macos&quot;&gt;MacOS&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;https://christitus.com/categories/networking&quot;&gt;Networking&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;content mb-5&quot;&gt;&lt;p&gt;This shows you all the steps to install a MacOS VM in Linux QEMU using Virtual Machine Manager or virt-manager.&lt;/p&gt;&lt;p&gt;Newer Source, but not as polished: &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/kholia/OSX-KVM&quot;&gt;https://github.com/kholia/OSX-KVM&lt;/a&gt; Mac KVM Repository: &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/foxlet/macOS-Simple-KVM&quot;&gt;https://github.com/foxlet/macOS-Simple-KVM&lt;/a&gt;&lt;/p&gt;&lt;h2 id=&quot;requirements&quot;&gt;Requirements&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;A modern Linux distribution. E.g. Ubuntu 20.04 LTS 64-bit or later.&lt;/li&gt;&lt;li&gt;QEMU &amp;gt;= 4.2.0&lt;/li&gt;&lt;li&gt;A CPU with Intel VT-x / AMD SVM support is required (&lt;code&gt;grep -e vmx -e svm /proc/cpuinfo&lt;/code&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;installation-preparation&quot;&gt;Installation Preparation&lt;/h2&gt;&lt;p&gt;Install QEMU and modify your user using &lt;a rel=&quot;nofollow&quot; href=&quot;https://christitus.com/vm-setup-in-linux&quot;&gt;https://christitus.com/vm-setup-in-linux&lt;/a&gt; Guide.&lt;/p&gt;&lt;p&gt;Clone this repository on your QEMU system. Files from this repository are used in the following steps.&lt;/p&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre tabindex=&quot;0&quot; class=&quot;chroma&quot;&gt;&lt;code class=&quot;language-fallback&quot; data-lang=&quot;fallback&quot;&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;cd ~
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;git clone --depth 1 --recursive https://github.com/foxlet/macOS-Simple-KVM
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;cd macOS-Simple-KVM
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;h2 id=&quot;installation-media&quot;&gt;Installation Media&lt;/h2&gt;&lt;p&gt;This downloads our installation media and I’d recommend using Catalina for compatibility and performance.&lt;/p&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre tabindex=&quot;0&quot; class=&quot;chroma&quot;&gt;&lt;code class=&quot;language-fallback&quot; data-lang=&quot;fallback&quot;&gt;./jumpstart.sh --catalina
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;em&gt;Note: Modern NVIDIA GPUs are supported on HighSierra but not on later versions of macOS. Recommended PCI Passthrough GPU is 5700XT as this works on Catalina and above. If you go with a 6000 Series Card only certain ones will work on Big Sur and Monterey, but not earlier releases.&lt;/em&gt;&lt;/p&gt;&lt;h2 id=&quot;virtual-machine-setup&quot;&gt;Virtual Machine Setup&lt;/h2&gt;&lt;p&gt;I recommend using Virtual Machine Manager (virt-manager) as it has a fantastic interface and Simple-KVM does a great job with their setup script. Simply type the following to get the macOS VM setup:&lt;/p&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre tabindex=&quot;0&quot; class=&quot;chroma&quot;&gt;&lt;code class=&quot;language-fallback&quot; data-lang=&quot;fallback&quot;&gt;sudo ./make.sh --add
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&quot;vm-modification&quot;&gt;VM Modification&lt;/h3&gt;&lt;p&gt;Before we can start out VM we have to have a hard drive to load it. You have two options: physical hard drive passthrough or qcow2 file.&lt;/p&gt;&lt;p&gt;Obviously, the physical drive is considerably faster, but not possible in some instances such as laptops or if you can’t afford a secondary drive.&lt;/p&gt;&lt;h4 id=&quot;physical-hard-drive-passthrough&quot;&gt;Physical Hard Drive Passthrough&lt;/h4&gt;&lt;p&gt;This is pretty simple as you just click Add Hardware -&amp;gt; Storage and then specify your hard drive.&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://christitus.com/images/2022/qemu/hdd.png&quot; alt=&quot;hdd&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Note: while you can use drive short names &lt;code&gt;/dev/sda&lt;/code&gt; I’d recommend using &lt;code&gt;/dev/disk/by-id/HARDDRIVESERIAL&lt;/code&gt; as this doesn’t ever change.&lt;/em&gt;&lt;/p&gt;&lt;h4 id=&quot;qcow2-file-for-hard-drive&quot;&gt;QCOW2 File for Hard Drive&lt;/h4&gt;&lt;p&gt;This is even simpler as you just click Add Hardware -&amp;gt; Storage and create new file. Just make sure you put it on at least a SSD or a nvme drive as it will be super slow if you don’t.&lt;/p&gt;&lt;h2 id=&quot;install-process&quot;&gt;Install Process&lt;/h2&gt;&lt;p&gt;Boot your machine and select the OS Install Partition on startup.&lt;/p&gt;&lt;p&gt;Use the &lt;code&gt;Disk Utility&lt;/code&gt; tool within the macOS installer to partition, and format the virtual disk attached to the macOS VM.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;TIP: Using a non-APFS filesystem is recommended.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Go ahead, and install macOS&lt;/p&gt;&lt;h3 id=&quot;post-installation&quot;&gt;Post-Installation&lt;/h3&gt;&lt;h4 id=&quot;bridge-networking&quot;&gt;Bridge Networking&lt;/h4&gt;&lt;p&gt;&lt;em&gt;First&lt;/em&gt; find your card interface name&lt;/p&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre tabindex=&quot;0&quot; class=&quot;chroma&quot;&gt;&lt;code class=&quot;language-fallback&quot; data-lang=&quot;fallback&quot;&gt;ip a
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Example: (Interface name is enp7s0)&lt;/p&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre tabindex=&quot;0&quot; class=&quot;chroma&quot;&gt;&lt;code class=&quot;language-fallback&quot; data-lang=&quot;fallback&quot;&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;1: lo: &amp;lt;LOOPBACK,UP,LOWER_UP&amp;gt; mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;    inet 127.0.0.1/8 scope host lo
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;       valid_lft forever preferred_lft forever
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;    inet6 ::1/128 scope host 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;       valid_lft forever preferred_lft forever
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;2: enp7s0: &amp;lt;NO-CARRIER,BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;    link/ether 24:bb:ee:55:22:33 brd ff:ff:ff:ff:ff:ff
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;    inet 10.0.0.99/24 brd 10.0.0.255 scope global
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;    valid_lft forever preferred_lft forever
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;    inet6 ::1/128 scope host 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;    valid_lft forever preferred_lft forever
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;em&gt;Second&lt;/em&gt; Update &lt;code&gt;/etc/network/interfaces&lt;/code&gt;&lt;/p&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre tabindex=&quot;0&quot; class=&quot;chroma&quot;&gt;&lt;code class=&quot;language-fallback&quot; data-lang=&quot;fallback&quot;&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;source /etc/network/interfaces.d/*
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;# The loopback network interface
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;auto lo
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;iface lo inet loopback
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;# The primary network interface - old entry
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;# allow-hotplug enp7s0
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;# iface enp7s0 inet dhcp
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;# The primary network interface - new entry
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;# DEVICENAME = enp7so for this pc and MYUSERNAME need to be $(whoami)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;auto br0
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;iface br0 inet dhcp
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;  bridge_ports DEVICENAME tap0
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;auto tap0
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;iface tap0 inet dhcp
&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;cl&quot;&gt;  pre-up tunctl -u MYUSERNAME -t tap0
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;em&gt;Lastly&lt;/em&gt; Restart the networking service or reboot computer. Then change your VM NIC (Network Hardware) to &lt;code&gt;br0&lt;/code&gt; interface.&lt;/p&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre tabindex=&quot;0&quot; class=&quot;chroma&quot;&gt;&lt;code class=&quot;language-fallback&quot; data-lang=&quot;fallback&quot;&gt;sudo systemctl restart networking
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id=&quot;other-considerations&quot;&gt;Other Considerations&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;GPU Passthrough (Requires two Graphics Cards) - &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/foxlet/macOS-Simple-KVM/blob/master/docs/guide-passthrough.md&quot;&gt;https://github.com/foxlet/macOS-Simple-KVM/blob/master/docs/guide-passthrough.md&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Changing Screen Resolution - &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/foxlet/macOS-Simple-KVM/blob/master/docs/guide-screen-resolution.md&quot;&gt;https://github.com/foxlet/macOS-Simple-KVM/blob/master/docs/guide-screen-resolution.md&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Optimizing System Performance - &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/sickcodes/osx-optimizer&quot;&gt;https://github.com/sickcodes/osx-optimizer&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Sound - Two methods, Pass the audio through HDMI if using GPU Passthrough OR Pass through a USB sound card that is macOS compatible&lt;ul&gt;&lt;li&gt;&lt;em&gt;Note: There is a way to use Voodoo kext or AppleALC, but it will crackle and sound terrible&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;walkthrough-video&quot;&gt;Walkthrough Video&lt;/h2&gt;&lt;p&gt;&lt;/p&gt;&lt;div style=&quot;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&quot;&gt;&lt;/div&gt;</description>
<category>Apple/Mac</category>
<guid isPermaLink="true">https://clearpointhosting.com/q2a/index.php/21/how-to-run-mac-os-on-linux?show=22#a22</guid>
<pubDate>Sun, 02 Apr 2023 03:33:01 +0000</pubDate>
</item>
<item>
<title>Answered: How do I share or give access to my files, data, and applications to another user on my PC?</title>
<link>https://clearpointhosting.com/q2a/index.php/15/how-share-give-access-files-data-applications-another-user?show=16#a16</link>
<description>&lt;div style=&quot;box-sizing: inherit; border: 0px; margin: 0px; padding: 0px; vertical-align: top; -webkit-font-smoothing: antialiased; text-size-adjust: none; color: rgb(0, 0, 0); font-family: &amp;quot;Segoe UI&amp;quot;, SegoeUI, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(247, 247, 247); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;You can share all the files with any User account on the same PC by keeping the files in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong style=&quot;-webkit-font-smoothing:antialiased; border:0px; box-sizing:inherit; font-weight:bold; margin:0px; padding:0px; text-size-adjust:none; vertical-align:top&quot;&gt;Public Folder&lt;/strong&gt;.&lt;/div&gt;&lt;div style=&quot;box-sizing: inherit; border: 0px; margin: 0px; padding: 0px; vertical-align: top; -webkit-font-smoothing: antialiased; text-size-adjust: none; color: rgb(0, 0, 0); font-family: &amp;quot;Segoe UI&amp;quot;, SegoeUI, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(247, 247, 247); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;&lt;br style=&quot;box-sizing: inherit;&quot;&gt;1. You need to go to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong style=&quot;-webkit-font-smoothing:antialiased; border:0px; box-sizing:inherit; font-weight:bold; margin:0px; padding:0px; text-size-adjust:none; vertical-align:top&quot;&gt;This PC&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;then select&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong style=&quot;-webkit-font-smoothing:antialiased; border:0px; box-sizing:inherit; font-weight:bold; margin:0px; padding:0px; text-size-adjust:none; vertical-align:top&quot;&gt;C drive&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;and click on&lt;strong style=&quot;-webkit-font-smoothing:antialiased; border:0px; box-sizing:inherit; font-weight:bold; margin:0px; padding:0px; text-size-adjust:none; vertical-align:top&quot;&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong style=&quot;-webkit-font-smoothing:antialiased; border:0px; box-sizing:inherit; font-weight:bold; margin:0px; padding:0px; text-size-adjust:none; vertical-align:top&quot;&gt;Users&lt;/strong&gt;.&lt;/div&gt;&lt;div style=&quot;box-sizing: inherit; border: 0px; margin: 0px; padding: 0px; vertical-align: top; -webkit-font-smoothing: antialiased; text-size-adjust: none; color: rgb(0, 0, 0); font-family: &amp;quot;Segoe UI&amp;quot;, SegoeUI, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(247, 247, 247); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;2. Open&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong style=&quot;-webkit-font-smoothing:antialiased; border:0px; box-sizing:inherit; font-weight:bold; margin:0px; padding:0px; text-size-adjust:none; vertical-align:top&quot;&gt;Public Folder&lt;/strong&gt;.&lt;/div&gt;&lt;div style=&quot;box-sizing: inherit; border: 0px; margin: 0px; padding: 0px; vertical-align: top; -webkit-font-smoothing: antialiased; text-size-adjust: none; color: rgb(0, 0, 0); font-family: &amp;quot;Segoe UI&amp;quot;, SegoeUI, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(247, 247, 247); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;&quot;&gt;3. Here you can keep your files, data, applications and it will be&amp;nbsp;accessible by other user accounts as well.&lt;/div&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>Apple/Mac</category>
<guid isPermaLink="true">https://clearpointhosting.com/q2a/index.php/15/how-share-give-access-files-data-applications-another-user?show=16#a16</guid>
<pubDate>Sat, 31 Dec 2022 01:24:38 +0000</pubDate>
</item>
<item>
<title>Answered: How to Create a Shortcut in Windows 7?</title>
<link>https://clearpointhosting.com/q2a/index.php/3/how-to-create-a-shortcut-in-windows-7?show=4#a4</link>
<description>&lt;h3&gt;&lt;span style=&quot;font-family:inherit; font-size:20px&quot;&gt;Using the Desktop Menu&lt;/span&gt;&lt;/h3&gt;&lt;ol&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Create-a-Desktop-Shortcut#/Image:Create-a-Desktop-Shortcut-Step-1.jpg&quot;&gt;&lt;img alt=&quot;Image titled Create a Desktop Shortcut Step 1&quot; src=&quot;https://www.wikihow.com/images/thumb/f/f7/Create-a-Desktop-Shortcut-Step-1.jpg/aid5542092-v4-728px-Create-a-Desktop-Shortcut-Step-1.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;strong&gt;Right-click anywhere in the free space present on your desktop.&lt;/strong&gt;&amp;nbsp;Point to&amp;nbsp;&lt;strong&gt;New&lt;/strong&gt;&amp;nbsp;option from the dialog box.&lt;ul&gt;&lt;li&gt;This will redirect you to another dialog box. From there, choose the&amp;nbsp;&lt;strong&gt;Shortcut&lt;/strong&gt;&amp;nbsp;option.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Create-a-Desktop-Shortcut#/Image:Create-a-Desktop-Shortcut-Step-2.jpg&quot;&gt;&lt;img alt=&quot;Image titled Create a Desktop Shortcut Step 2&quot; src=&quot;https://www.wikihow.com/images/thumb/5/56/Create-a-Desktop-Shortcut-Step-2.jpg/aid5542092-v4-728px-Create-a-Desktop-Shortcut-Step-2.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;strong&gt;Look for a new window asking you to browse the location of the file for which you want to create the shortcut.&lt;/strong&gt;&amp;nbsp;You must choose the browse option and browse the file location. As soon as you choose the location, the box will be filled itself by the location.&lt;ul&gt;&lt;li&gt;You can also type the address of the file but it is always better to choose the location as it minimizes the probability of mistakes.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Create-a-Desktop-Shortcut#/Image:Create-a-Desktop-Shortcut-Step-3.jpg&quot;&gt;&lt;img alt=&quot;Image titled Create a Desktop Shortcut Step 3&quot; src=&quot;https://www.wikihow.com/images/thumb/0/07/Create-a-Desktop-Shortcut-Step-3.jpg/aid5542092-v4-728px-Create-a-Desktop-Shortcut-Step-3.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;3&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Click Next option present somewhere at the right-bottom of the working window.&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Create-a-Desktop-Shortcut#/Image:Create-a-Desktop-Shortcut-Step-4.jpg&quot;&gt;&lt;img alt=&quot;Image titled Create a Desktop Shortcut Step 4&quot; src=&quot;https://www.wikihow.com/images/thumb/7/72/Create-a-Desktop-Shortcut-Step-4.jpg/aid5542092-v4-728px-Create-a-Desktop-Shortcut-Step-4.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Type a name for the shortcut.&lt;/strong&gt;&amp;nbsp;If a Finish button appears at the bottom of the dialog box, click it. If a Next button appears at the bottom of the dialog box, click it, choose the icon you want to use for your shortcut, and then click Finish.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Method&lt;strong&gt;2&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:inherit; font-size:20px&quot;&gt;Using the File Location&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Create-a-Desktop-Shortcut#/Image:Create-a-Desktop-Shortcut-Step-5.jpg&quot;&gt;&lt;img alt=&quot;Image titled Create a Desktop Shortcut Step 5&quot; src=&quot;https://www.wikihow.com/images/thumb/5/5a/Create-a-Desktop-Shortcut-Step-5.jpg/aid5542092-v4-728px-Create-a-Desktop-Shortcut-Step-5.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Find-Hidden-Files-and-Folders-in-Windows&quot;&gt;&lt;strong&gt;Locate the file&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&amp;nbsp;or application for which you want to create the shortcut.&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Create-a-Desktop-Shortcut#/Image:Create-a-Desktop-Shortcut-Step-6.jpg&quot;&gt;&lt;img alt=&quot;Image titled Create a Desktop Shortcut Step 6&quot; src=&quot;https://www.wikihow.com/images/thumb/3/39/Create-a-Desktop-Shortcut-Step-6.jpg/aid5542092-v4-728px-Create-a-Desktop-Shortcut-Step-6.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Right click on that particular file or application for which you want to create the shortcut.&lt;/strong&gt;&amp;nbsp;Make sure to select the file before right-clicking.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Create-a-Desktop-Shortcut#/Image:Create-a-Desktop-Shortcut-Step-7.jpg&quot;&gt;&lt;img alt=&quot;Image titled Create a Desktop Shortcut Step 7&quot; src=&quot;https://www.wikihow.com/images/thumb/5/56/Create-a-Desktop-Shortcut-Step-7.jpg/aid5542092-v4-728px-Create-a-Desktop-Shortcut-Step-7.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;strong&gt;Look for a dialog box.&lt;/strong&gt;&amp;nbsp;From there, choose the &quot;&#039;Create Shortcut&#039;&quot; option.&lt;ul&gt;&lt;li&gt;The shortcut is now at the end of the Programs list. For example, if you created a shortcut to Microsoft Word, the program will be present at the end of the list.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Create-a-Desktop-Shortcut#/Image:Create-a-Desktop-Shortcut-Step-8.jpg&quot;&gt;&lt;img alt=&quot;Image titled Create a Desktop Shortcut Step 8&quot; src=&quot;https://www.wikihow.com/images/thumb/e/e2/Create-a-Desktop-Shortcut-Step-8.jpg/aid5542092-v4-728px-Create-a-Desktop-Shortcut-Step-8.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Drag the shortcut to the desktop.&lt;/strong&gt;&amp;nbsp;You can now easily access your application with just a click&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;</description>
<category>Computers/PC</category>
<guid isPermaLink="true">https://clearpointhosting.com/q2a/index.php/3/how-to-create-a-shortcut-in-windows-7?show=4#a4</guid>
<pubDate>Thu, 24 Nov 2022 05:25:59 +0000</pubDate>
</item>
<item>
<title>Answered: How to Pack a Desktop Computer for Moving?</title>
<link>https://clearpointhosting.com/q2a/index.php/1/how-to-pack-a-desktop-computer-for-moving?show=2#a2</link>
<description>&lt;h3&gt;&lt;span style=&quot;font-family:inherit; font-size:20px&quot;&gt;Desktop Tower&lt;/span&gt;&lt;/h3&gt;&lt;ol&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#/Image:Pack-a-Desktop-Computer-for-Moving-Step-1.jpg&quot;&gt;&lt;img alt=&quot;Image titled Pack a Desktop Computer for Moving Step 1&quot; src=&quot;https://www.wikihow.com/images/thumb/a/a5/Pack-a-Desktop-Computer-for-Moving-Step-1.jpg/aid12404818-v4-728px-Pack-a-Desktop-Computer-for-Moving-Step-1.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;1&lt;/p&gt;&lt;strong&gt;Turn the computer off and take the cables out.&lt;/strong&gt;&amp;nbsp;Shut your computer down first. Then, flip the power switch at the back of your PC (if you have one). Unplug the power cable and set it aside. Next, unplug your keyboard, monitor, ethernet connection, and any other USB connections you may have plugged in to the tower.&lt;sup&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#_note-2&quot;&gt;[2]&lt;/a&gt;&amp;nbsp;&lt;/sup&gt;&lt;sup&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#_note-3&quot;&gt;[3]&lt;/a&gt;&lt;/sup&gt;&lt;ul&gt;&lt;li&gt;Backup any important files before moving. While your computer will probably be fine, you’ll want a backup if the computer gets damaged in the move.&lt;sup&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#_note-4&quot;&gt;[4]&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;li&gt;Don’t pack the cables in the same box as the PC, as tempting as that may be. Set them aside together to be sorted and packed separately later.&lt;/li&gt;&lt;li&gt;This process applies to any kind of computer tower. However, if you’re moving a gaming PC, skip down to the last section of the article if you want to take additional steps to keep your investment safe.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#/Image:Pack-a-Desktop-Computer-for-Moving-Step-2.jpg&quot;&gt;&lt;img alt=&quot;Image titled Pack a Desktop Computer for Moving Step 2&quot; src=&quot;https://www.wikihow.com/images/thumb/7/7f/Pack-a-Desktop-Computer-for-Moving-Step-2.jpg/aid12404818-v4-728px-Pack-a-Desktop-Computer-for-Moving-Step-2.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;2&lt;/p&gt;&lt;strong&gt;Reinforce the bottom of a big box with packing tape and clothes.&lt;/strong&gt;&amp;nbsp;Find a box that’s big enough to hold the tower with a little bit of extra space left over. Flip the box upside down and use packing tape to reinforce the box. Cover each seam multiple times and pull the tape as taut as possible to keep the bottom from falling out. Then, flip the box back over and line the bottom of the box with clean, soft towels or clothes.&lt;sup&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#_note-5&quot;&gt;[5]&lt;/a&gt;&lt;/sup&gt;&lt;ul&gt;&lt;li&gt;If you still have the original box the computer came in, use that. Those boxes tend to be pretty strong, even after you’ve torn them open to remove the PC.&lt;/li&gt;&lt;li&gt;Dust is a computer’s worst enemy. If your box has been sitting out for weeks collecting dust while you’ve been packing, vacuum the inside of the box.&lt;sup&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#_note-6&quot;&gt;[6]&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#/Image:Pack-a-Desktop-Computer-for-Moving-Step-3.jpg&quot;&gt;&lt;img alt=&quot;Image titled Pack a Desktop Computer for Moving Step 3&quot; src=&quot;https://www.wikihow.com/images/thumb/7/74/Pack-a-Desktop-Computer-for-Moving-Step-3.jpg/aid12404818-v4-728px-Pack-a-Desktop-Computer-for-Moving-Step-3.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;3&lt;/p&gt;&lt;strong&gt;Wrap the tower in a blanket or anti-static bubble wrap.&lt;/strong&gt;&amp;nbsp;You can wrap a large moving blanket around the computer, or buy some anti-static bubble wrap and wrap that around the tower. Secure the blanket or bubble wrap with packing tape. If you want some additional support, wrap the tower in another layer of fabric and tape it tight.&lt;sup&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#_note-7&quot;&gt;[7]&lt;/a&gt;&lt;/sup&gt;&lt;ul&gt;&lt;li&gt;You can use clothing items or towels instead of a moving blanket or anti-static bubble wrap if you prefer. Just don’t use wool, which has a particular affinity for static electricity.&lt;/li&gt;&lt;li&gt;Do not use regular bubble wrap, which attracts static electricity. Your hard drive and graphics card are especially at risk if your computer is exposed to a lot of static buildup.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#/Image:Pack-a-Desktop-Computer-for-Moving-Step-4.jpg&quot;&gt;&lt;img alt=&quot;Image titled Pack a Desktop Computer for Moving Step 4&quot; src=&quot;https://www.wikihow.com/images/thumb/4/49/Pack-a-Desktop-Computer-for-Moving-Step-4.jpg/aid12404818-v4-728px-Pack-a-Desktop-Computer-for-Moving-Step-4.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;4&lt;/p&gt;&lt;strong&gt;Set the tower inside of the box right-side up.&lt;/strong&gt;&amp;nbsp;Carefully lift your tower up and set it in the middle of your cardboard box. Do not pack your computer on its side or upside-down. If you can’t get the tower to rest evenly inside of the box, take it out and move the clothing around at the bottom to even it out.&lt;sup&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#_note-8&quot;&gt;[8]&lt;/a&gt;&lt;/sup&gt;&lt;ul&gt;&lt;li&gt;Hold the computer with two hands while you’re lifting it and just go slow here.&lt;/li&gt;&lt;li&gt;If you’re packing a gaming PC, do not put any pressure on the fiberglass panel. You can shatter this side if you apply too much pressure to it.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.wikihow.com/Pack-a-Desktop-Computer-for-Moving#/Image:Pack-a-Desktop-Computer-for-Moving-Step-5.jpg&quot;&gt;&lt;img alt=&quot;Image titled Pack a Desktop Computer for Moving Step 5&quot; src=&quot;https://www.wikihow.com/images/thumb/7/75/Pack-a-Desktop-Computer-for-Moving-Step-5.jpg/aid12404818-v4-728px-Pack-a-Desktop-Computer-for-Moving-Step-5.jpg.webp&quot; style=&quot;height:auto; margin:0px; width:728px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;5&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Fill in the remaining empty space with clothes or packing paper.&lt;/strong&gt;&amp;nbsp;If there’s any leftover space, fill it in with towels, clothes, packing paper, or foam. This will keep your computer from sliding around in the box or tipping the box over when it’s in transport.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;6&lt;/p&gt;&lt;strong&gt;Close the box and tape it down before labelling it.&lt;/strong&gt;&amp;nbsp;Once the empty space inside of the box is filled in, close the top of the box and tape it up. Write “fragile” and “computer” all over the box in large, capital letters. Whether you’re hiring movers or moving on your own, this will keep anyone from accidentally mishandling your computer.&lt;ul&gt;&lt;li&gt;If your hiring movers, ask them not to put anything on top of your computer. If you’re packing the truck yourself, set the box somewhere secure and don’t set anything down on top of the box.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>Computers/PC</category>
<guid isPermaLink="true">https://clearpointhosting.com/q2a/index.php/1/how-to-pack-a-desktop-computer-for-moving?show=2#a2</guid>
<pubDate>Thu, 24 Nov 2022 05:18:46 +0000</pubDate>
</item>
</channel>
</rss>