



To Decompress all files on an NTFS Volume
compact /u /s:X:\ /i /f /a /q > C:\compression.log
where X: is the drive to decompress.




If you get Could not Start the Remote Procedure Call (RPC) Service. Error 2: cannot find the file specified, it’s probably because you are missing svchost.exe from the C:\windows\system32 directory. Running sfc /scannow or copying the file from a working machine should do the trick.




Nifty trick found today while trying to diagnose a Windows firewall issue, getting error “For your security, some settings are controlled by Group Policy”
HKEY_LOCAL_MACHINE \ SOFTWARE \Policies \ Microsoft \ WindowsFirewall
Thanks to this site.




Picked up a cool trick, using CACLS, you can forcefully set full control to the everyone account on everything on the HDD. This is great if you are an Administrator, but you still cant get into some files, or the “Take Ownership/Replace permissions on child objects” trick doesn’t work properly, or you are having some sort of generic “access denied”, “permission denied”, “unable to open” or “interface is unknown” issues.
cacls C:\ /g everyone:F /c /t




So, for the first time in my career today, I had to remove the Sony DRM Rootkit. It hides any files, folders, or registry keys starting in $sys$. Nasty. Here is how you remove it. Quick Fix:
All clean.




So, I was bailing out two of my technicians, because a computer they both worked on came back for Blue Screen Of Death and Firefox crashing issues. (To their credit, the suggestions I gave them based on the information they gave me didn’t help them fix it. :oP) After some digging, and a very lucky crash while trying to convert the filesystem from FAT32 to NTFS, I found out it was a rootkit infection! So, if your Windows 2K/XP/2003 machine is giving a STOP 0×0000008e on boot,.reboot, or during lots of filesystem access -or- STOP 0×00000044 while surfing the net, especially in Firefox, -or- you get a STOP error message with the module lzx32.sys, you probably have a Backdoor.Rustock.B infection. Quick Fix: Boot your machine to a Recovery Console using your Windows Install CD, type DISABLE pe386 (this disables the rootkit), eject CD, Boot into normal mode, and run rustbfix.exe. Thanks to Symantec and the guy who made the rootkit killer.




Found a cool article here and here that talks about hacking the boot.ini file in XP/Srv2003 to completely shut off Data Execution Prevention. Useful if the machine is infected with some sort of baddie and the friggin shell won’t load because Explorer has had code injected and it keeps crashing and you want to pull your flippin hair out… Disable Data Execution Prevention (DEP) completely
This setting does not provide any DEP coverage for any part of the system, regardless of hardware DEP support. Verifying DEP is Disabled


More Options ...
Categories
Tag Cloud
Blog RSS
Comments RSS

Void
Life
Earth
Wind
Water « Default
Fire
Light 