refresh desktop using batch -


i need refresh desktop ussing batch possible?

i have found following vbscript refreshes containing window however, desktop needs refreahed , not containing window

anyways around this?

set wshshell = createobject("wscript.shell")  wshshell.sendkeys "{f5}" 

thx-

you may try this:

rundll32 user32.dll,updateperusersystemparameters   

it is, however, version dependent.

hth!


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -