Forgot administrator console password

I have not logon to the administrator console for a year. Now I forget wkat I need to do to get it back.

Hello Lyondell,
Thank you for your post. For ColdFusion 9, here are the steps:-
1. Make a backup copy of CF_HOME\lib\neo-security.xml file.
In case of multi-server editions, the path is: C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\neo-security.xml
2. Open the neo-security.xml file in a text editor and change 'true' to 'false' for the admin.security.enabled variable tag. For example, search the file for "admin.security.enabled" and change the entry as follows:
<var name='admin.security.enabled'><boolean value='false'/></var>
3. Restart the ColdFusion application server.
You should now be able to bypass the login to the ColdFusion administrator. You can reset the password by choosing Security>Administrator.
1. Expand Security and select CF Admin Password.
2. Check Use a ColdFusion Administration password.
3. Enter the new password and click Submit Changes
For ColdFusion 10, please run the passwordreset.bat  at the following location cf_root\cfusion\bin\ file and follow the onscreen instructions.
Regards,
Anit Kumar

Similar Messages

  • Forgot Administra​tor password

    Hello there
    I bought a HP Pavilion 15-n205tx Notebook PC. I forgot the administrator password of my laptop and now  I am not able to instal any software. Please help me with this problem

    Hi,
    Please refer to this atricle on resetting the password for Windows.
    Jaco
    ****I am not an HP employee****
    Please give a" Kudos, Thumbs Up" if advice received is relevant or" Accept as Solution" to assist other forum users having a similar problem.
    HP Products:
    810-150se Desktop
    17t-j000 Notebook
    H8 1380t CTO Desktop
    560z Desktop
    Errare humanum est.

  • WebLogic Server 9.0 Administration Console Password

    What is the userid and Password for Admin Console? I tried using "system" and "password" and it didn't prompt me to set any password while I was installing.
    Thanks
    MM

    Hello,
    Admin/boot credentials are specified when you are creating a new domain, not while installation. Create a new domain, it prompt for user credential, remember them. Then start the server and try to log on to admin console using that credentials.
    http://e-docs.bea.com/platform/docs90/confgwiz/intro.html#1065242
    Regards,
    Kuldeep Singh.

  • You have forgot your admin console password.how to reset your admin console

    If you create the new domain in oracle weblogic at that time you give the admin console username & password. After one week you forgot the admin console password. then how to login into the admin console page.
    [root@loaclhostvinoth_domain]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain --> The New domain name is " vinoth_domain"
    [root@loaclhostvinoth_domain]# ll
    total 44
    drwxr-x--- 2 root root 4096 Jul 23 12:21 autodeploy
    drwxr-x--- 5 root root 4096 Jul 23 12:21 bin
    drwxr-x--- 12 root root 4096 Jul 23 12:22 config
    drwxr-x--- 2 root root 4096 Jul 23 12:21 console-ext
    -rw-r----- 1 root root 462 Jul 23 12:21 fileRealm.properties
    drwxr-x--- 2 root root 4096 Jul 23 12:21 init-info
    drwxr-x--- 2 root root 4096 Jul 23 12:21 lib
    drwxr-x--- 2 root root 4096 Jul 23 12:31 security
    drwxr----- 3 root root 4096 Jul 23 12:22 servers
    -rw-r----- 1 root root 649 Jul 23 12:21 startManagedWebLogic_readme.txt
    -rwxr-x--- 1 root root 275 Jul 23 12:21 startWebLogic.sh
    [root@loaclhostsecurity]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
    [root@loaclhostsecurity]# ll
    total 36
    -rw-r--r-- 1 root root 3301 Jul 23 12:31 DefaultAuthenticatorInit.ldift
    -rw-r----- 1 root root 2398 Jul 23 12:21 DefaultRoleMapperInit.ldift
    -rw-r----- 1 root root 64 Jul 23 12:21 SerializedSystemIni.dat
    -rw-r----- 1 root root 22654 Jul 23 12:21 XACMLRoleMapperInit.ldift
    [root@loaclhostsecurity]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
    [root@loaclhostsecurity]# mv DefaultAuthenticatorInit.ldift DefaultAuthenticatorInit.ldift_backup
    [root@loaclhostsecurity]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
    [root@loaclhostsecurity]# ll
    total 36
    -rw-r----- 1 root root 2398 Jul 23 12:21 DefaultRoleMapperInit.ldift
    -rw-r----- 1 root root 64 Jul 23 12:21 SerializedSystemIni.dat
    -rw-r----- 1 root root 22654 Jul 23 12:21 XACMLRoleMapperInit.ldift
    -rw-r--r-- 1 root root 3301 Jul 23 12:33 DefaultAuthenticatorInit.ldift_backup
    [root@loaclhostbin]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/bin
    [root@loaclhostbin]# ll
    total 48
    drwxr-x--- 2 root root 4096 Jul 23 12:21 nodemanager
    drwxr-x--- 2 root root 4096 Jul 23 12:21 server_migration
    drwxr-x--- 2 root root 4096 Jul 23 12:21 service_migration
    -rwxr-x--- 1 root root 15895 Jul 23 12:21 setDomainEnv.sh
    -rwxr-x--- 1 root root 3211 Jul 23 12:21 startManagedWebLogic.sh
    -rwxr-x--- 1 root root 5658 Jul 23 12:21 startWebLogic.sh
    -rwxr-x--- 1 root root 2437 Jul 23 12:21 stopManagedWebLogic.sh
    -rwxr-x--- 1 root root 2098 Jul 23 12:21 stopWebLogic.sh
    [root@loaclhostbin]# ./setDomainEnv.sh --> You can set the Environment.
    [root@loaclhostsecurity]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
    [root@loaclhostsecurity]#java weblogic.security.utils.AdminAccount Adminnewusername Adminnewpassword .
    Example:
    [root@loaclhostsecurity]#java weblogic.security.utils.AdminAccount vinoth vinoth123 .
    You must use '.' dot at the end of this command in between have a space.
    If you execute the above statement then the newly created DefaultAuthenticatorInit.ldift is availble in this path
    "/oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/"
    [root@loaclhostsecurity]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
    [root@loaclhostsecurity]# ll
    total 36
    -rw-r----- 1 root root 2398 Jul 23 12:21 DefaultRoleMapperInit.ldift
    -rw-r----- 1 root root 64 Jul 23 12:21 SerializedSystemIni.dat
    -rw-r----- 1 root root 22654 Jul 23 12:21 XACMLRoleMapperInit.ldift
    -rw-r--r-- 1 root root 3301 Jul 23 12:33 DefaultAuthenticatorInit.ldift_backup
    -rw-r--r-- 1 root root 3301 Jul 23 12:37 DefaultAuthenticatorInit.ldift ---> newly created file.
    After you start the Adminserver the error is throughing then we go to the Adminserver ldap directory and rename the ldap directory.
    [root@loaclhostdata]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/servers/AdminServer/data
    [root@loaclhostdata]# ll
    total 16
    drwxr----- 2 root root 4096 Jul 23 12:23 console
    drwxr----- 7 root root 4096 Jul 23 12:44 ldap
    drwxr----- 4 root root 4096 Jul 23 12:23 store
    [root@loaclhostdata]# mv ldap ldap_backup
    [root@loaclhostdata]# ll
    total 16
    drwxr----- 2 root root 4096 Jul 23 12:23 console
    drwxr----- 4 root root 4096 Jul 23 12:23 store
    drwxr----- 7 root root 4096 Jul 23 12:55 ldap_backup
    After that you start the Adminserver by using the "startWeblogic.sh'' shell script.
    [root@loaclhostvinoth_domain]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain
    [root@loaclhostvinoth_domain]# ll
    total 44
    drwxr-x--- 2 root root 4096 Jul 23 12:21 autodeploy
    drwxr-x--- 5 root root 4096 Jul 23 12:21 bin
    drwxr-x--- 12 root root 4096 Jul 23 12:22 config
    drwxr-x--- 2 root root 4096 Jul 23 12:21 console-ext
    -rw-r----- 1 root root 462 Jul 23 12:21 fileRealm.properties
    drwxr-x--- 2 root root 4096 Jul 23 12:21 init-info
    drwxr-x--- 2 root root 4096 Jul 23 12:21 lib
    drwxr-x--- 2 root root 4096 Jul 23 14:50 security
    drwxr----- 3 root root 4096 Jul 23 12:22 servers
    -rw-r----- 1 root root 649 Jul 23 12:21 startManagedWebLogic_readme.txt
    -rwxr-x--- 1 root root 275 Jul 23 12:21 startWebLogic.sh
    [root@loaclhostvinoth_domain]# ./startWebLogic.sh
    Then you enter the new adminuser & password. The admin server Working fine. But if you start the Managed server the can through error. Then we follow the below step to resolve that problem.
    [root@loaclhostvinoth_domain]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/servers/Managedserver1/data/
    [root@loaclhostvinoth_domain]# ll
    [root@loaclhostdata]# ll
    total 8
    drwxr----- 7 root root 4096 Jul 15 18:50 ldap
    drwxr----- 4 root root 4096 Jun 8 16:40 store
    [root@loaclhostdata]# mv ldap ldap_backup
    root@loaclhostdata]# ll
    total 8
    drwxr----- 4 root root 4096 Jun 8 16:40 store
    drwxr----- 7 root root 4096 Jul 23 15:50 ldap_backup
    Then you can start the Managed server one means they can't show any error.
    [root@loaclhostbin]# pwd
    /oracle/Middleware_1033/user_projects/domains/vinoth_domain/bin/
    [root@loaclhostbin]# ll
    total 72
    drwxr-xr-x 2 root root 4096 Jun 8 16:26 nodemanager
    drwxr-xr-x 2 root root 4096 Jun 8 16:26 server_migration
    drwxr-xr-x 2 root root 4096 Jun 8 16:26 service_migration
    -rwxr-xr-x 1 root root 15901 Jun 8 16:27 setDomainEnv_default.sh
    -rwxr-xr-x 1 root root 16348 Jun 8 17:27 setDomainEnv.sh
    -rwxr-xr-x 1 root root 3217 Jun 8 16:27 startManagedWebLogic.sh
    -rwxr-xr-x 1 root root 5661 Jun 8 16:27 startWebLogic_default.sh
    -rwxr-xr-x 1 root root 5702 Jun 8 16:29 startWebLogic.sh
    -rwxr-xr-x 1 root root 2440 Jun 8 16:27 stopManagedWebLogic.sh
    -rwxr-xr-x 1 root root 2101 Jun 8 16:27 stopWebLogic.sh
    [root@loaclhostbin]#./startManagedWebLogic.sh Managedserver1 http://localhost:7001 adminusername adminpassword
    adminusername : vinoth
    adminpassword: vinoth123
    If you follow the step to start the Adminserver & Managed servers in oracle weblogic.
    Regards,
    S.Vinoth Babu

    Re: Reset admin password in Weblogic 9.2
    this worked for me.

  • Forgot Administrator password- cannot uninstall

    hi,
    Presently i am working in CE 7.1 -trial version. I started my SAPMMC today. I forgot my administrator's password so i was unable to login into the portal. Then i activated the Emergency user. Logged into portal as SAP* and changed the administrator password. Then i logged off. De-activated the Emergency user from the Configtool and set the administrator password from the secure store. Then i restarted the SAPMMC. However after this jstart.exe would try to start but it would stop after certain no. of seconds. Hence i am unable to open SAPMMC and since i still dont know administrator password i cannot unistall.
    Please help........
    regards,
    pinki

    Pinki,
    1.If you get the message like:
    "jstart.exe has caused an unhandled exception and needs to terminate"
    Then have a look at this SAP Notes: 1114284.
    You need to update the Kernal to Patch Level 83.
    2. Please have a look at the SAP Note:669848 for Unlocking Administrator user for J2ee engine.
    3.If you want to modify the default Administrator user go through this link:
    http://help.sap.com/saphelp_nw70/helpdata/en/3a/4a0640d7b28f5ce10000000a155106/frameset.htm
    If you need more information,Let me know.
    Regards,
    Karthick Eswaran
    Reward points for helpful answers.

  • Old IMAC with 10.5.6 OSX. Forgot Administrator password. Started up from OSX install disc 1 and selected password reset from utilies in Installer. But HD icon doesn't show up. (Only install disc and admin root available:no good). What can I do?

    Old IMAC with 10.5.6 OSX. Forgot Administrator password (which I had already changed.) Followed instructions as per http://support.apple.com/kb/HT1274
    Started up from the original OSX install disc 1 and selected "Password reset" from "utilies" in Installer. But HD icon doesn't show up. (Only install disc and admin root available:no good as the support website underscores: Important: Do not select "System Administrator (root)". This is actually the root user. You should not confuse it with a normal administrator account.).
    What can I do?
    Thanks for your suggestions. Antonio

    Not familiar with that version of OS X but try using Terminal and type in resetpassword. If that brings up a password reset screen is your original username shown?

  • Forgot administra​tor/power on password

    Forgot administrator/power on password.my disconnect code is 88016079

    Hope this helps, for any further queries reply to the post and feel free to join us again
    **Click the KUDOS star on left to say Thanks**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
    Thank You,
    K N R K
    Although I am an HP employee, I am speaking for myself and not for HP

  • Forgot my administrator's password

    How can I reset the administrator's password without calling apple tech support? My emac has been down for quite some time and havent got the time to call them.

    Reboot the system with your install disk. Click on the Apple and select Change Password.

  • Forgot Administrator or Poweron Password

    Help.. I forgot the admin password or power on password. The code. 71757345 comes up after three tries.  

    Hi,
    Please enter:
         64635981
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Not be able to login in Administration Console....

    Hey everyone i am not be able to login in my Administration Console, First of all i thought that i have forgot my password so i have reinstalled Adobe Flash Media Server 4.5 but that problem is still there. What to do?
    RP

    Can you check if your Admin server is running? On windows you can check using Services Panel and on Linux you can check using "ps" commands

  • How to change your Administration Server password when you're locked out

    How to change your Administration Server password when you're locked out
    The Netscape server products are all managed by a single administration
    server, which gives you a web forms-based interface you can use to
    configure them, start/stop them, check their logs, and so forth.
    <P>
    There are three levels of protection that keep the general public from
    being able to get into your administration server and mess up the
    configuration of any Netscape servers you have installed:
    <P>
    <OL>
    <LI> <B>Obscurity:</B> Your administration server can run on any port you'd
    like (usually something between 81 and 30,000), so if an attacker
    doesn't know what port to find your admin server on, he can't get
    into it.<P>
    <LI> <B>Host restrictions:</B> You can tell your admin server to only allow
    connections from specific hosts, and to reject all other hosts.
    <P>
    <LI> <B>Password protection:</B> Even if a user connects to your admin server
    from a valid host, he won't be allowed to get into even the first
    page unless he presents a valid username and password.
    </OL>
    <P>
    If you, the legitimate administrator of your web server, are unable to
    access the administration server (if you forgot your password or the
    admin port number or if you accidentally locked your own site out),
    then here is how to get past each of these levels of protection:
    <P>
    <OL>
    <LI> If you don't remember what port your administration server is
    running on, just look in your "ns-admin.conf" file, which is in
    the "admserv" directory under your Netscape server directory.
    (For 1.x web servers on Windows NT, run "regedt32" and go to the
    "HKEY_LOCAL_MACHINE\SOFTWARE\Netscape\Administration" section).
    You will see a "Port" entry there that specifies what port your
    admin server is on. You can change this value if you want your
    admin server to run on a different port, but make sure you restart
    the admin server after you change the value.
    <P>
    <LI> If your admin server is complaining "Unauthorized host" when you
    try to connect to it, then you can open it up to all sites by
    going into the "ns-admin.conf" file or the "Administration"
    section of your NT registry, as described above, and deleting the
    lines for "Hosts" and "Addresses" (either one of those might not
    be present) then restarting your admin server (on Unix run
    "stop-admin" then "start-admin"; on NT go into the Services
    control panel and stop/start the "Netscape Administration" or
    "Netscape Admin Server" service). You will then be able to get
    back into the admin server, where you can then try new settings
    for your host and address restrictions if you wish.
    <P>
    <LI> If you have forgotten the password to your admin server and now
    you can't log into your admin pages, all is not lost! Go into
    your "ns-home" directory, and into the "admserv" directory under
    that. You should find an "admpw" text file containing a simgle
    line of text, something like this:
    admin:lnOVeixulqkmU
    The first part of that line is the name of your admin account
    (usually just "admin"), and the second part is your admin
    password, encrypted. Edit this file to remove the encrypted
    password so that your file looks like this:
    admin:
    Then shut down your admin server, bring it back up again, and log
    into your admin server but don't give any password. It should let
    you in, at which point you can then go to the appropriate
    configuration page to set a new admin password, and then you're
    back in business.
    </OL><P>
    Note that because it is so easy to change the admin password this
    way, it's good to periodically make certain that your admin
    password file and your web server's configuration files are not
    left world-writable, and that only trusted people have access to
    them. (By default they're not world-writable, but it's good to
    make sure of this from time to time.)

    If you mean that yu forgo the password for yur encrypted backup then you can only:
    Warning: If you encrypt an iPhone backup in iTunes and then forget your password, you will not be able to restore from backup and your data will be unrecoverable. If you forget the password, you can continue to back up and use the device, however you will not be able to restore the encrypted backup to any device without the password. You do not need to enter the password for your backup each time you back up or sync.
    If you cannot remember the password and want to start again, you must perform a full software restore and when iTunes prompts you to select the backup from which to restore, choose set up as a new device.
    Above from:
    http://support.apple.com/kb/HT4946

  • Not able to access the Administrator Console 7001

    Dear all,
    We have installed weblogic server 11.1.2 in Aix 6.1.
    Installation faced lot of FIXER problems finally we fixed all the required fixers and installation and configuration compleated without any error.
    In the last page of Configuration summary we got the Admin consloe and Em console address.
    When i try to connect those from my system using IE it says "internet explorer cannot Display the webpage" error comes.
    While on Installation we used Humming bird for graphical installation[this is the first time am using this utlity]. And more over i do not have idea how to check about the admin server start and stop from the back end[AIX].
    Kindly help me how to access the Administrator Console after Installation
    "Administrator Console: http://emar:7001/console"
    Exepecting all expects advice and guidance.
    Regards,
    Paja

    Hi Paja,
    Please check any weblogic process are running by using.
    ps -ef | grep java
    use " *kill -9 < pid >* "
    Now under %Domain_Home%/ bin folder.
    you will find startWebLogic.sh file.
    start this one using following way.
    ./startWebLogic.sh
    Once you provide your username and password
    Check your last logging like this.
    *<Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.17.62.212:7001 for protocols iiop, t3, ldap, s*
    in this case 10.17.62.212 is my IP address or listen address and 7001 is my http port.
    if you enable SSL list port it will also show you that one.
    now try to access console using http://<IP address>:port/console
    provide username and password
    Here we go to start your weblogic server.
    Now in %Domain_Home%/ bin folder you will find one more .sh file says stopWebLogic.sh.
    this will help you to stop the server.
    Hope this is easy way to start and stop your server.
    Regards,
    kal

  • Forgot my Admin Password to my HP Pavillion Windows 7 Home Premium Laptop

    Hello,
    Need help I forgot my admin password.  I can login to other login but not do not have another admin acct.  I need to update my pc but cannot.   I do not have the original cd NOR do I want to do a system recovery to take it back to factory default settings because of important documents & tons of pics & videos saved.
    Someone once posted to try the following steps to remove the password -> Restart your PC, and hold the F8 keyboard button and as you enter the Windows® Boot Menu you will see some different choices, choose Safe Mode with Networking. Now Windows® will start in Safe Mode.  Select the default Administrator account from the login, the password can be blank. If you are lucky and passed the login, then you should be able to edit your original account. [[NOTE - I tried this & it did not work.]]
    I had read somewhere just cant find it now that Microsoft had a program to safely remove an amdin password.  Is this correct?  Does HP or Microsoft have a way without loosing data?  Are there any third party programs that anyone can recommend that can safely remove the password that I can use that will not reset my pc back to factory?
    Any advice is appreciated.
    Thank you,
    Missiey

    Unfortunately I am not local. I live in Europe.  
    Contact the Geek squad and let them know what the problem is.
    Tell them that there are important documents on your notebook that you cannot lose.
    That would mean asking them if they can guarantee that you won't lose your documents.
    Ask them if they have access to a utility that will reset the password for you without requiring a reinstallation of the operating system. If they  don't have a clue when you ask about MSDaRT's Locksmith utility, then find another shop. Many cities have independent technicians who can do this for you.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Two Administrator Consoles - problem with logging

    Hi Everybody,
    This is my first post on this really great board, so first of all I would like say HELLO.
    Now, my problem is.
    I have got two Administrator Consoles on one machine to manage two domains.
    When I logging to one Admin Console using web browser, logs me out of the other one.
    I use the same name and password for both consoles.
    Please help me understand what I doing wrong.
    Thank You,
    Paul

    Hi Paul,
    Welcome to OTN forums your views and ideas are really appreciated here.
    Coming to you problem.
    As you mentioned that you have two different domain running on same Machine but you cannot access both Admin console at one time because of having same port number on both port.
    Weblogic Admin Server comes with default called 7001.
    Now Try to change the Admin Server port to different one eg: 7003 and then you can start both the Admin console at a time.
    Still you have issue please let me know.
    Happy to help you :).
    Regards,
    Kal

  • Hi i forgot my firmware password, need help urgent

    I suddenly got blue screen when I restarted my macbook
    tried to boot from other drive ;nothing start up with option key  nothing i forgot my password
    I have MACBOOK LATE 2009 WHITE
    HELP PLEASE THX

    If you mean your admin password:
    Forgot Your Account Password
    For Lion/Mountain Lion
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see Reset a Mac OS X 10.7 Lion Password, OS X Mountain Lion- Reset a login password, and
         OS X Lion- Apple ID can be used to reset your user account password.
    For Snow Leopard and earlier with installer DVD
         Mac OS X 10.6- If you forget your administrator password
    For Snow Leopard and earlier without installer DVD
        How to reset your Mac OS X password without an installer disc | MacYourself
    OS X Mountain Lion- If you see a blue screen at startup

Maybe you are looking for

  • How do I make a folder in iOS4 for Ipod Touch 3rd Gen 32gb?

    How do I create a folder to place apps in? I just upgraded my Ipod Touch 3rd gen, 32gb to iOS4 and I don't know how or where I go to create a folder. The update also said I could have a home screen wallpaper. (Does this mean behind the apps?) If it d

  • Unsolved Problem-Order without Material Master

    Hi all My problem is still unsolved. I want to create Sales Order with out Material Master. In Materials Management, we create Purchase orders to vendors with out a Material Master by just typing  description of a material and then assigning Material

  • Problem with getting specified pages for printing

    requested Sir, I am sanjeev, presently working with adobe indesign for publishing. i am working verious sets of master pages, now have a problem go gate specific pages for print in the same software. it shows saction name that i could not inditify gi

  • No Sound Heard

    I am hearing no sound from jingles or my podcast recordings in Garage Band, any suggestions?

  • What is a simplified way to explain a shift register?

    I'm having an engineering evaluation tomorrow and i need to know what the easiest way to describe a shift register would be. Solved! Go to Solution.