|
eech
高级用户
   
积分 906
发帖 346
注册 2006-7-10
状态 离线
|
『楼 主』:
如何让批处理执行后 自动刷新
使用 LLM 解释/回答一下
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowSuperHidden /t reg_dword /d 00000001 /f
assoc .txt=txtfile
这是一条"显示受保护的操作系统文件"的批处理.最后一句是在论坛找的刷新的命令.但是执行后.隐藏的系统文件夹不能显示.还是要点右键刷新.才能显示.如果结束资源管理器.再打开我的电脑.是可以.但太繁琐还不如直接点右键刷新.
请大虾帮忙.教我自动刷新的命令.如何自动刷新.即时显示.
下面的附件.是我在网上找的.一个大虾做的此类软件.可以自动刷新.即时显示.还在鼠标右键有菜单.
我水平太差.麻烦各位了.
帖子如有不对.请版主指出.我立刻改正
Last edited by eech on 2006-12-13 at 06:58 AM ]
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowSuperHidden /t reg_dword /d 00000001 /f
assoc .txt=txtfile
This is a batch script for "showing protected operating system files". The last sentence is a refresh command found on the forum. But after execution, the hidden system folders still cannot be displayed. Only by right-clicking and refreshing can they be displayed. If you end Explorer and then open My Computer, it works, but it's too cumbersome, and right-clicking and refreshing is better.
Please help,大虾. Teach me the command to automatically refresh. How to refresh automatically and display immediately.
The following attachment is a software made by a大虾 I found online. It can automatically refresh, display immediately, and there is a menu in the right-click.
I'm too inexperienced. Please trouble everyone.
If there are any mistakes in the post, please let the moderator know, and I will correct it immediately
Last edited by eech on 2006-12-13 at 06:58 AM ]
|
|
2006-12-13 03:29 |
|
|
HUNRYBECKY
银牌会员
    
积分 1179
发帖 442
注册 2006-9-9
状态 离线
|
|
2006-12-13 03:37 |
|
|
ccwan
金牌会员
     
积分 2725
发帖 1160
注册 2006-9-23 来自 河北廊坊
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
没弄明白你的意思。
这是1个vbs,2个reg,3个bat文件构成的。
I didn't understand your meaning.
This is composed of 1 VBS, 2 REG, and 3 BAT files.
|

三人行,必有吾师焉。 学然后知不足,教然后知困,然后能自强也。 |
|
2006-12-13 04:01 |
|
|
zh159
金牌会员
     
积分 3687
发帖 1467
注册 2005-8-8
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
利用VBS脚本发送“F5+F10+E”按键进行刷新
Use VBS script to send the key combination "F5 + F10 + E" for refreshing
|
|
2006-12-13 04:40 |
|
|
zh159
金牌会员
     
积分 3687
发帖 1467
注册 2005-8-8
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
“显示隐藏系统文件”加入到右键的VBS里面已经写了:
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.SendKeys "{F5}+{F10}e"
bat 里直接用 echo 方式写成 vbs 脚本执行
补充:
不会 echo 方式???-_-|||
echo Set WSHShell = WScript.CreateObject("WScript.Shell")>temp.vbs
echo WSHShell.SendKeys "{F5}+{F10}e">>temp.vbs
temp.vbs
Last edited by zh159 on 2006-12-12 at 04:47 PM ]
"Show Hidden System Files" added to the right-click VBS has been written:
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.SendKeys "{F5}+{F10}e"
In the bat, directly use the echo method to write a vbs script and execute it
Supplement:
Don't know the echo method???-_-|||
echo Set WSHShell = WScript.CreateObject("WScript.Shell")>temp.vbs
echo WSHShell.SendKeys "{F5}+{F10}e">>temp.vbs
temp.vbs
Last edited by zh159 on 2006-12-12 at 04:47 PM ]
|
|
2006-12-13 05:20 |
|
|
YYDDOS
初级用户
 
积分 38
发帖 16
注册 2006-12-9 来自 乡下
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
真是好 东东啊,崇拜!
It's really a good thing, adoration!
|
|
2006-12-13 05:23 |
|
|
voiL
中级用户
  
积分 384
发帖 189
注册 2005-10-19
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
inf好像是即时刷新的.何不用inf试试...
inf seems to be refreshed in real time. Why not try using inf...
|
|
2006-12-13 09:33 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
{F5}+{F10}+E刷新的作用与直接{F5}刷新有什么区别呢?
What is the difference between refreshing with {F5} + {F10} + E and directly refreshing with {F5}?
|
|
2006-12-13 09:57 |
|
|
kennyfan
中级用户
  
积分 259
发帖 112
注册 2006-9-18
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
晕晕.还是不懂,我索性按F5好了!
Dizzy. Still don't understand, I simply press F5!
|
|
2006-12-13 11:43 |
|
|
eech
高级用户
   
积分 906
发帖 346
注册 2006-7-10
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
assoc .txt=txtfile
这个看起来好像也能刷新.但不起作用
assoc .txt=txtfile
This one seems like it can also refresh, but it doesn't work
|
|
2006-12-13 12:14 |
|
|
zh159
金牌会员
     
积分 3687
发帖 1467
注册 2005-8-8
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
Originally posted by lxmxn at 2006-12-12 20:57:
{F5}+{F10}+E刷新的作用与直接{F5}刷新有什么区别呢?
就那个右键“显示/隐藏系统文件”的脚本,我试过改为发送{F5}刷新,无效,{F5}+{F10}+E刷新可以;
发现{F5}+{F10}+E刷新调用的是右键菜单的刷新
Originally posted by lxmxn at 2006-12-12 20:57:
What is the difference between refreshing with {F5} + {F10} + E and refreshing directly with {F5}?
For that script that right-clicks "Show/hide system files", I tried changing it to send {F5} to refresh, but it didn't work. Refreshing with {F5} + {F10} + E works;
I found that refreshing with {F5} + {F10} + E calls the refresh in the right-click menu
|
|
2006-12-13 13:22 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
Originally posted by zh159 at 2006-12-13 13:22:
就那个右键“显示/隐藏系统文件”的脚本,我试过改为发送{F5}刷新,无效,{F5}+{F10}+E刷新可以;
发现{F5}+{F10}+E刷新调用的是右键菜单的刷新
哦,我也是这样想的,要不然也不会发送这个特殊的组合键。
Originally posted by zh159 at 2006-12-13 13:22:
Regarding the script for the "Show/Hide System Files" option in the right-click menu, I tried changing it to send {F5} to refresh, but it didn't work. {F5} + {F10} + E refresh works;
I found that {F5} + {F10} + E refresh calls the refresh option in the right-click menu.
Oh, I also thought so, otherwise I wouldn't have sent this special combination of keys.
|
|
2006-12-14 00:37 |
|
|
301
新手上路

积分 2
发帖 1
注册 2007-3-1
状态 离线
|
『第 13 楼』:
好东西太多,咋能收集的完奥!
使用 LLM 解释/回答一下
好东西太多,咋能收集的完奥!
There are so many good things, how can we collect them all!
|
|
2007-3-4 23:05 |
|
|
everest79
金牌会员
      一叶枝头,万树皆春
积分 2564
发帖 1127
注册 2006-12-25
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters
这样也可以刷新
RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters
This can also refresh
|
|
2007-3-5 02:41 |
|
|
88069696
新手上路

积分 2
发帖 1
注册 2007-3-17
状态 离线
|
|
2007-3-17 15:47 |
|