Jump to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Save this as a .VBS file

Dim WshShell, bKey, cn, p1, mybox
Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.RegWrite "HKCR\Directory\shell\Windows Explorer\", "Windows Explorer", "REG_SZ"
WshShell.RegWrite "HKCR\Directory\shell\Windows Explorer\command\", "EXPLORER.EXE /e,", "REG_SZ"

bKey = WshShell.RegRead("HKCR\Directory\shell\Windows Explorer\")

p1 = "HKEY_CLASSES_ROOT\Directory\shell\Windows Explorer\"

n = wshshell.RegRead(p1 & "")
t = "Add Windows Explorer to the Start Button Right Click"
cn = InputBox("Type in what you want listed for the name. It does not have to be the actual name Windows Explorer.", t, n)
If cn <> "" Then
wshshell.RegWrite p1 & "", cn
End If

bKey = WshShell.RegRead("HKCR\Directory\shell\Windows Explorer\command\")

p1 = "HKEY_CLASSES_ROOT\Directory\shell\Windows Explorer\command\"

n = wshshell.RegRead(p1 & "")
t = "Add Windows Explorer to the Start Button Right Click"
cn = InputBox("To have Windows Explorer open closed, use what it there, to have Windows Explorer open exapanded, type in: %windir%\EXPLORER.EXE /e,c: Also modify c: if that is not the where Windows is installed.", t, n)
If cn <> "" Then
wshshell.RegWrite p1 & "", cn
End If


MsgBox "The folder of your choice has been added to the right click. If you left it set to default, it will open to My Computer. To test, right click the Start Button.",64,"Finished"

VisitKelly's Korner

Sub VisitKelly's Korner
If MsgBox("This script came from the Tweaks Section of Kelly's Korner" & vbCRLF & vbCRLF & "Would you like to visit Kelly's Web Site now?", vbQuestion + vbYesNo + vbDefaultButton, "Visit Kelly's Korner") =6 Then
wshshell.Run "http://www.kellys-korner-xp.com/xp_tweaks.htm"
End If
End Sub

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.