All posts by shrimuktsarsahib

How to Share Folders PC-to-PC without Wires

Step : 1

Go To Service By Searching in Windows Panel

Find “Function Discovery Provider” and Double Click and Then Set to Automatic (Delayed Start)

Stop>Apply>Start>OK

Step : 2

Search in Windows Panel

Click On “Turn Windows Feature on or off”

SMB 1.0./CIES FILE……3 CHEK ALL

THEN CHECK AGAIN NETWORK FILE SHARING Support

Expand it

Check On All

OK and wait For Completion

Step : 3

Control Panel\All Control Panel Items\Network and Sharing Center\Advanced sharing settings

IN PRIVATE : TURN ON FILE SHARING,,,,, ALSO DISCOVERY ON AND PASSWORD WILL BE OF THEN SAVE

Step : 4

Click on Connected Network Like wifi or Ethernet.

Go To Network Profile and Set To Private

Go :- Control Panel\All Control Panel Items\Windows Defender Firewall\Allowed apps

//File And Printer Sharing Over SMB Direct

Network Discovery Check on Private Colum

Go To Connected Network like Wifi or Ethernet Set As Private

GO TO SHARABLE FOLDER PROPERTIES> SHARING > ADVANCE SHARING> SHARE THIS FOLDER>PERMISSION> ENTER USERNAME (LIKE: EVERYONE OR OTHER PC NAME..) THECK CHECK NAME… ADD USER (OTHER PC NAME) OR ADD EVERYONE TO SHOW FOLDER ANYONE TO CONNECT

IF YOUR SHARABLE FOLDER FROM C DRIVE THEN ALSO CHECK SECURITY TAB FOR PERMISSIONS,, ADD USER AND GIVE PERMISSION FULL CONTROL….

WITH YOUR NETWORK (WIFI OR LAN CABLE) ,, THEN GIVE PERMISSION TO FULL CONROL CHANGE,,,

And Restart PC

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.