Skip to content
View in the app

A better way to browse. Learn more.

MSFN

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.

-= MD =-

Member
  • Joined

  • Last visited

  • Country

    Netherlands

Everything posted by -= MD =-

  1. I wrote an batch file and run it from the startup folder. This batch file adds the programs back into the runonceEx key batch: regedit.exe /s "runonce.reg" runonce.reg: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx] "Title"="A nice title" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\0001] "1"="\"E:\\Mijn documenten\\Mijn computer beheer\\program_to_run.exe\"" I know there is a better way to do this, but it works
  2. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "ThumbnailQuality"=dword:00000050 "ThumbnailSize"=dword:00000050 I used this (smaller size and quality)
  3. Use this to remove it from your desktop Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
  4. Hi I have a problem with javascript and frames in IE. I want to load the page with the script in one of the 2 frames. The problem is that IE put about:blank in that frame instead of my page The strange thing is, that I don't have this problem in Firefox One other thing, the problem was created when I made the CloseMenu function <script type="text/javascript" language="JavaScript"> function ChangeMenu(menuname) { if(parent.wnavi.document.all(menuname).style.display=='none') { parent.wnavi.document.all(menuname).style.display='' this.CloseMenu(menuname) } else { parent.wnavi.document.all(menuname).style.display='none' } } function CloseMenu(menuname) { var menulist=new Array(3) menulist[0]="submenu1" menulist[1]="submenu2" menulist[2]="submenu3" for (i = 0; i <= menulist.length; i++) { if((menuname)!=menulist[i]){parent.wnavi.document.all(menulist[i]).style.display='none'} } } </script> Does anyone know what the problem is, and how to resolve this you can find the files at http://members.home.nl/van.duijvendijk/ieprobleem/
  5. Thanks, this is exactly what I need
  6. Hi, I want to export a register key from one user and import it in an other user. The Key is located in HKEY_Current_user\Software Does anyone know how to export this key from the command line and how to import it form the command line?
  7. try this: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon] ""="c:\\icons\\local disk.ico" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D\DefaultIcon] ""="c:\\icons\\local disk.ico"
  8. I can do that, but then it will always run (not only with RD)
  9. I want to start and kill some programs when I use Remote desktop. I already have the batch script, but I want to run it when I logon with Remote Desktop
  10. Is it possible to make a logon sript when I use remote desktop. And if it is possible, how do I do it
  11. You are right, I had not even realized this until you mentioned it. I would also like a solution to this, because not having a way to get to the recycle bin was nto what I wanted. I just want the darn thing gone from the desktop. Just remove this key if you don't want the recycle bin on the desktop: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
  12. With this register key, you see your scanner or Camera on your desktop when you connect it with the USB cable [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{E211B736-43FD-11D1-9EFB-0000F8757FCD}] @="Scanners & Cameras"
  13. Yes, but you can als use the other Royal theme file, to get 3 choices: - Media Center Style - Windows XP Style with 3 color choices - Windows Classic I made a small installation to install the Royal theme into Windows XP For more info, check this topic
  14. I made a little installation for this theme. You can download it here Note: this installation overwrites the old files in (Windows)\Resources\Themes\Royale
  15. ;----- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultLabel] ""="Local OS" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon] ""="c:\icons\myicons.dll,4" "c:\icons\myicons.dll",4 should be "c:\\icons\\myicons.dll,4" anyone know what the universal "documents and settings" pathname is in windows? (like %homedrive%)
  16. Not exactly. I want image preview in my pictures folder, but I don't want the subfolders to have preview on there icon. I want all subfolders to be like DVD and not like Wallpapers
  17. When you set your icons to image preview, Windows also search in subfolders and preview 4 small images on those subfolder icons. Is there a way to prevent this? It takes to much time if you have a lot of subfolders.
  18. With this key Windows tells you exactly what it is doing when it is shuttig down or is booting [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "verbosestatus"=dword:00000001
  19. Is there a way to put the Recyle bin icon in the Mycomputer sceen? Edit: I already found it [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}] @="Recycle Bin"
  20. Dunno if this already has been posted, but whit this key Windows tells you exactly what it is doing when it is shuttig down or is booting [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "verbosestatus"=dword:00000001
  21. I use these tweaks: ;This will add "Services" to the right-click menu of "My Computer" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00 ;This adds the "Open Command Window Here" on the right-click menu for folders [HKEY_CLASSES_ROOT\Directory\shell\cmd] @="Open in console scherm" [HKEY_CLASSES_ROOT\Directory\shell\cmd\command] @="cmd.exe /k \"cd %L\"" ;Do Not Start MS-Messenger with Outlook Express [HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express] "Hide Messenger"=dword:00000001 ;Fixes slowdown problem starting Outlook Express when you delete ;Windows Messenger, and it disables the splash screen [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\InProcServer32] "ThreadingModel"="Apartment" @="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\LocalServer32] "ThreadingModel"="Apartment" @="" ;Disable thumbnail caching. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "DisableThumbnailCache"=dword:00000001 ;Disables Windows Tour bubble popup [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;Removes Sign up with Passport Wizard when trying to sign in MSN Messenger [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport] "RegistrationCompleted"=dword:00000001 ;Speed-up Access to AVI Media Files [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}] [-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "ShellState"=hex:24,00,00,00,37,88,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,01,00,00,00 ;Cache more Icons [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "Max Cached Icons"="8192" ;This allows boot files to be placed optimally on the hard-drive for faster boots. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] "Enable"="Y" ;No Reboot when crash [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ;Disable Error Reporting [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "AllOrNone"=dword:00000001 "DoReport"=dword:00000000 "IncludeKernelFaults"=dword:00000000 "IncludeMicrosoftApps"=dword:00000000 "IncludeWindowsApps"=dword:00000000 "ShowUI"=dword:00000001 ;Disable Scrip Debugger for Internet Explorer [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Disable Script Debugger"="yes" ;----- Netwerk / Internet ----- ;Speed up browsing remote computers [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ;Max your Internet Explorer's simultaneous downloads to 10 (default was 2) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPer1_0Server"=dword:0000000a "MaxConnectionsPerServer"=dword:0000000a
  22. Use DefaultStartPanelOff in winnt.sif under [shell]. This is documented in ref.chm It does not work (My installation runs the hotfixes + some regtweaks at T13) After the reboot it shows te internet connection + add user screen Then it runs the administrator account + guirunonce + reboot After the reboot I can run an account for the first time (but even with: [Shell] DefaultStartPanelOff=No it still had the classic start menu)
  23. Does anyone know how I set the startmenu to classic / modern

Account

Navigation

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.