All posts by shrimuktsarsahib

2 2 removebg preview
How to Share Folders PC-to-PC without Wires

Sharing folders between PCs without a wired connection can be convenient for quick file transfers. Here’s a step-by-step guide to setting up wireless file sharing between two PCs.

  1. Easy Guide: Sharing Folders Between PCs Wirelessly
  2. How to Share Files Between Computers Without Cables
  3. Wireless File Sharing: Connect PC-to-PC Without Wires
  4. Step-by-Step: Share Folders Over Wi-Fi Without a Network Cable
  5. No Cables Needed! How to Share Folders Between Windows PCs Wirelessly
  6. File Sharing Made Easy: Connect PCs Without Wires
  7. How to Set Up Wireless Folder Sharing Between Two PCs
  8. Share Files Between Computers Without Ethernet Cables
  9. Wireless Folder Sharing Between PCs: A Beginner’s Guide
  10. Connecting PCs for File Sharing Without Wires or USB Drives
  11. How to Access Shared Folders on Another PC
  12. Step-by-Step: Access Files on Another Computer Over Wi-Fi
  13. Connect to Another PC’s Shared Folder Without Cables
  14. How to View and Access Files on a Networked Computer
  15. Easy Guide to Accessing Folders on Another Windows PC
  16. Access Files on Another Computer Over the Network
  17. How to Open Shared Folders on a Different PC
  18. Accessing Another PC’s Shared Files Over Wi-Fi
  19. How to Connect and Access Shared Folders on a Network
  20. Remote Access: How to Open Folders on Another Computer

Step 1: Enable Function Discovery Provider

  1. Open Services by searching in the Windows Start Menu.
  2. Find Function Discovery Provider Host, double-click on it, and set the startup type to Automatic (Delayed Start).
  3. Click Stop > Apply > Start > OK to apply the changes.

Step 2: Enable SMB 1.0/CIFS File Sharing

  1. Search for Turn Windows features on or off in the Windows Start Menu.
  2. Locate SMB 1.0/CIFS File Sharing Support, expand it, and check all the boxes.
  3. Click OK and wait for the installation to complete.

Step 3: Configure Advanced Sharing Settings

  1. Go to Control Panel > Network and Sharing Center > Advanced sharing settings.
  2. Under Private:
    • Turn on network discovery.
    • Turn on file and printer sharing.
    • Turn off password-protected sharing (if you want access without a password).
  3. Click Save changes.

Step 4: Set Network Profile to Private

  1. Click on the connected network (Wi-Fi or Ethernet).
  2. Go to Network profile and set it to Private.
  3. Go to Control Panel > Windows Defender Firewall > Allowed apps:
    • Make sure File and Printer Sharing and Network Discovery are allowed for the Private profile.

Step 5: Configure Folder Permissions

  1. Right-click on the folder you want to share, select Properties > Sharing > Advanced Sharing.
  2. Check Share this folder, then click Permissions.
  3. Add the user Everyone or the specific PC name to allow access.
  4. For folders on C drive, go to the Security tab, add the user, and give Full Control permissions.

Step 6: Enable Guest Access (If Prompted for a Password)

  1. Press Win + R, type gpedit.msc, and press Enter to open the Group Policy Editor.
  2. Navigate to Computer Configuration > Administrative Templates > Network > Lanman Workstation.
  3. Double-click on Enable insecure guest logons, set it to Enabled, and click OK.

Restart both PCs and try accessing the shared folder again. If you still see a password prompt, ensure all settings are applied as described.

⚠️ Warning

If your computer is on a large network, such as in a department or organization where multiple computers are connected to the same network, do not set folder permissions to “Everyone.” This could expose your files to anyone on the network.

However, if you’re on a Home, Small office, or a network where only trusted individuals have access, it’s generally safe to set permissions to “Everyone” for easier sharing.

Always ensure that you are aware of who has access to the network to keep your data secure.

How to Resume Rendering, When Program, Not Responding ?

Here is tutorial only for Adobe Premiere Pro And After Effect Windos 10.

  1. Go To Task Manager
  2. Select Running App Adobe Premiere Pro and Expand it
  3. End the Task or Stop Running only Intaaled other apps In PC
  4. If Your Are Using Project of Adobe After Effect Inside Adobe Premiere Pro Then Stop running Adobe After Effects
  5. Go to Your Project Files Adobe Premiere Pro And Adobe After Effects Project File
  6. Open Both File for Reffresh the Rendering

If Not working Then Commenting Please.

AfterFX.exe System Error?


1 – Right Click the Windows Logo
2 – Choose Apps and Features
3 – Click “Optional Features”
4 – Press the “+” sign where it says “Add a feature”
5 – Search for “Media Feature Pack”

image

Note : If Not Working Then Update Windows.

What is “decode” in programming languages

WordPress

What is “do_action(…,true/false) in wp or PHP?
GOLDEN TEMPLE
what is “esc_html”, “esc_html ()”, “esc_html__” and “esc_html__()” in wordpress or PHP ?

“esc_html”

Filters a string cleaned and escaped for output in HTML. Text passed to esc_html() is stripped of invalid or special characters before output.

esc_html ()

Escaping for HTML blocks.

esc_html__

Retrieve the translation of $text and escapes it for safe use in HTML output. If there is no translation, or the text domain isn’t loaded, the original text is escaped and returned.

esc_html__()

Retrieve the translation of $text and escapes it for safe use in HTML output. If there is no translation, or the text domain isn’t loaded, the original text is escaped and returned.

What is “wp-kses_post” in wordpress?

wp-kses_post will sanetize to post-content for allowed HTML Tags, for posting content

What is “esc_url” in WordPress?

esc_url will checking the url, and remove the many characters from the url

What is “screen-reader-text” in php ?

The CSS class screen-reader-text is a WordPress Generated Class. Each theme should have these styles in its CSS.

The :focus style is primarily used by skip links. The colors, borders and padding of the focus style can be adjusted to match the styling of the theme. The styles defined below are those used by WordPress core for Skip Links.

If you’re using the class ‘.screen-reader-text’ on any other focusable element (buttons, links, or form fields), then these focus styles will also apply. If this is the case, you may need to change the positioning rules, depending on the location of the focusable element.