http://windowsxp.mvps.org/tips_page.htm
Nice site having huge archive of windows tips and tricks
iexpress - to create installer package (built into the windows natively)
Wndows forgotten password recovery methods
Setup FTP Server on home computer
To check if PAE is enabled on a system or not:-
reg query "\\\HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "PhysicalAddressExtension
reg query "\\
To Query all the installed softwares on a system:-
reg query \\com puter name>\hklm\software\microsoft\windows\currentversion\uninstall /s /v "DisplayName" |findstr "DisplayName"
reg query \\com
How to disable compress folders in windows
Are the ZIP folders too slow for you? Disable it by unregistering the file zipfldr.dll.
regsvr32 /u zipfldr.dll
regsvr32 /u zipfldr.dll
No comments:
Post a Comment