Anyone know how to import a registry file silently on the PPC?
On the regular PC, you would use Regedit /s, but I don't see that utility on the PPC. I created a small registry file to remove the recently used file list from the Start Menu. This is how SkTools and Tweaks2k2 do it, and you would need to soft-reset before it takes effect. But I find launching either program to do this simple task time-consumming, so I created this reg file, but would rather have it launch without the prompt asking to confirm, and also the prompt stating that it was successful.
|
Quote:
|
Windows Registry Editor 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Shell\TaskSwi tch]
"11"=""
"10"=""
"9"=""
"8"=""
"7"=""
"6"=""
"5"=""
"4"=""
"3"=""
"2"=""
"1"=""
"0"=""
|
I tried to do a simple
[-HKEY_CURRENT_USER\Software\Microsoft\Shell\TaskSwi tch] but that didn't seem to work.
Edit: There should not be a space between the "i" and "t" in TaskSwitch above, but for some reason the space is being added - when editing, there is no space. I'm guessing it's the brackets causing the problem. *shrug*