Results 1 to 5 of 5

Thread: Need a .bat file to apply this .reg file on startup.

Hybrid View

  1. #1
    Nimbi is offline
    Moderator



    Join Date
    Aug 2014
    Location
    Coolidge, AZ, USA
    Posts
    1,928
    Mentioned
    2 Post(s)
    Tagged
    61 Thread(s)


    Sex:

    Alert Need a .bat file to apply this .reg file on startup.

    Hello,

    I have a .reg file to hide the dropbox icon from the navigation pane of file explorer, but every time i logon the dropbox icon keeps showing back up in the navigation pane. Simply put, I need someone to create a .bat file t apply the .reg script for me. I'm hoping to set the .bat file to run at startup through taskscheduler, but I simply don't know how to create .bat files. Here is a .zip file containing the .reg file I have managed to create.




    Can someone please create a .bat file that will apply the .reg file i placed into the above .zip file.



    'The world is but a canvas to our imagination" - Henry David Thoreau


  2. #2
    dhjohns is offline
    Pro Designer


    Join Date
    Aug 2015
    Location
    Delaware City, Delaware
    Posts
    669
    Mentioned
    0 Post(s)
    Tagged
    9 Thread(s)


    Sex:
    Quote Originally Posted by Darkwater409 View Post
    Hello,

    I have a .reg file to hide the dropbox icon from the navigation pane of file explorer, but every time i logon the dropbox icon keeps showing back up in the navigation pane. Simply put, I need someone to create a .bat file t apply the .reg script for me. I'm hoping to set the .bat file to run at startup through taskscheduler, but I simply don't know how to create .bat files. Here is a .zip file containing the .reg file I have managed to create.




    Can someone please create a .bat file that will apply the .reg file i placed into the above .zip file.
    Open notepad and paste in
    Code:
    regedit.exe /S <path to your regedit file>
    for example
    Code:
    regedit.exe /S "C:\Hide Dropbox Navigation Pane Icon.reg"
    You must put in quotations when there are spaces in the path name. Then save your file as whatever.bat or .cmd. Make sure you select Save As from the top menu, and then all files when you name it. Or you can simply put quotations around the name. Such as "regfile.bat"
    Last edited by dhjohns; March 22nd, 2016 at 01:52 AM.

  3. #3
    Nimbi is offline
    Moderator



    Join Date
    Aug 2014
    Location
    Coolidge, AZ, USA
    Posts
    1,928
    Mentioned
    2 Post(s)
    Tagged
    61 Thread(s)


    Sex:
    Sweet! worked perfectly! Thanks!



    'The world is but a canvas to our imagination" - Henry David Thoreau


  4. #4
    Nimbi is offline
    Moderator



    Join Date
    Aug 2014
    Location
    Coolidge, AZ, USA
    Posts
    1,928
    Mentioned
    2 Post(s)
    Tagged
    61 Thread(s)


    Sex:
    Hello again,

    Is there a way to make the .batch file auto accept the .reg file it applies? Here is the code that the batch file is currently using

    Code:
    regedit.exe /S C:\HideDropbox.reg



    'The world is but a canvas to our imagination" - Henry David Thoreau


  5. #5
    dhjohns is offline
    Pro Designer


    Join Date
    Aug 2015
    Location
    Delaware City, Delaware
    Posts
    669
    Mentioned
    0 Post(s)
    Tagged
    9 Thread(s)


    Sex:
    Wow! I just saw this post. 1½ years late. But here is an excellent set of files which will remove dropbox icon. The xml file imports to task scheduler. You need to check all of the paths before you work with them, even the path in the xml file as I wrote it for me! If you have any questions get back with me.
    Code:
    https://mega.nz/#!ZYQ0QYII!2krdTNK01e4pEuH2B6vrk3sAfmeOUja3pcy3qy1qYCw


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. File Explorer / File manager Meet Files v2
    By ミறѳѳղղįզվદ彡 in forum General Windows 11 Customization
    Replies: 0
    Last Post: October 4th, 2021, 09:14 AM
  2. Need help with identifying a file
    By codeotaku in forum General Discussion
    Replies: 0
    Last Post: January 25th, 2016, 04:07 AM
  3. Need help with a new timedate.cpl file plz.
    By Nimbi in forum Time\Date CPL
    Replies: 3
    Last Post: April 26th, 2015, 08:57 AM
  4. image file name?
    By H2RS96 in forum Windows Style Builder v1.5 Tutorials
    Replies: 0
    Last Post: July 8th, 2012, 02:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •