Everything posted by bledd
-
MenuShowDelay to affect all users
I'd also like to know this, and how to turn off active desktop on all users, and all transparencies / fading
-
mybot.log files=13GB
most likely from a virus, try downloading Stinger its a standalone free virus scanner, patch up your system on windows update and consider getting a better fulltime antivirus, such as Nod32, fast, powerfull, cheap and awesome antivirus
-
Increase your HD size for Free
will def try this before long on some old 40gb's i've got kicking around
- O&O Defrag Pro 8
-
how to change xp cd default CD/DVD-ROM default.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "SourcePath"="C:\\I386" i think.. change that to the letter you want..
-
Can Acronis / Ghost, restore to a RAID setup?
thanks albator, anyone know if norton ghost can do this?>
-
Can Acronis / Ghost, restore to a RAID setup?
so say one HD gets corrupt, I can use a DVD image of my current raid setup, boot from that back onto a new working raid ?
- Can Acronis / Ghost, restore to a RAID setup?
-
NET USE > commands
net share Desktop="%userprofile%\Desktop" /unlimited shares the Desktop of the current user on that pc and calls it Desktop with unlimited no of users to have access net share 'sharename'='path' /'number of users'
-
Windows 2000 SP5
was going to suggest this, it needs IE6SP1 installed (included) to run, I use it in work all the time
-
What Are These Files/file Types?
trs is used by a audio voice recording package called Retell.. (we have it in work here!)
-
Logoff Script, Where's This In Registry
ok, thanks for your help bledd
-
Logoff Script, Where's This In Registry
ok, so without being a domain admin, I can't set something to run for all users when they log off. with log on, its easy, as youuse the REG ADD feature..
-
Defrag %systemdrive% At Cleanup.cmd
if anyone knows anywhere else I should add to that list, please tell me.. the recycled is for win2k, recycler is winxp I've created that to run at login in our login script at work
-
Logoff Script, Where's This In Registry
want to write a csv file for tracking logoff's (instead of using eventvwr)
-
Command Prompt E-mail?
using mapisend.. mapisend -i -r mail@mail.co.uk -s "I've just run the shared desktop batch" -m "\\%computername%\Desktop" but I get an exchange settings confirmation window, is there any way I can send a 'enter' command to the active window?
-
Use 'echo %username%, %computername%' To Send Mail
please ignore, spotted other thread!
-
First Bootup Modification
UnattendSwitch="yes"
-
Defrag %systemdrive% At Cleanup.cmd
for deleting temp files, this may be of use to you del "%systemdrive%\Documents and Settings\Administrator\Local Settings\Temp" /q rd "%systemdrive%\Documents and Settings\Administrator\Local Settings\Temp" /s /q del "%systemdrive%\Documents and Settings\Administrator\Local Settings\Temporary Internet Files" /q rd "%systemdrive%\Documents and Settings\Administrator\Local Settings\Temporary Internet Files" /s /q del "%userprofile%\Local Settings\Temp" /q rd "%userprofile%\Local Settings\Temp" /s /q mkdir "%userprofile%\Local Settings\Temp" del C:\Recycled\?*.* /q rd C:\Recycled /s/q del C:\Recycler\?*.* /q rd C:\Recycler /s/q del "%userprofile%\Local Settings\Temporary Internet Files" /q rd "%userprofile%\Local Settings\Temporary Internet Files" /s /q
-
Replace Luna Totally With Another Style?
I use this.. http://win2k3.msfn.org/themesxtra.htm
-
How Do I Delete Internet Shortcuts?
MRU blaster is a good freeware program for doing this
-
Command Prompt E-mail?
i could really do with this for work too..
-
Xpredit Version 1.00
new version working fine for me now, good work the coolest tweak to me was the nero real speed tweak!
-
The Best Hard Disk Cleaner?
i use ccleaner and hdlceaner both freeware hdlceaner has proper file shredding and cleaning, and it can properly wipe your free space (does it 7 times over to be sure)
-
Batch File Wont Get Past "local Settings" Folder?
/f /s ? what does that add..