Jump to content

-= MD =-

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About -= MD =-

-= MD =-'s Achievements

0

Reputation

  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%)
×
×
  • Create New...