Using gpresult to checkout group policies settings

In a domain based environment,Windows clients get their settings from a domain controller.These settings or policies are called group policy objects or GPOs. Whenever a new or modified GPO is applied to a client yet the client can’t seem to reflect those changes,gpupdate/force from command prompt is commonly used to refresh all GPOs on the …

Using Task scheduler to get system privileges

>”Privilege escalation” -the term in computer security world is often seen as something like a prisoner who has just got a weapon a.k.a “armed and dangerous”. It means getting the important super privileges from a normal user account to root in *nix and admin/system account in Windows world. Command prompt in Windows machines (especially XP) …

Checking out the dlls and making RAM go faster

>Task manager in Windows is useful,but what about tasklist? Tasklist is a command line utility in Windows XP Professional(not in Home)onwards. Let’s say I want to see all the processes and their associated dlls which are running on my Windows box just by using a simple command prompt.I can use tasklist to accomplish that,here is …