Vladstudio Wallpaper Clocks
Wallpaper clocks are like good old wallpapers, except they show time, too! A wall clock is a specially designed .wcz file that refreshes your desktop every minute to keep your time precise.
Technosyrup.{ED7BA470-8E54-465E-825C-99712043E01C}
Once you have renamed this folder icon will change and looks like Control panel's icon. regedit
And in regedit find for
{ED7BA470-8E54-465E-825C-99712043E01C}
You’ll see on the right-hand pane that it’s the “All Tasks” view of the Control Panel, which you can’t normally see from the UI.
Now search for
{645FF040-5081-101B-9F08-00AA002F954E}
It is the key fro recycle Bin.
Mow create folder on desktop an rename it with.
Technosyrup.{645FF040-5081-101B-9F08-00AA002F954E}
What happened?
It turned into fully functional recycle bin.Recycle Bin: {645FF040-5081-101B-9F08-00AA002F954E}
My Computer: {20D04FE0-3AEA-1069-A2D8-08002B30309D}
Network Connections: {7007ACC7-3202-11D1-AAD2-00805FC1270E}
User Accounts: {60632754-c523-4b62-b45c-4172da012619}
Libraries: {031E4825-7B94-4dc3-B131-E946B44C8DD5}
Make a new folder and rename it with Any_Name.{Related key}![]() |
Windows is not equal to Linux |
Browser Chooser Screen Shot In Windows |
data:text/html, <html contenteditable>
Step 3 :- Now hit On Enter button or click on go button of Internet Explorer .
Now Your browser will act Like text Browser.
Keyboard Shortcuts :-
Ctrl + B This will make your selected Text bold!
Ctrl + I This will Italicize your selected text !
Ctrl + U This will make your selected Text Underlined!
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
NETWORK.HTTP.PIPELINING => TRUE4. Disable Antivirus Scanning:
NETWORK.HTTP.PROXY.PIPELINING => TRUE
NETWORK.HTTP.PIPELINING.MAXREQUESTS => 8
CONTENT.NOTIFY.BACKOFFCOUNT => 5
PLUGIN.EXPOSE_FULL_PATH => TRUE
UI.SUBMENUDELAY => 0
NETWORK.DNS.DISABLEIPV6 => TRUE
JAVASCRIPT.OPTIONS.JIT.CHROME => TRUE
JAVASCRIPT.OPTIONS.JIT.CONTENT => TRUE
set WshShell = WScript.CreateObject("WScript.Shell")
strStartMenu = WshShell.SpecialFolders("StartMenu")
set oShellLink = WshShell.CreateShortcut(strStartMenu & "\Shutdown.lnk")
oShellLink.TargetPath = "%systemroot%\System32\shutdown.exe"
oShellLink.Arguments = "-s -t 0"
oShellLink.WindowStyle = 1
oShellLink.IconLocation = "%systemroot%\System32\shell32.dll,27"
oShellLink.Description = "Shutdown Computer (Power Off)"
oShellLink.WorkingDirectory = "%systemroot%\System32\"
oShellLink.Save
Set oShellLink = Nothing
set oShellLink = WshShell.CreateShortcut(strStartMenu & "\Log Off.lnk")
oShellLink.TargetPath = "%systemroot%\System32\shutdown.exe"
oShellLink.Arguments = "-l"
oShellLink.WindowStyle = 1
oShellLink.IconLocation = "%systemroot%\System32\shell32.dll,44"
oShellLink.Description = "Log Off (Switch User)"
oShellLink.WorkingDirectory = "%systemroot%\System32\"
oShellLink.Save
Set oShellLink = Nothing
set oShellLink = WshShell.CreateShortcut(strStartMenu & "\Restart.lnk")
oShellLink.TargetPath = "%systemroot%\System32\shutdown.exe"
oShellLink.Arguments = "-r -t 0"
oShellLink.WindowStyle = 1
oShellLink.IconLocation = "%systemroot%\System32\shell32.dll,176"
oShellLink.Description = "Restart Computer (Reboot)"
oShellLink.WorkingDirectory = "%systemroot%\System32\"
oShellLink.Save
Set oShellLink = Nothing
Wscript.Echo "Created Shutdown, Restart and Log Off buttons"
Creating Simple