What is the function of refresh in Windows ?
is it just to redraw the screen ?

link|improve this question

50% accept rate
i added the bogust first line, lese SO was not allowing to post this question. – Sourav Jun 28 '11 at 2:30
What’s a “bogus line”? – Synetech Jun 28 '11 at 3:34
feedback

closed as not a real question by Ignacio Vazquez-Abrams, Hello71, Journeyman Geek, Wuffers, nhinkle Jun 28 '11 at 3:18

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

up vote 2 down vote accepted

The two most common cases:

  1. In Windows Explorer, re-read the current folder (updates file information)
  2. In Internet Explorer (and most browsers), reloads the current page

The F5 key is most commonly used for this function. In most browsers, CTRL+F5 forces a full page reload, ignoring any cached files.

link|improve this answer
feedback

It can just redraw the screen, or it can reload a page, like in a browser...it depends on where you hit it. It is worth noting that with some web sites, you need to hit CTRL+F5 to refresh the cache and refresh the page.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.