Shortcuts to executables on the network, in Windows 7, always bring up that pesky “Do you want to run this file” message. To eliminate these in Windows 7 Professional and up, use gpedit.msc:
User Configuration >
Administrative Templates >
Windows Components >
Attachment Manager
and add “*.exe” to “Inclusion list for moderate risk file types”.
Categories:
Windows OS-Level Issues
The following two commands, in order, will reliably do a remote shutdown across domains:
net use \\remotesystem password /u:domain\username
shutdown -r -t 0 -f -m \\remotesystem
Categories:
Windows OS-Level Issues
When you see “Windows cannot query for the list of Group Policy objects”, in Server 2003, try this:
http://support.microsoft.com/kb/842804
Categories:
Windows OS-Level Issues
Windows Easy Transfer is useful from XP to Vista or 7; but from XP to XP, its predecessor still works; it’s called the “File and Settings Transfer Wizard”, and is available thusly:
Start >
All Programs >
Accessories >
System Tools >
File and Settings Transfer Wizard
More documentation is here:
http://www.howtotransferfiles.com/XP/XP_XP.html
Categories:
Windows OS-Level Issues
Some really good control methods for USB drives, is here:
http://www.uwe-sieber.de/usbdlm_e.html
Categories:
Windows OS-Level Issues
Categories:
Cleanup
Windows OS-Level Issues
Here is the All Users desktop:
C:\Users\Public\Public Desktop\
and here is the All Users start menu:
C:\ProgramData\Microsoft\Windows\Start Menu\
Categories:
Users and Profile Issues
Windows OS-Level Issues
Categories:
Application Issues
Windows OS-Level Issues
Categories:
Windows OS-Level Issues
Servers
Run this on your Windows file server (confirmed for 2003):
net config server /autodisconnect:-1
It turns something called autodisconnect, for network drives, effectively off!
Categories:
Windows OS-Level Issues