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 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -